Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx260 sal_uInt32 nPictureId = (sal_uInt32)(sal_uIntPtr)pObj; in OutputOLENode() local
261 Set_UInt32(pDataAdr, nPictureId); in OutputOLENode()
263 WW8OleMap *pMap = new WW8OleMap(nPictureId); in OutputOLENode()
276 sStorageName += String::CreateFromInt32( nPictureId ); in OutputOLENode()
H A Dww8par.cxx5551 long nPictureId = 0; in GetOLEStorageName() local
5578 while (nStartCp <= nEndCp && !nPictureId) in GetOLEStorageName()
5589 while (nLen >= 2 && !nPictureId) in GetOLEStorageName()
5599 nPictureId = SVBT32ToUInt32(pSprm + in GetOLEStorageName()
5619 rStorageName += String::CreateFromInt32(nPictureId); in GetOLEStorageName()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx600 sal_uInt32 nPictureId = sal_uInt32(sal_uIntPtr(this) >> 2); in WriteSubRecs() local
601 sprintf( aBuf, "%08X", static_cast< unsigned int >( nPictureId ) ); // #100211# - checked in WriteSubRecs()
657 rStrm << nPictureId; in WriteSubRecs()

Completed in 47 milliseconds