Lines Matching refs:pContent

93 	ImpContent *			        pContent;  member in InternalResMgr
523 ImpContent * pFind = ::std::lower_bound(pContent, in GetBitmapStream()
524 pContent + nEntries, in GetBitmapStream()
527 …if ( (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == ((sal_uInt64(RT_SYS_BITMAP) << 32) … in GetBitmapStream()
541 : pContent( NULL ) in InternalResMgr()
559 rtl_freeMemory(pContent); in ~InternalResMgr()
620 pContent = (ImpContent *)rtl_allocateMemory( sizeof(ImpContent)*lContLen/12 ); in Create()
634 (*pResUseDump)[pContent[i].nTypeAndId] = 1; 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()
646 if( pContent[i].nTypeAndId >= pContent[j].nTypeAndId ) in Create()
648 …if( (pContent[i].nTypeAndId & 0xFFFFFFFF00000000LL) == (pContent[j].nTypeAndId & 0xFFFFFFFF0000000… in Create()
649 && pContent[i].nOffset >= pContent[j].nOffset ) in Create()
659 ::std::sort(pContent,pContent+nEntries,ImpContentLessCompare()); in Create()
674 ImpContent * pFind = ::std::lower_bound(pContent, in IsGlobalAvailable()
675 pContent + nEntries, in IsGlobalAvailable()
678 return (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == nValue); in IsGlobalAvailable()
692 ImpContent* pEnd = (pContent + nEntries); in LoadGlobalRes()
693 ImpContent* pFind = ::std::lower_bound( pContent, in LoadGlobalRes()
707 while( pFirst > pContent && ((pFirst -1)->nTypeAndId >> 32) == RSC_STRING ) in LoadGlobalRes()