LibreOffice
LibreOffice 4.3 SDK C/C++ API Reference
|
C++ wrapper for typelib_TypeDescription. More...
#include <typedescription.hxx>
Public Member Functions | |
TypeDescription (typelib_TypeDescription *pTypeDescr=0) SAL_THROW(()) | |
Constructor: More... | |
TypeDescription (typelib_TypeDescriptionReference *pTypeDescrRef) SAL_THROW(()) | |
Constructor: More... | |
TypeDescription (const ::com::sun::star::uno::Type &rType) SAL_THROW(()) | |
Constructor: More... | |
TypeDescription (const TypeDescription &rDescr) SAL_THROW(()) | |
Copy constructor: More... | |
TypeDescription (rtl_uString *pTypeName) SAL_THROW(()) | |
Constructor: More... | |
TypeDescription (const ::rtl::OUString &rTypeName) SAL_THROW(()) | |
Constructor: More... | |
~TypeDescription () SAL_THROW(()) | |
Destructor: releases type description. More... | |
TypeDescription & | operator= (typelib_TypeDescription *pTypeDescr) SAL_THROW(()) |
Assignment operator: acquires given type description and releases a set one. More... | |
TypeDescription & | operator= (const TypeDescription &rTypeDescr) SAL_THROW(()) |
Assignment operator: acquires given type description and releases a set one. More... | |
bool | equals (const typelib_TypeDescription *pTypeDescr) const SAL_THROW(()) |
Tests whether two type descriptions are equal. More... | |
bool | equals (const TypeDescription &rTypeDescr) const SAL_THROW(()) |
Tests whether two type descriptions are equal. More... | |
void | makeComplete () const SAL_THROW(()) |
Makes stored type description complete. More... | |
typelib_TypeDescription * | get () const SAL_THROW(()) |
Gets the UNacquired type description pointer. More... | |
bool | is () const SAL_THROW(()) |
Tests if a type description is set. More... | |
C++ wrapper for typelib_TypeDescription.
Constructors by name, type, type description reference will get the full type description.
|
inline |
Constructor:
pTypeDescr | a type description |
|
inline |
Constructor:
pTypeDescrRef | a type description reference |
|
inline |
Constructor:
rType | a type |
|
inline |
Copy constructor:
rDescr | another TypeDescription |
|
inline |
Constructor:
pTypeName | a type name |
|
inline |
Constructor:
rTypeName | a type name |
|
inline |
Destructor: releases type description.
|
inline |
Tests whether two type descriptions are equal.
pTypeDescr | another type description |
|
inline |
Tests whether two type descriptions are equal.
rTypeDescr | another type description |
|
inline |
Gets the UNacquired type description pointer.
|
inline |
Tests if a type description is set.
|
inline |
Makes stored type description complete.
|
inline |
Assignment operator: acquires given type description and releases a set one.
pTypeDescr | another type description |
|
inline |
Assignment operator: acquires given type description and releases a set one.
rTypeDescr | another type description |