Searched refs:nObjPos (Results 1 – 1 of 1) sorted by relevance
105 rStm.WriteLen( nObjPos ); in WriteObjects()134 sal_uInt32 nObjLen(0), nObjPos(0); in operator >>() local136 nObjLen = rStm.ReadLen( &nObjPos ); in operator >>()148 if( nObjLen + nObjPos != rStm.Tell() ) in operator >>()561 sal_uInt32 nLen = nPos - nObjPos; in WriteLen()679 sal_uInt32 nObjPos = 0; in WriteObj() local682 nObjPos = WriteDummyLen(); in WriteObj()687 WriteLen( nObjPos ); in WriteObj()750 sal_uInt32 nObjLen(0), nObjPos(0); in ReadObj() local752 nObjLen = ReadLen( &nObjPos ); in ReadObj()[all …]
Completed in 15 milliseconds