Lines Matching refs:pResource

745 void InternalResMgr::FreeGlobalRes( void * pResHandle, void * pResource )  in FreeGlobalRes()  argument
749 rtl_freeMemory(pResource); in FreeGlobalRes()
815 …aStr.Append( ByteString( GetTypeRes_Impl( ResId( rResStack[nDepth].pResource->GetRT(), *pNewResMgr… in RscError_Impl()
817 aStr.Append( ByteString::CreateFromInt32( (long)rResStack[nDepth].pResource->GetId() ) ); in RscError_Impl()
853 pResource = NULL; in Init()
868 pResource = NULL; in Clear()
888 if ( pStack->pResource && pStack->pClassRes ) in LocalResource()
891 ((sal_uInt8*)pStack->pResource + pStack->pResource->GetLocalOff()); in LocalResource()
893 ((sal_uInt8*)pStack->pResource + pStack->pResource->GetGlobOff()); in LocalResource()
992 aStack[nCurStack].pResource ); in ~ResMgr()
1047 aStack[i].pResource->GetRT(), in TestStack()
1048 aStack[i].pResource->GetId(), in TestStack()
1161 pTop->pResource = (RSHEADER_TYPE*)pTop->pClassRes; in GetResource()
1173 pTop->pResource = (RSHEADER_TYPE *)pTop->pClassRes; in GetResource()
1180 pTop->pResource = (RSHEADER_TYPE *)pTop->pClassRes; in GetResource()
1207 pTop->pResource = (RSHEADER_TYPE*)pTop->pClassRes; in GetResource()
1262 void* pRes = (sal_uInt8*)pTop->pResource + in PopContext()
1263 pTop->pResource->GetLocalOff(); in PopContext()
1268 this, pTop->pResource->GetRT(), in PopContext()
1269 pTop->pResource->GetId(), in PopContext()
1278 pImpRes->FreeGlobalRes( pTop->aResHandle, pTop->pResource ); in PopContext()
1393 return (sal_uInt32)((sal_IntPtr)(sal_uInt8 *)rTop.pResource + in GetRemainSize()
1394 rTop.pResource->GetLocalOff() - in GetRemainSize()
1415 RSHEADER_TYPE* pRes = rStack.pResource; in Increment()
1428 ResMgr* ResMgr::CreateFallbackResMgr( const ResId& rId, const Resource* pResource ) in CreateFallbackResMgr() argument
1461 if( !aStack[i].pResource ) in CreateFallbackResMgr()
1466 ResId aId( aStack[i].pResource->GetId(), *pFallbackResMgr ); in CreateFallbackResMgr()
1467 aId.SetRT( aStack[i].pResource->GetRT() ); in CreateFallbackResMgr()
1478 if( !pFallback->GetResource( aId, pResource ) ) in CreateFallbackResMgr()
1818 switch( pRC->pResource->GetRT() ) { in GetAutoHelpId()
1832 switch( pRC1->pResource->GetRT() ) { in GetAutoHelpId()
1841 switch( pRC->pResource->GetRT() ) { in GetAutoHelpId()
1884 OSL_ENSURE( pRC->pResource, "missing resource in resource stack level !" ); in GetAutoHelpId()
1885 if( pRC->pResource ) in GetAutoHelpId()
1886 aHID.append( sal_Int32( pRC->pResource->GetId() ) ); in GetAutoHelpId()