Lines Matching refs:Tell
91 sal_uLong nPos = rOutStm.Tell(); in TestAndSeekSpaceOnly()
94 while( bOnlySpace && rOutStm.Tell() < nPos ) in TestAndSeekSpaceOnly()
117 sal_uLong nPos = rOutStm.Tell(); in Back2Delemitter()
122 while( isspace( c ) && rOutStm.Tell() != 1 ) in Back2Delemitter()
251 sal_uInt32 nTokPos = rInStm.Tell(); in ReadNameSvIdl()
271 sal_uInt32 nTokPos = rInStm.Tell(); in ReadAttributesSvIdl()
296 while( nBeginPos != rInStm.Tell() ) in DoReadContextSvIdl()
298 nBeginPos = rInStm.Tell(); in DoReadContextSvIdl()
397 sal_uInt32 nTokPos = rInStm.Tell(); in ReadSvIdl()
402 while( nBeginPos != rInStm.Tell() ) in ReadSvIdl()
404 nBeginPos = rInStm.Tell(); in ReadSvIdl()
433 sal_uLong nBeginPos = rOutStm.Tell(); in WriteSvIdl()
436 sal_uLong nOldPos = rOutStm.Tell(); in WriteSvIdl()
447 nBeginPos = rOutStm.Tell(); in WriteSvIdl()
453 nOldPos = rOutStm.Tell(); in WriteSvIdl()
476 sal_uLong nBeginPos = rOutStm.Tell(); in Write()
479 sal_uLong nOldPos = rOutStm.Tell(); in Write()
483 sal_uLong nPos = rOutStm.Tell(); in Write()
486 while( bOnlySpace && rOutStm.Tell() < nPos ) in Write()