Methods
|
環境( uno_Environment * pEnv = 0 ) throw( ); |
建設者: acquires given 環境
|
explicit
環境( const rtl::OUString & envDcp, 無効の * pContext = NULL ) throw( ); |
Gets a 明確な/細部 環境. If the 明示するd 環境 does not 存在する, then a default one
is created and 登録(する)d.
|
環境( const 環境 & rEnv ) throw( ); |
Copy 建設者: acquires given 環境
|
~環境( ) throw( ); |
Destructor: 解放(する)s a 始める,決める 環境.
|
環境 &
操作者=( uno_Environment * pEnv ) throw( ); |
始める,決めるs a given 環境, i.e. acquires given one and 解放(する)s a 始める,決める one.
|
環境 &
操作者=( const 環境 & rEnv ) throw( ); |
始める,決めるs a given 環境, i.e. acquires given one and 解放(する)s a 始める,決める one.
|
uno_Environment *
get( ) const throw( ); |
供給するs UNacquired pointer to the 始める,決める C 環境.
|
::rtl::OUString
getTypeName( ) const throw( ); |
Gets type 指名する of 始める,決める 環境.
|
無効の *
getContext( ) const throw( ); |
Gets 解放する/自由な 状況 pointer of 始める,決める 環境.
|
sal_Bool
is( ) const throw( ); |
実験(する)s if a 環境 is 始める,決める.
|
無効の
(疑いを)晴らす( ) throw( ); |
解放(する)s a 始める,決める 環境.
|
無効の
invoke_v( uno_EnvCallee * pCallee, va_list * pParam ) const throw( ); |
Invoke the passed 機能(する)/行事 in this 環境.
|
無効の
invoke( uno_EnvCallee * pCallee, ... ) const throw( ); |
Invoke the passed 機能(する)/行事 in this 環境.
|
無効の
enter( ) const throw( ); |
Enter this 環境 explicitly.
|
int
isValid( rtl::OUString * pReason ) const throw( ); |
Checks, if it is valid to 現在/一般に call 反対するs
belonging to this 環境.
|