Searched refs:nTypeAndId (Results 1 – 1 of 1) sorted by relevance
489 sal_uInt64 nTypeAndId; member497 return lhs.nTypeAndId < rhs.nTypeAndId; in operator ()()505 return lhs.nTypeAndId < rhs; in operator ()()509 return lhs < rhs.nTypeAndId; in operator ()()527 …if ( (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == ((sal_uInt64(RT_SYS_BITMAP) << 32) … in GetBitmapStream()634 (*pResUseDump)[pContent[i].nTypeAndId] = 1; in Create()638 pContent[0].nTypeAndId = ResMgr::GetUInt64( pContentBuf ); in Create()644 pContent[j].nTypeAndId = ResMgr::GetUInt64( pContentBuf + (12*j) ); in Create()646 if( pContent[i].nTypeAndId >= pContent[j].nTypeAndId ) in Create()648 …if( (pContent[i].nTypeAndId & 0xFFFFFFFF00000000LL) == (pContent[j].nTypeAndId & 0xFFFFFFFF0000000… in Create()[all …]