Home
last modified time | relevance | path

Searched refs:nTypeAndId (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/source/rc/
H A Dresmgr.cxx489 sal_uInt64 nTypeAndId; member
497 return lhs.nTypeAndId < rhs.nTypeAndId; in operator ()()
505 return lhs.nTypeAndId < rhs; in operator ()()
509 return lhs < rhs.nTypeAndId; in operator ()()
634 (*pResUseDump)[pContent[i].nTypeAndId] = 1; in Create()
638 pContent[0].nTypeAndId = ResMgr::GetUInt64( pContentBuf ); in Create()
646 if( pContent[i].nTypeAndId >= pContent[j].nTypeAndId ) in Create()
648 …if( (pContent[i].nTypeAndId & 0xFFFFFFFF00000000LL) == (pContent[j].nTypeAndId & 0xFFFFFFFF0000000… in Create()
678 return (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == nValue); in IsGlobalAvailable()
697 if( pFind && (pFind != pEnd) && (pFind->nTypeAndId == nValue) ) in LoadGlobalRes()
[all …]

Completed in 22 milliseconds