Searched refs:nLocation (Results 1 – 9 of 9) sorted by relevance
370 void SAL_CALL OTempFileService::seek( sal_Int64 nLocation ) in seek() argument375 if ( nLocation < 0 || nLocation > getLength() ) in seek()378 mpStream->Seek((sal_uInt32) nLocation ); in seek()
63 loc::Le_id nLocation; member in ary::cpp::CeEssentials77 { return nLocation; } in Location()
40 nLocation(0) in CeEssentials()49 nLocation(i_nLocation) in CeEssentials()
75 loc::Le_id nLocation; member in ary::cpp::DefineEntity88 { return nLocation; } in Location()
410 void SAL_CALL SvLockBytesInputStream::seek(sal_Int64 nLocation) in seek() argument414 if (nLocation < 0) in seek()418 m_nPosition = nLocation; in seek()
375 public void seek(long nLocation ) in seek() argument394 m_xSeek.seek(nLocation); in seek()
429 public void seek( /*IN*/long nLocation ) throws com.sun.star.lang.IllegalArgumentException, in seek() argument450 m_xSeek.seek(nLocation); in seek()
37 nLocation(i_declaringFile) in DefineEntity()
116 virtual void SAL_CALL seek(sal_Int64 nLocation)
Completed in 59 milliseconds