Searched refs:nObjPos (Results 1 – 1 of 1) sorted by relevance
76 sal_uInt32 nObjPos = rStm.WriteDummyLen(); in WriteObjects() local105 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 >>()151 aStr += ByteString::CreateFromInt32( (long)(rStm.Tell() - nObjPos) ); in operator >>()535 sal_uInt32 nObjPos /* die Position + 4, an der die L"ange geschrieben in WriteLen() argument561 sal_uInt32 nLen = nPos - nObjPos; in WriteLen()563 Seek( nObjPos - sizeof( sal_uInt32 ) ); in WriteLen()679 sal_uInt32 nObjPos = 0; in WriteObj() local[all …]