LibreOffice Module cli_ure (master) 1
Classes | Functions
uno::util Namespace Reference

Classes

struct  DisposeGuard
 Helper class to conveniently auto dispose UNO objects from within managed code. More...
 
class  sealed
 Bootstrapping native UNO. More...
 
class  WeakAdapter
 An XAdapter implementation that holds a weak reference (System.WeakReference) to an object. More...
 
class  WeakBase
 This class can be used as a base class for UNO objects. More...
 
class  WeakComponentBase
 This class can be used as a base class for UNO objects. More...
 

Functions

inline ::System::String ustring_to_String (OUString const &ustr)
 
OUString String_to_ustring (::System::String ^ str)
 
template<typename T >
inline ::System::Object to_cli (css::uno::Reference< T > const &x)
 
template<typename T >
void to_uno (css::uno::Reference< T > *pRet, ::System::Object ^ x)
 

Function Documentation

◆ String_to_ustring()

OUString uno::util::String_to_ustring ( ::System::String ^  str)
inline

Definition at line 42 of file native_share.h.

◆ to_cli()

template<typename T >
inline ::System::Object uno::util::to_cli ( css::uno::Reference< T > const &  x)

Definition at line 50 of file native_share.h.

References x.

◆ to_uno()

template<typename T >
void uno::util::to_uno ( css::uno::Reference< T > *  pRet,
::System::Object ^  x 
)
inline

Definition at line 74 of file native_share.h.

References ERROR, and x.

◆ ustring_to_String()

inline ::System::String uno::util::ustring_to_String ( OUString const &  ustr)

Definition at line 36 of file native_share.h.