Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dresmgr.hxx59 inline sal_uInt32 GetGlobOff(); // Globaler Offset
178 { return( pHT->GetGlobOff() ); } in GetObjSize()
228 inline sal_uInt32 RSHEADER_TYPE::GetGlobOff() in GetGlobOff() function in RSHEADER_TYPE
/trunk/main/tools/source/rc/
H A Dresmgr.cxx717 nSize = pLast->nOffset + aHdr.GetGlobOff() - nOffCorrection; in LoadGlobalRes()
731 void * pRes = rtl_allocateMemory( aHeader.GetGlobOff() ); in LoadGlobalRes()
734 aHeader.GetGlobOff() - sizeof( RSHEADER_TYPE ) ); in LoadGlobalRes()
893 ((sal_uInt8*)pStack->pResource + pStack->pResource->GetGlobOff()); in LocalResource()
898 pTmp = (RSHEADER_TYPE*)((sal_uInt8*)pTmp + pTmp->GetGlobOff()); in LocalResource()
1304 if ( pHeader->GetLocalOff() != pHeader->GetGlobOff() ) in CreateBlock()
1418 if ( (pRes->GetGlobOff() == nLocalOff) && in Increment()

Completed in 28 milliseconds