Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
 Overview   Namespace   Class   Index   Help 

Methods of Class Environment


Environment
Environment(
uno_Environment * pEnv = 0 ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Constructor: acquires given environment
Parameters
pEnv
environment

Environment
Environment(
const Environment & rEnv ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Copy constructor: acquires given environment
Parameters
rEnv
another environment

~Environment
~Environment() throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Destructor: releases a set environment.

operator=
Environment & operator=(
uno_Environment * pEnv ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Sets a given environment, i.e. acquires given one and releases a set one.
Parameters
pEnv
another environment
Return
this environment

operator=
Environment & operator=(
const Environment & rEnv ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Sets a given environment, i.e. acquires given one and releases a set one.
Parameters
rEnv
another environment
Return
this environment

get
uno_Environment * get() throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Provides UNacquired pointer to the set C environment.
Return
UNacquired pointer to the C environment struct

getTypeName
::rtl::OUString getTypeName() throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Gets type name of set environment.
Return
type name of set environment

getContext
void * getContext() throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Gets free context pointer of set environment.
Return
free context pointer of set environment

is
sal_Bool is() throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Tests if a environment is set.
Return
true, if a environment is set, false otherwise

clear
void clear() throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Releases a set environment.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.