Lines Matching refs:nRT

113 	sal_Bool					IsGlobalAvailable( RESOURCE_TYPE nRT, sal_uInt32 nId ) const;
114 void * LoadGlobalRes( RESOURCE_TYPE nRT, sal_uInt32 nId,
670 sal_Bool InternalResMgr::IsGlobalAvailable( RESOURCE_TYPE nRT, sal_uInt32 nId ) const in IsGlobalAvailable() argument
673 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in IsGlobalAvailable()
683 void* InternalResMgr::LoadGlobalRes( RESOURCE_TYPE nRT, sal_uInt32 nId, in LoadGlobalRes() argument
688 pResUseDump->erase( (sal_uInt64(nRT) << 32) | nId ); in LoadGlobalRes()
691 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in LoadGlobalRes()
699 if( nRT == RSC_STRING && bEqual2Content ) in LoadGlobalRes()
788 RESOURCE_TYPE nRT, sal_uInt32 nId, in RscError_Impl() argument
805 … aStr.Append( ByteString( GetTypeRes_Impl( ResId( nRT, *pNewResMgr ) ), RTL_TEXTENCODING_UTF8 ) ); in RscError_Impl()
1071 RESOURCE_TYPE nRT = rId.GetRT2(); in IsAvailable() local
1088 pClassRes = LocalResource( &pMgr->aStack[pMgr->nCurStack], nRT, nId ); in IsAvailable()
1091 if ( pClassRes->GetRT() == nRT ) in IsAvailable()
1098 bAvailable = pMgr->pImpRes->IsGlobalAvailable( nRT, nId ); in IsAvailable()
1141 RESOURCE_TYPE nRT = rId.GetRT2(); in GetResource() local
1151 if ( pClassRes->GetRT() == nRT ) in GetResource()
1157 this, nRT, nId, aStack, nCurStack-1 ); in GetResource()
1168 pTop->pClassRes = LocalResource( &aStack[nCurStack-1], nRT, nId ); in GetResource()
1176 pTop->pClassRes = pImpRes->LoadGlobalRes( nRT, nId, &pTop->aResHandle ); in GetResource()
1196 this, nRT, nId, aStack, nCurStack-1 ); in GetResource()
1203 this, nRT, nId, aStack, nCurStack-1 ); in GetResource()