Searched refs:GetUInt64 (Results 1 – 6 of 6) sorted by relevance
638 pContent[0].nTypeAndId = ResMgr::GetUInt64( pContentBuf ); in Create()644 pContent[j].nTypeAndId = ResMgr::GetUInt64( pContentBuf + (12*j) ); in Create()1332 sal_uInt64 ResMgr::GetUInt64( void* pDatum ) in GetUInt64() function in ResMgr
191 static sal_uInt64 GetUInt64( void* pDatum );
294 sal_uInt64 GetUInt64() const;
781 nRes = pVal->GetUInt64(); in ImpGetUInt64()
691 GET( GetUInt64, SbxSALUINT64, sal_uInt64, uInt64 ) in GET()
1624 case TypeClass_UNSIGNED_HYPER: aRetVal <<= (sal_uInt64)( pVar->GetUInt64() ); break; in sbxToUnoValue()
Completed in 145 milliseconds