Searched refs:nStrmPos (Results 1 – 16 of 16) sorted by relevance
268 sal_Size nStrmPos = rInStrm.Tell(); in CopyFromStream() local271 rInStrm.Seek( nStrmPos ); in CopyFromStream()616 sal_Size nStrmPos = rStrm.Tell(); in EncryptBytes() local617 sal_uInt16 nBlockOffset = GetOffsetInBlock(nStrmPos); in EncryptBytes()618 sal_uInt32 nBlockPos = GetBlockPos(nStrmPos); in EncryptBytes()622 nStrmPos, nBlockOffset, nBlockPos); in EncryptBytes()636 if (mnOldPos != nStrmPos) in EncryptBytes()666 nStrmPos = rStrm.Tell(); in EncryptBytes()667 nBlockOffset = GetOffsetInBlock(nStrmPos); in EncryptBytes()668 nBlockPos = GetBlockPos(nStrmPos); in EncryptBytes()[all …]
323 sal_uInt32 XclImpBiff8Decrypter::GetBlock( sal_Size nStrmPos ) const in GetBlock()325 return static_cast< sal_uInt32 >( nStrmPos / EXC_ENCR_BLOCKSIZE ); in GetBlock()328 sal_uInt16 XclImpBiff8Decrypter::GetOffset( sal_Size nStrmPos ) const in GetOffset()330 return static_cast< sal_uInt16 >( nStrmPos % EXC_ENCR_BLOCKSIZE ); in GetOffset()
228 sal_uInt32 nStrmPos = static_cast< sal_uInt32 >( rStrm.GetSvStreamPos() ); in Save() local230 aExtSst << nStrmPos // stream position in Save()
52 sal_Int64 nStrmPos = tell(); in alignToBlock() local54 if( mbSeekable && (0 <= nAnchorPos) && (nAnchorPos != nStrmPos) && (nBlockSize > 1) ) in alignToBlock()57 sal_Int64 nSkipSize = (nAnchorPos < nStrmPos) ? in alignToBlock()58 (nBlockSize - ((nStrmPos - nAnchorPos - 1) % nBlockSize) - 1) : in alignToBlock()59 ((nAnchorPos - nStrmPos) % nBlockSize); in alignToBlock()60 seek( nStrmPos + nSkipSize ); in alignToBlock()
184 sal_uLong nStrmPos = mrStrm.Tell(); in WriteRow() local188 if ( mrStrm.Tell() - nStrmPos > 255 ) in WriteRow()191 nStrmPos = mrStrm.Tell(); in WriteRow()
190 sal_uLong nStrmPos = rStrm.Tell(); in WriteRow() local194 if ( rStrm.Tell() - nStrmPos > 255 ) in WriteRow()197 nStrmPos = rStrm.Tell(); in WriteRow()
243 sal_uInt32 GetBlockPos( sal_Size nStrmPos ) const;244 sal_uInt16 GetOffsetInBlock( sal_Size nStrmPos ) const;
152 sal_uInt32 GetBlock( sal_Size nStrmPos ) const;154 sal_uInt16 GetOffset( sal_Size nStrmPos ) const;
1010 sal_uInt32 nl, nStrmPos = pWMF->Tell(); in ReadHeader() local1041 pWMF->Seek( nStrmPos + 18 ); // set the streampos to the start of the the metaactions in ReadHeader()1043 pWMF->Seek( nStrmPos ); in ReadHeader()
1446 sal_uInt32 nStrmPos = pWMF->Tell(); // checking if nEndPos is valid in ReadHeader() local1450 pWMF->Seek( nStrmPos ); in ReadHeader()
772 sal_Int64 nStrmPos = rStrm.tellBase(); in importFragment() local908 if( rStrm.tellBase() == nStrmPos ) in importFragment()916 if( rStrm.tellBase() == nStrmPos ) in importFragment()
874 sal_Int64 nStrmPos = rStrm.tell(); in importObjBiff8() local900 rStrm.seek( nStrmPos + nSubRecSize ); in importObjBiff8()
328 void ImplReadUnicodeComment( sal_uInt32 nStrmPos, SvStream& rIStm, String& rString ) in ImplReadUnicodeComment() argument331 if ( nStrmPos ) in ImplReadUnicodeComment()337 rIStm.Seek( nStrmPos ); in ImplReadUnicodeComment()
287 sal_uInt32 nStrmPos = tmpStrm.Tell(); in WriteHyperlinkWithinFly() local290 tmpStrm.Seek( nStrmPos ); in WriteHyperlinkWithinFly()292 nLen = nStrmSize - nStrmPos; in WriteHyperlinkWithinFly()
507 sal_Int64 nStrmPos = mxBiffStrm->tell(); in dumpUniString() local525 dumpRemainingTo( nStrmPos + nPhoneticSize ); in dumpUniString()
3618 sal_uLong nStrmPos = oStream->Tell(); in ProcessControl() local3622 oStream->Seek( nStrmPos + rec.nSubStreamLen ); in ProcessControl()
Completed in 166 milliseconds