Searched refs:nPictureId (Results 1 – 3 of 3) sorted by relevance
260 sal_uInt32 nPictureId = (sal_uInt32)(sal_uIntPtr)pObj; in OutputOLENode() local261 Set_UInt32(pDataAdr, nPictureId); in OutputOLENode()263 WW8OleMap *pMap = new WW8OleMap(nPictureId); in OutputOLENode()276 sStorageName += String::CreateFromInt32( nPictureId ); in OutputOLENode()
5550 long nPictureId = 0; in GetOLEStorageName() local5577 while (nStartCp <= nEndCp && !nPictureId) in GetOLEStorageName()5588 while (nLen >= 2 && !nPictureId) in GetOLEStorageName()5598 nPictureId = SVBT32ToUInt32(pSprm + in GetOLEStorageName()5618 rStorageName += String::CreateFromInt32(nPictureId); in GetOLEStorageName()
600 sal_uInt32 nPictureId = sal_uInt32(sal_uIntPtr(this) >> 2); in WriteSubRecs() local601 sprintf( aBuf, "%08X", static_cast< unsigned int >( nPictureId ) ); // #100211# - checked in WriteSubRecs()657 rStrm << nPictureId; in WriteSubRecs()
Completed in 39 milliseconds