Searched refs:pStringBlock (Results 1 – 1 of 1) sorted by relevance
95 sal_uInt8 * pStringBlock; member in InternalResMgr542 , pStringBlock( NULL ) in InternalResMgr()560 rtl_freeMemory(pStringBlock); in ~InternalResMgr()702 if( !pStringBlock ) in LoadGlobalRes()718 pStringBlock = (sal_uInt8*)rtl_allocateMemory( nSize ); in LoadGlobalRes()720 pStm->Read( pStringBlock, nSize ); in LoadGlobalRes()722 *pResHandle = pStringBlock; in LoadGlobalRes()723 return (sal_uInt8*)pStringBlock + pFind->nOffset - nOffCorrection; in LoadGlobalRes()
Completed in 12 milliseconds