Lines Matching refs:nEndPos

197     sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 );  in dumpUrlMoniker()  local
199 if( mxStrm->tell() + 24 == nEndPos ) in dumpUrlMoniker()
205 dumpRemainingTo( nEndPos ); in dumpUrlMoniker()
216 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpFileMoniker() local
223 dumpRemainingTo( nEndPos ); in dumpFileMoniker()
229 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpItemMoniker() local
231 if( mxStrm->tell() < nEndPos ) in dumpItemMoniker()
232 dumpUnicodeArray( "unicode-delimiter", (nEndPos - mxStrm->tell()) / 2 ); in dumpItemMoniker()
233 mxStrm->seek( 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()
240 mxStrm->seek( nEndPos ); in dumpItemMoniker()
615 sal_Int64 nEndPos = mxStrm->tell() + nSize; in dumpHlinks() local
630 dumpRemainingTo( nEndPos ); in dumpHlinks()
752 sal_Int64 nEndPos = mxStrm->tell() + nPartSize; in dumpComCtlCommon() local
758 implDumpCommonExtra( nEndPos ); in dumpComCtlCommon()
759 dumpRemainingTo( nEndPos ); in dumpComCtlCommon()
1313 sal_Int64 nEndPos = mxStrm->tell() + aIt->mnDataSize; in dumpLargeProperties() local
1314 while( mxStrm->tell() < nEndPos ) in dumpLargeProperties()
1320 dumpToPosition( nEndPos ); in dumpLargeProperties()
1912 sal_Int64 nEndPos = mxStrm->tell() + nSiteLength; in dumpSiteData() local
1913 if( ensureValid( nEndPos <= mxStrm->size() ) ) in dumpSiteData()
1936 dumpToPosition( nEndPos ); in dumpSiteData()