Searched refs:_pTypeDescr (Results 1 – 4 of 4) sorted by relevance
140 { return _pTypeDescr; } in get()152 if (_pTypeDescr) in TypeDescription()157 : _pTypeDescr( 0 ) in TypeDescription()164 : _pTypeDescr( 0 ) in TypeDescription()171 : _pTypeDescr( rTypeDescr._pTypeDescr ) in TypeDescription()173 if (_pTypeDescr) in TypeDescription()178 : _pTypeDescr( 0 ) in TypeDescription()184 : _pTypeDescr( 0 ) in TypeDescription()191 if (_pTypeDescr) in ~TypeDescription()199 if (_pTypeDescr) in operator =()[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()
Completed in 26 milliseconds