Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 124) sorted by relevance

12345

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx92 mnBodyPos = mrInStrm.tell(); in startRecord()
246 sal_Int64 nCurrPos = tell(); // save current position in record in getNextRecId()
264 sal_Int64 BiffInputStream::tell() const in tell() function in oox::xls::BiffInputStream
273 if( mbEof || (nRecPos < tell()) ) in seek()
275 if( !mbEof && (nRecPos > tell()) ) in seek()
276 skip( static_cast< sal_Int32 >( nRecPos - tell() ) ); in seek()
286 return maRecBuffer.getBaseStream().tell(); in tellBase()
526 sal_Int64 nCurrPos = tell(); // save current position in record in calcRecordLength()
561 mnRecPos( rStrm.tell() ) in BiffInputStreamPos()
H A Dformulaparser.cxx1346 sal_Int64 nFmlaPos = rStrm.tell(); in importBiff12Formula()
1351 mnAddDataPos = rStrm.tell(); in importBiff12Formula()
1358 while( bOk && !rStrm.isEof() && (rStrm.tell() < nFmlaEndPos) ) in importBiff12Formula()
1434 if( bOk && (rStrm.tell() == nFmlaEndPos) && (mnAddDataPos == nAddDataEndPos) ) in importBiff12Formula()
1775 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition()
2103 sal_Int64 nEndPos = mnAddDataPos = rStrm.tell() + nFmlaSize; in importBiffFormula()
2106 while( bOk && !rStrm.isEof() && (rStrm.tell() < nEndPos) ) in importBiffFormula()
2190 if( bOk && (rStrm.tell() == nEndPos) ) in importBiffFormula()
2615 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition()
2642 sal_Int64 nEndPos = rStrm.tell() + 4 * nCount; in readNlrSRangeAddData()
[all …]
H A Dbiffdetector.cxx83 sal_Int64 nOldPos = rInStream.tell(); in detectStreamBiffVersion()
88 … if( (4 <= nBofSize) && (nBofSize <= 16) && (rInStream.tell() + nBofSize <= rInStream.size()) ) in detectStreamBiffVersion()
H A Dbiffhelper.cxx128 sal_Int64 nInStrmPos = rStrm.tell(); in lclImportImgDataDib()
172 sal_Int64 nOutStrmPos = aOutStrm.tell(); in lclImportImgDataDib()
H A Ddrawingmanager.cxx874 sal_Int64 nStrmPos = rStrm.tell(); in importObjBiff8()
881 …OSL_ENSURE( rStrm.tell() == 4, "BiffDrawingObjectBase::importObjBiff8 - unexpected OBJCMO subrecor… in importObjBiff8()
882 if( (rStrm.tell() == 4) && (nSubRecSize >= 6) ) in importObjBiff8()
H A Dbiffoutputstream.cxx116 return maRecBuffer.getBaseStream().tell(); in tellBase()
/trunk/main/oox/source/dump/
H A Doledumper.cxx199 if( mxStrm->tell() + 24 == nEndPos ) in dumpUrlMoniker()
231 if( mxStrm->tell() < nEndPos ) in dumpItemMoniker()
236 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpItemMoniker()
238 if( mxStrm->tell() < nEndPos ) in dumpItemMoniker()
239 dumpUnicodeArray( "unicode-item", (nEndPos - mxStrm->tell()) / 2 ); in dumpItemMoniker()
615 sal_Int64 nEndPos = mxStrm->tell() + nSize; in dumpHlinks()
752 sal_Int64 nEndPos = mxStrm->tell() + nPartSize; in dumpComCtlCommon()
1074 mnPropertiesEnd = mxStrm->tell() + nSize; in implDump()
1109 mnPropertiesStart = mxStrm->tell(); in setAlignAnchor()
1314 while( mxStrm->tell() < nEndPos ) in dumpLargeProperties()
[all …]
H A Dbiffdumper.cxx507 sal_Int64 nStrmPos = mxBiffStrm->tell(); in dumpUniString()
808 sal_Int64 nStartPos = mxStrm->tell(); in implDump()
898 bValid = nEndPos == mxStrm->tell(); in implDump()
3398 sal_Int64 nRecPos = rStrm.tell(); in dumpCfRuleProp()
3457 sal_Int64 nStartPos = rStrm.tell(); in dumpXfExtProp()
3505 sal_Int64 nStartPos = rStrm.tell(); in dumpDxfProp()
3609 sal_Int64 nEndPos = rStrm.tell() + nSize; in dumpDxf12Prop()
3611 if( rStrm.tell() + 8 <= nEndPos ) in dumpDxf12Prop()
4119 sal_Int64 nSubRecStart = rStrm.tell(); in dumpObjRecBiff8()
4325 if( getBiffStream().tell() & 1 ) in dumpObjRecPadding()
[all …]
H A Ddumperbase.cxx2527 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() ); in skipBlock()
2528 if( mxStrm->tell() < nEndPos ) in skipBlock()
2531 … writeDecItem( "skipped-data-size", static_cast< sal_uInt64 >( nEndPos - mxStrm->tell() ) ); in skipBlock()
2548 …sal_Int64 nEndPos = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() )… in dumpRawBinary()
2550 sal_Int64 nPos = bSeekable ? mxStrm->tell() : 0; in dumpRawBinary()
2587 skipBlock( nEndPos - mxStrm->tell() ); in dumpRawBinary()
2614 if( mxStrm->isEof() || (mxStrm->tell() > nPos) ) in dumpRemainingTo()
2617 dumpRemaining( nPos - mxStrm->tell() ); in dumpRemainingTo()
3054 sal_Int64 nRecPos = mxStrm->tell(); in implDump()
3067 if( !mxStrm->isEof() && (mxStrm->tell() == nRecPos) ) in implDump()
[all …]
H A Dxlsbdumper.cxx366 sal_Int64 nStartPos = mxStrm->tell(); in implDump()
375 while( bValid && (mxStrm->tell() < nEndPos) ) in implDump()
378 writeHexItem( EMPTY_STRING, static_cast< sal_uInt16 >( mxStrm->tell() - nStartPos ) ); in implDump()
453 if( nEndPos == mxStrm->tell() ) in implDump()
464 …OX_DUMP_ERRASCII( "formula-error" ), static_cast< sal_Int32 >( nEndPos - mxStrm->tell() ), false ); in implDump()
888 …sal_Int32 nAddDataSize = (mxStrm->size() - mxStrm->tell() >= 4) ? dumpDec< sal_Int32 >( "add-data-… in dumpAddTokenData()
889 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nAddDataSize, mxStrm->size() ); in dumpAddTokenData()
890 …(), aEnd = maAddData.end(); (aIt != aEnd) && !mxStrm->isEof() && (mxStrm->tell() < nEndPos); ++aIt… in dumpAddTokenData()
1330 sal_Int64 nStartPos = mxStrm->tell(); in implDumpRecordBody()
/trunk/main/oox/source/helper/
H A Dbinarystreambase.cxx45 sal_Int64 nPos = tell(); in getRemaining()
52 sal_Int64 nStrmPos = tell(); in alignToBlock()
89 sal_Int64 BinaryXSeekableStream::tell() const in tell() function in oox::BinaryXSeekableStream
135 sal_Int64 SequenceSeekableStream::tell() const in tell() function in oox::SequenceSeekableStream
H A Dbinaryinputstream.cxx280 mnStartPos( rInStrm.tell() ), in RelativeInputStream()
293 sal_Int64 RelativeInputStream::tell() const in tell() function in oox::RelativeInputStream
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx60 sal_Int64 AxAlignedInputStream::tell() const in tell() function in oox::ole::AxAlignedInputStream
199 sal_Int64 nEndPos = rInStrm.tell() + nChars * (bCompressed ? 1 : 2); in lclReadString()
227 sal_Int64 nEndPos = rInStrm.tell() + mnSize; in readProperty()
228 while( rInStrm.tell() < nEndPos ) in readProperty()
265 mnPropsEnd = maInStrm.tell() + nBlockSize; in AxBinaryPropertyReader()
H A Dolehelper.cxx273 sal_Int64 nEndPos = rInStrm.tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in importStdHlink()
287 sal_Int64 nEndPos = rInStrm.tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in importStdHlink()
H A Dvbacontrol.cxx363 sal_Int64 nNextStrmPos = rInStrm.tell() + mxSiteModel->getStreamLength(); in importModelOrStorage()
509 sal_uInt64 nAnchorPos = rInStrm.tell(); in importEmbeddedSiteModels()
512 sal_Int64 nSiteEndPos = rInStrm.tell() + nSiteDataSize; in importEmbeddedSiteModels()
H A Dvbainputstream.cxx62 sal_Int64 VbaInputStream::tell() const in tell() function in oox::ole::VbaInputStream
/trunk/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx66 virtual sal_Int64 tell() const = 0;
140 virtual sal_Int64 tell() const;
170 virtual sal_Int64 tell() const;
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl61 Arguments that tell the template how to slice the given
117 Arguments that tell the template how to slice the given
/trunk/main/oox/inc/oox/ole/
H A Dvbainputstream.hxx44 virtual sal_Int64 tell() const;
H A Daxbinaryreader.hxx54 virtual sal_Int64 tell() const;
/trunk/main/sw/inc/
H A Dswgstr.hxx78 long tell() { return pStrm->Tell(); } in tell() function in swstreambase
/trunk/main/connectivity/source/drivers/hsqldb/
H A Daccesslog.hxx132 sal_Int64 tell() in tell() function in connectivity::hsqldb::DataLogFile
/trunk/main/vcl/unx/gtk/a11y/
H A DTODO17 + esp. since we can't tell if they're coming from
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx244 virtual sal_Int64 tell() const;
/trunk/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderAcceptor.idl63 can---through this callback---tell the calling side that the

Completed in 171 milliseconds

12345