Lines Matching refs:nBeginPos
295 sal_uInt32 nBeginPos = 0; // kann mit Tell nicht vorkommen in DoReadContextSvIdl() local
296 while( nBeginPos != rInStm.Tell() ) in DoReadContextSvIdl()
298 nBeginPos = rInStm.Tell(); in DoReadContextSvIdl()
401 sal_uInt32 nBeginPos = 0; // kann mit Tell nicht vorkommen in ReadSvIdl() local
402 while( nBeginPos != rInStm.Tell() ) in ReadSvIdl()
404 nBeginPos = rInStm.Tell(); in ReadSvIdl()
433 sal_uLong nBeginPos = rOutStm.Tell(); in WriteSvIdl() local
442 rOutStm.Seek( nBeginPos ); in WriteSvIdl()
447 nBeginPos = rOutStm.Tell(); in WriteSvIdl()
459 rOutStm.Seek( nBeginPos ); in WriteSvIdl()
476 sal_uLong nBeginPos = rOutStm.Tell(); in Write() local
495 rOutStm.Seek( nBeginPos ); in Write()