Home
last modified time | relevance | path

Searched refs:rTypeId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx149 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()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx756 UniString GetTypeRes_Impl( const ResId& rTypeId ) in GetTypeRes_Impl() argument
760 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 27 milliseconds