Searched refs:rTypeId (Results 1 – 2 of 2) sorted by relevance
149 const TypeId &rTypeId = pDef->GetType()->Type(); in RegisterInterface()150 if ( /*rTypeId != TYPE(SfxVoidItem) &&*/ rTypeId != 0 ) in RegisterInterface()157 DBG_ASSERT( rTypeId == _pTypes->GetObject(nPos)->nType, in RegisterInterface()165 _pTypes->Append( new SfxSlotType_Impl( pDef->GetSlotId(), rTypeId ) ); in RegisterInterface()
756 UniString GetTypeRes_Impl( const ResId& rTypeId ) in GetTypeRes_Impl() argument760 UniString aTypStr( UniString::CreateFromInt32( rTypeId.GetId() ) ); in GetTypeRes_Impl()766 ResId aResId( sal_uInt32(RSCVERSION_ID), *rTypeId.GetResMgr() ); in GetTypeRes_Impl()769 if ( rTypeId.GetResMgr()->GetResource( aResId ) ) in GetTypeRes_Impl()771 rTypeId.SetRT( RSC_STRING ); in GetTypeRes_Impl()772 if ( rTypeId.GetResMgr()->IsAvailable( rTypeId ) ) in GetTypeRes_Impl()774 aTypStr = UniString( rTypeId ); in GetTypeRes_Impl()776 rTypeId.GetResMgr()->Increment( sizeof( RSHEADER_TYPE ) ); in GetTypeRes_Impl()
Completed in 15 milliseconds