Searched refs:pContentBuf (Results 1 – 1 of 1) sorted by relevance
617 sal_uInt8* pContentBuf = (sal_uInt8*)rtl_allocateMemory( lContLen ); in Create() local618 pStm->Read( pContentBuf, lContLen ); in Create()638 pContent[0].nTypeAndId = ResMgr::GetUInt64( pContentBuf ); in Create()639 pContent[0].nOffset = ResMgr::GetLong( pContentBuf+8 ); in Create()644 pContent[j].nTypeAndId = ResMgr::GetUInt64( pContentBuf + (12*j) ); in Create()645 pContent[j].nOffset = ResMgr::GetLong( pContentBuf + (12*j+8) ); in Create()653 rtl_freeMemory( pContentBuf ); in Create()
Completed in 18 milliseconds