/aoo41x/main/oox/source/xls/ |
H A D | biffcodec.cxx | 68 …::decode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int64 nStreamPos, sal_uInt16 nByt… in decode() argument 73 implDecode( pnDestData, pnSrcData, nStreamPos, nBytes ); in decode() 140 …plDecode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int64 nStreamPos, sal_uInt16 nByt… in implDecode() argument 143 maCodec.skip( static_cast< sal_Int32 >( (nStreamPos + nBytes) & 0x0F ) ); in implDecode() 152 sal_Int32 lclGetRcfBlock( sal_Int64 nStreamPos ) in lclGetRcfBlock() argument 154 return static_cast< sal_Int32 >( nStreamPos / BIFF_RCF_BLOCKSIZE ); in lclGetRcfBlock() 158 sal_Int32 lclGetRcfOffset( sal_Int64 nStreamPos ) in lclGetRcfOffset() argument 160 return static_cast< sal_Int32 >( nStreamPos % BIFF_RCF_BLOCKSIZE ); in lclGetRcfOffset() 230 …plDecode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int64 nStreamPos, sal_uInt16 nByt… in implDecode() argument 234 sal_Int64 nCurrPos = nStreamPos; in implDecode()
|
/aoo41x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 465 sal_uLong nStreamPos = rInput.Tell(); in ScanText() local 546 DBG_ASSERT( rInput.Tell() - nStreamPos == in ScanText() 576 DBG_ASSERT( rInput.Tell()-nStreamPos == in ScanText() 582 rInput.Seek( nStreamPos ); in ScanText() 621 DBG_ASSERT( rInput.Tell()-nStreamPos == in ScanText() 627 rInput.Seek( nStreamPos ); in ScanText() 906 sal_uLong nStreamPos = rInput.Tell(); in _GetNextRawToken() local 1004 rInput.Seek( nStreamPos ); in _GetNextRawToken() 1138 sal_uLong nStreamPos = rInput.Tell(); in _GetNextToken() local 1259 rInput.Seek( nStreamPos ); in _GetNextToken() [all …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | biffcodec.hxx | 62 sal_Int64 nStreamPos, 78 sal_Int64 nStreamPos, 111 sal_Int64 nStreamPos, 147 sal_Int64 nStreamPos,
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter.cxx | 255 sal_uLong nStreamPos = rStream.Tell(); in ImpPeekGraphicFormat() local 259 rStream.Seek( nStreamPos ); in ImpPeekGraphicFormat() 269 rStream.Seek( nStreamPos ); in ImpPeekGraphicFormat() 317 rStream.Seek( nStreamPos ); in ImpPeekGraphicFormat() 477 rStream.Seek( nStreamPos + 2048 ); in ImpPeekGraphicFormat() 559 rStream.Seek( nStreamPos + nOffset); in ImpPeekGraphicFormat() 658 rStream.Seek( nStreamPos ); in ImpPeekGraphicFormat() 710 rStream.Seek(nStreamPos); in ImpPeekGraphicFormat() 748 rStream.Seek(nStreamPos); in ImpPeekGraphicFormat() 1371 sal_uLong nStreamPos = rIStream.Tell(); in CanImportGraphic() local [all …]
|
/aoo41x/main/toolkit/source/helper/ |
H A D | unomemorystream.cxx | 90 sal_uInt32 nStreamPos = Tell(); in available() local 92 Seek( nStreamPos ); in available() 93 return nEnd - nStreamPos; in available()
|
/aoo41x/main/tools/source/zcodec/ |
H A D | zcodec.cxx | 305 sal_uIntPtr nStreamPos = rIStm.Tell(); in ReadAsynchron() local 308 rIStm.Seek( nStreamPos ); in ReadAsynchron() 309 if ( ( nMaxPos - nStreamPos ) < nInToRead ) in ReadAsynchron()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pngread.cxx | 233 const sal_Size nStreamPos = mrPNGStream.Tell(); in PNGReaderImpl() local 236 mrPNGStream.Seek( nStreamPos ); in PNGReaderImpl() 298 const sal_Size nStreamPos = mrPNGStream.Tell(); in ReadNextChunk() local 299 if( nStreamPos + mnChunkLen >= mnStreamSize ) in ReadNextChunk() 360 const sal_Size nStreamPos = mrPNGStream.Tell(); in SkipRemainingChunks() local 366 if( nStreamPos + mnChunkLen >= mnStreamSize ) in SkipRemainingChunks()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptatom.cpp | 49 const sal_Size nStreamPos = mrStream.Tell(); in Atom() local 52 mrStream.Seek( nStreamPos ); in Atom()
|
/aoo41x/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 109 void ImplWriteResolution( sal_uLong nStreamPos, sal_uInt32 nResolutionUnit ); 470 void TIFFWriter::ImplWriteResolution( sal_uLong nStreamPos, sal_uInt32 nResolutionUnit ) in ImplWriteResolution() argument 473 mpOStm->Seek( nStreamPos + 8 ); in ImplWriteResolution()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 476 virtual sal_uLong Calc_nBLIPPos( sal_uLong nOrgVal, sal_uLong nStreamPos ) const;
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 1033 virtual sal_uLong Calc_nBLIPPos( sal_uLong nOrgVal, sal_uLong nStreamPos ) const;
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 445 sal_Size nStreamPos = rStrm.Tell(); in Create() local 455 rStrm.Seek( nStreamPos ); in Create()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 3520 sal_uLong XclImpDffConverter::Calc_nBLIPPos( sal_uLong /*nOrgVal*/, sal_uLong nStreamPos ) const in Calc_nBLIPPos() 3522 return nStreamPos + 4; in Calc_nBLIPPos()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 2821 WW8_FC nStreamPos = pSBase->WW8Cp2Fc(nCpOfs+rPos, &bIsUnicode); in ReadPlainChars() local 2822 pStrm->Seek( nStreamPos ); in ReadPlainChars()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2794 sal_uInt32 nStreamPos = rSt.Tell(); in SeekToShape() local 2824 rSt.Seek( nStreamPos ); in SeekToShape()
|