Home
last modified time | relevance | path

Searched refs:nStrmPos (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx276 sal_uInt32 nStrmPos = tmpStrm.Tell(); in WriteHyperlinkWithinFly() local
279 tmpStrm.Seek( nStrmPos ); in WriteHyperlinkWithinFly()
281 nLen = nStrmSize - nStrmPos; in WriteHyperlinkWithinFly()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1010 sal_uInt32 nl, nStrmPos = pWMF->Tell(); in ReadHeader() local
1041 pWMF->Seek( nStrmPos + 18 ); // set the streampos to the start of the metaactions in ReadHeader()
1043 pWMF->Seek( nStrmPos ); in ReadHeader()
H A Denhwmf.cxx1446 sal_uInt32 nStrmPos = pWMF->Tell(); // checking if nEndPos is valid in ReadHeader() local
1450 pWMF->Seek( nStrmPos ); in ReadHeader()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx328 void ImplReadUnicodeComment( sal_uInt32 nStrmPos, SvStream& rIStm, String& rString ) in ImplReadUnicodeComment() argument
331 if ( nStrmPos ) in ImplReadUnicodeComment()
337 rIStm.Seek( nStrmPos ); in ImplReadUnicodeComment()
/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx184 sal_uLong nStrmPos = mrStrm.Tell(); in WriteRow() local
188 if ( mrStrm.Tell() - nStrmPos > 255 ) in WriteRow()
191 nStrmPos = mrStrm.Tell(); in WriteRow()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx190 sal_uLong nStrmPos = rStrm.Tell(); in WriteRow() local
194 if ( rStrm.Tell() - nStrmPos > 255 ) in WriteRow()
197 nStrmPos = rStrm.Tell(); in WriteRow()
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx152 sal_uInt32 GetBlock( sal_Size nStrmPos ) const;
154 sal_uInt16 GetOffset( sal_Size nStrmPos ) const;
H A Dxestream.hxx243 sal_uInt32 GetBlockPos( sal_Size nStrmPos ) const;
244 sal_uInt16 GetOffsetInBlock( sal_Size nStrmPos ) const;
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx323 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 Dxestream.cxx268 sal_Size nStrmPos = rInStrm.Tell(); in CopyFromStream() local
271 rInStrm.Seek( nStrmPos ); in CopyFromStream()
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()
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 …]
H A Dxecontent.cxx228 sal_uInt32 nStrmPos = static_cast< sal_uInt32 >( rStrm.GetSvStreamPos() ); in Save() local
230 aExtSst << nStrmPos // stream position in Save()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx772 sal_Int64 nStrmPos = rStrm.tellBase(); in importFragment() local
908 if( rStrm.tellBase() == nStrmPos ) in importFragment()
916 if( rStrm.tellBase() == nStrmPos ) in importFragment()
H A Ddrawingmanager.cxx874 sal_Int64 nStrmPos = rStrm.tell(); in importObjBiff8() local
900 rStrm.seek( nStrmPos + nSubRecSize ); in importObjBiff8()
/trunk/main/oox/source/helper/
H A Dbinarystreambase.cxx52 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()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx507 sal_Int64 nStrmPos = mxBiffStrm->tell(); in dumpUniString() local
525 dumpRemainingTo( nStrmPos + nPhoneticSize ); in dumpUniString()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx3618 sal_uLong nStrmPos = oStream->Tell(); in ProcessControl() local
3622 oStream->Seek( nStrmPos + rec.nSubStreamLen ); in ProcessControl()

Completed in 266 milliseconds