(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: uno ::

class TypeDescription


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
C++ wrapper for typelib_TypeDescription. Constructors by name, type, type description reference will get the full type description.
See Also
typelib_TypeDescription
File
typedescription.hxx

Public Members

Methods


TypeDescription( typelib_TypeDescription * pTypeDescr = 0 ) throw( );
Constructor:

TypeDescription( typelib_TypeDescriptionReference * pTypeDescrRef ) throw( );
Constructor:

TypeDescription( const ::com::sun::star::uno::Type & rType ) throw( );
Constructor:

TypeDescription( const TypeDescription & rDescr ) throw( );
Copy constructor:

TypeDescription( rtl_uString * pTypeName ) throw( );
Constructor:

TypeDescription( const ::rtl::OUString & rTypeName ) throw( );
Constructor:

~TypeDescription( ) throw( );
Destructor: releases type description
TypeDescription &
operator=( typelib_TypeDescription * pTypeDescr ) throw( );
Assignment operator: acquires given type description and releases a set one.
TypeDescription &
operator=( const TypeDescription & rTypeDescr ) throw( );
Assignment operator: acquires given type description and releases a set one.
sal_Bool
equals( const typelib_TypeDescription * pTypeDescr ) const throw( );
Tests whether two type descriptions are equal.
sal_Bool
equals( const TypeDescription & rTypeDescr ) const throw( );
Tests whether two type descriptions are equal.
void
makeComplete( ) const throw( );
Makes stored type description complete.
typelib_TypeDescription *
get( ) const throw( );
Gets the UNacquired type description pointer.
sal_Bool
is( ) const throw( );
Tests if a type description is set.

Private Members

Data

typelib_TypeDescription * _pTypeDescr; C typelib type description

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.