Searched refs:nLocation (Results 1 – 9 of 9) sorted by relevance
356 void SAL_CALL OTempFileService::seek( sal_Int64 nLocation ) in seek() argument360 if ( nLocation < 0 || nLocation > getLength() ) in seek()363 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()
404 void SAL_CALL SvLockBytesInputStream::seek(sal_Int64 nLocation) in seek() argument406 if (nLocation < 0) in seek()410 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()
105 virtual void SAL_CALL seek(sal_Int64 nLocation);