LibreOffice Module cli_ure (master) 1
Classes | Namespaces | Functions
cli_base.h File Reference
#include <memory>
#include "rtl/ustring.hxx"
#include "typelib/typedescription.hxx"
Include dependency graph for cli_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _oslMutexImpl
 
struct  cli_uno::Constants
 
struct  cli_uno::BridgeRuntimeError
 
struct  cli_uno::rtl_mem
 
class  cli_uno::TypeDescr
 

Namespaces

namespace  cli_uno
 

Functions

System::Type cli_uno::loadCliType (System::String ^ typeName)
 
System::Type cli_uno::mapUnoType (typelib_TypeDescription const *pTD)
 
System::Type cli_uno::mapUnoType (typelib_TypeDescriptionReference const *pTD)
 
typelib_TypeDescriptionReference * cli_uno::mapCliType (System::Type^ cliType)
 Returns an acquired td. More...
 
OUString cli_uno::mapCliString (System::String ^ data)
 
System::String cli_uno::mapUnoString (rtl_uString const *data)
 Maps uno types to dot net types. More...
 
System::String cli_uno::mapUnoTypeName (rtl_uString const *typeName)
 Otherwise a leading "unoidl." is removed. More...