Searched refs:_pTypeDescr (Results 1 – 4 of 4) sorted by relevance
52 mutable typelib_TypeDescription * _pTypeDescr; member in com::sun::star::uno::TypeDescription129 { return equals( rTypeDescr._pTypeDescr ); } in equals()140 { return _pTypeDescr; } in get()146 { return (_pTypeDescr != 0); } in is()150 : _pTypeDescr( pTypeDescr ) in TypeDescription()152 if (_pTypeDescr) in TypeDescription()153 typelib_typedescription_acquire( _pTypeDescr ); in TypeDescription()157 : _pTypeDescr( 0 ) in TypeDescription()160 typelib_typedescriptionreference_getDescription( &_pTypeDescr, pTypeDescrRef ); in TypeDescription()164 : _pTypeDescr( 0 ) in TypeDescription()[all …]
61 , _pTypeDescr( pTypeDescr ) in IdlClassImpl()65 if (_pTypeDescr) in IdlClassImpl()67 typelib_typedescription_acquire( _pTypeDescr ); in IdlClassImpl()68 if (! _pTypeDescr->bComplete) in IdlClassImpl()69 typelib_typedescription_complete( &_pTypeDescr ); in IdlClassImpl()81 if (_pTypeDescr) in ~IdlClassImpl()82 typelib_typedescription_release( _pTypeDescr ); in ~IdlClassImpl()245 , _pTypeDescr( pTypeDescr ) in IdlMemberImpl()249 typelib_typedescription_acquire( _pTypeDescr ); in IdlMemberImpl()250 if (! _pTypeDescr->bComplete) in IdlMemberImpl()[all …]
167 typelib_TypeDescription * _pTypeDescr; member in stoc_corefl::IdlClassImpl171 { return _pTypeDescr; } in getTypeDescr()352 typelib_TypeDescription * _pTypeDescr; member in stoc_corefl::IdlMemberImpl364 { return _pTypeDescr; } in getTypeDescr()
192 typelib_TypeDescription * _pTypeDescr; // type of object member223 : _pTypeDescr( pTypeDescr ) in ObjectFunction()225 ::typelib_typedescription_acquire( _pTypeDescr ); in ObjectFunction()242 ::typelib_typedescription_release( _pTypeDescr ); in ~ObjectFunction()249 ::uno_copyData( pExcThis, pSource, pThis->_pTypeDescr, cpp_acquire ); in __copyConstruct()256 ::uno_destructData( pExcThis, pThis->_pTypeDescr, cpp_release ); in __destruct()