| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xestream.cxx | 268 sal_Size nStrmPos = rInStrm.Tell(); in CopyFromStream() local 271 rInStrm.Seek( nStrmPos ); in CopyFromStream() 273 sal_Size nBytesLeft = ::std::min( nBytes, nStrmSize - nStrmPos ); in CopyFromStream() 604 sal_uInt32 XclExpBiff8Encrypter::GetBlockPos( sal_Size nStrmPos ) const in GetBlockPos() 606 return static_cast< sal_uInt32 >( nStrmPos / EXC_ENCR_BLOCKSIZE ); in GetBlockPos() 609 sal_uInt16 XclExpBiff8Encrypter::GetOffsetInBlock( sal_Size nStrmPos ) const in GetOffsetInBlock() 611 return static_cast< sal_uInt16 >( nStrmPos % EXC_ENCR_BLOCKSIZE ); in GetOffsetInBlock() 616 sal_Size nStrmPos = rStrm.Tell(); in EncryptBytes() local 617 sal_uInt16 nBlockOffset = GetOffsetInBlock(nStrmPos); in EncryptBytes() 618 sal_uInt32 nBlockPos = GetBlockPos(nStrmPos); in EncryptBytes() [all …]
|
| H A D | xistream.cxx | 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()
|
| H A D | xecontent.cxx | 228 sal_uInt32 nStrmPos = static_cast< sal_uInt32 >( rStrm.GetSvStreamPos() ); in Save() local 230 aExtSst << nStrmPos // stream position in Save()
|
| /AOO41X/main/oox/source/helper/ |
| H A D | binarystreambase.cxx | 52 sal_Int64 nStrmPos = tell(); in alignToBlock() local 54 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()
|
| /AOO41X/main/svx/source/table/ |
| H A D | tablertfexporter.cxx | 184 sal_uLong nStrmPos = mrStrm.Tell(); in WriteRow() local 188 if ( mrStrm.Tell() - nStrmPos > 255 ) in WriteRow() 191 nStrmPos = mrStrm.Tell(); in WriteRow()
|
| /AOO41X/main/sc/source/filter/rtf/ |
| H A D | rtfexp.cxx | 190 sal_uLong nStrmPos = rStrm.Tell(); in WriteRow() local 194 if ( rStrm.Tell() - nStrmPos > 255 ) in WriteRow() 197 nStrmPos = rStrm.Tell(); in WriteRow()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xestream.hxx | 243 sal_uInt32 GetBlockPos( sal_Size nStrmPos ) const; 244 sal_uInt16 GetOffsetInBlock( sal_Size nStrmPos ) const;
|
| H A D | xistream.hxx | 152 sal_uInt32 GetBlock( sal_Size nStrmPos ) const; 154 sal_uInt16 GetOffset( sal_Size nStrmPos ) const;
|
| /AOO41X/main/svtools/source/filter/wmf/ |
| H A D | winwmf.cxx | 1010 sal_uInt32 nl, nStrmPos = pWMF->Tell(); in ReadHeader() local 1041 pWMF->Seek( nStrmPos + 18 ); // set the streampos to the start of the the metaactions in ReadHeader() 1043 pWMF->Seek( nStrmPos ); in ReadHeader()
|
| H A D | enhwmf.cxx | 1446 sal_uInt32 nStrmPos = pWMF->Tell(); // checking if nEndPos is valid in ReadHeader() local 1450 pWMF->Seek( nStrmPos ); in ReadHeader()
|
| /AOO41X/main/oox/source/xls/ |
| H A D | worksheetfragment.cxx | 772 sal_Int64 nStrmPos = rStrm.tellBase(); in importFragment() local 908 if( rStrm.tellBase() == nStrmPos ) in importFragment() 916 if( rStrm.tellBase() == nStrmPos ) in importFragment()
|
| H A D | drawingmanager.cxx | 874 sal_Int64 nStrmPos = rStrm.tell(); in importObjBiff8() local 900 rStrm.seek( nStrmPos + nSubRecSize ); in importObjBiff8()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | cvtsvm.cxx | 328 void ImplReadUnicodeComment( sal_uInt32 nStrmPos, SvStream& rIStm, String& rString ) in ImplReadUnicodeComment() argument 331 if ( nStrmPos ) in ImplReadUnicodeComment() 337 rIStm.Seek( nStrmPos ); in ImplReadUnicodeComment()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8esh.cxx | 287 sal_uInt32 nStrmPos = tmpStrm.Tell(); in WriteHyperlinkWithinFly() local 290 tmpStrm.Seek( nStrmPos ); in WriteHyperlinkWithinFly() 292 nLen = nStrmSize - nStrmPos; in WriteHyperlinkWithinFly()
|
| /AOO41X/main/oox/source/dump/ |
| H A D | biffdumper.cxx | 507 sal_Int64 nStrmPos = mxBiffStrm->tell(); in dumpUniString() local 525 dumpRemainingTo( nStrmPos + nPhoneticSize ); in dumpUniString()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 3618 sal_uLong nStrmPos = oStream->Tell(); in ProcessControl() local 3622 oStream->Seek( nStrmPos + rec.nSubStreamLen ); in ProcessControl()
|