Lines Matching refs:sal_uInt8

95 	sal_uInt8 *					        pStringBlock;
617 sal_uInt8* pContentBuf = (sal_uInt8*)rtl_allocateMemory( lContLen ); in Create()
718 pStringBlock = (sal_uInt8*)rtl_allocateMemory( nSize ); in LoadGlobalRes()
723 return (sal_uInt8*)pStringBlock + pFind->nOffset - nOffCorrection; in LoadGlobalRes()
733 pStm->Read( (sal_uInt8*)pRes + sizeof( RSHEADER_TYPE ), in LoadGlobalRes()
891 ((sal_uInt8*)pStack->pResource + pStack->pResource->GetLocalOff()); in LocalResource()
893 ((sal_uInt8*)pStack->pResource + pStack->pResource->GetGlobOff()); in LocalResource()
898 pTmp = (RSHEADER_TYPE*)((sal_uInt8*)pTmp + pTmp->GetGlobOff()); in LocalResource()
1262 void* pRes = (sal_uInt8*)pTop->pResource + in PopContext()
1316 return ((*((sal_uInt8*)pShort + 0) << 8) | in GetShort()
1317 (*((sal_uInt8*)pShort + 1) << 0) ); in GetShort()
1324 return ((*((sal_uInt8*)pLong + 0) << 24) | in GetLong()
1325 (*((sal_uInt8*)pLong + 1) << 16) | in GetLong()
1326 (*((sal_uInt8*)pLong + 2) << 8) | in GetLong()
1327 (*((sal_uInt8*)pLong + 3) << 0) ); in GetLong()
1334 return ((sal_uInt64(*((sal_uInt8*)pDatum + 0)) << 56) | in GetUInt64()
1335 (sal_uInt64(*((sal_uInt8*)pDatum + 1)) << 48) | in GetUInt64()
1336 (sal_uInt64(*((sal_uInt8*)pDatum + 2)) << 40) | in GetUInt64()
1337 (sal_uInt64(*((sal_uInt8*)pDatum + 3)) << 32) | in GetUInt64()
1338 (sal_uInt64(*((sal_uInt8*)pDatum + 4)) << 24) | in GetUInt64()
1339 (sal_uInt64(*((sal_uInt8*)pDatum + 5)) << 16) | in GetUInt64()
1340 (sal_uInt64(*((sal_uInt8*)pDatum + 6)) << 8) | in GetUInt64()
1341 (sal_uInt64(*((sal_uInt8*)pDatum + 7)) << 0) ); in GetUInt64()
1345 sal_uInt32 ResMgr::GetStringWithoutHook( UniString& rStr, const sal_uInt8* pStr ) in GetStringWithoutHook()
1357 sal_uInt32 ResMgr::GetString( UniString& rStr, const sal_uInt8* pStr ) in GetString()
1367 sal_uInt32 ResMgr::GetByteString( rtl::OString& rStr, const sal_uInt8* pStr ) in GetByteString()
1377 sal_uInt32 ResMgr::GetStringSize( const sal_uInt8* pStr, sal_uInt32& nLen ) in GetStringSize()
1393 return (sal_uInt32)((long)(sal_uInt8 *)rTop.pResource + in GetRemainSize()
1395 (long)(sal_uInt8 *)rTop.pClassRes); in GetRemainSize()
1411 sal_uInt8* pClassRes = (sal_uInt8*)rStack.pClassRes + nSize; in Increment()
1758 Increment( GetStringWithoutHook( aRet, (const sal_uInt8*)GetClass() ) ); in ReadStringWithoutHook()
1788 Increment( GetByteString( aRet, (const sal_uInt8*)GetClass() ) ); in ReadByteString()
2017 ResMgr::GetString( sReturn, (const sal_uInt8*)(pResHeader+1) ); in ReadString()
2093 *pBuffer = (void*)(((sal_uInt8*)pResHeader) + sizeof(RSHEADER_TYPE)); in ReadBlob()
2110 void* pCompleteBuffer = (void*)(((sal_uInt8*)pBuffer) - sizeof(RSHEADER_TYPE)); in FreeBlob()