Lines Matching refs:tell
197 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpUrlMoniker()
199 if( mxStrm->tell() + 24 == nEndPos ) in dumpUrlMoniker()
216 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpFileMoniker()
229 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpItemMoniker()
231 if( mxStrm->tell() < nEndPos ) in dumpItemMoniker()
232 dumpUnicodeArray( "unicode-delimiter", (nEndPos - mxStrm->tell()) / 2 ); 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()
1313 sal_Int64 nEndPos = mxStrm->tell() + aIt->mnDataSize; in dumpLargeProperties()
1314 while( mxStrm->tell() < nEndPos ) in dumpLargeProperties()
1912 sal_Int64 nEndPos = mxStrm->tell() + nSiteLength; in dumpSiteData()