Home
last modified time | relevance | path

Searched refs:nLocation (Results 1 – 9 of 9) sorted by relevance

/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx370 void SAL_CALL OTempFileService::seek( sal_Int64 nLocation ) in seek() argument
375 if ( nLocation < 0 || nLocation > getLength() ) in seek()
378 mpStream->Seek((sal_uInt32) nLocation ); in seek()
/trunk/main/autodoc/inc/ary/
H A Dcessentl.hxx63 loc::Le_id nLocation; member in ary::cpp::CeEssentials
77 { return nLocation; } in Location()
/trunk/main/autodoc/source/ary/kernel/
H A Dcessentl.cxx40 nLocation(0) in CeEssentials()
49 nLocation(i_nLocation) in CeEssentials()
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_de.hxx75 loc::Le_id nLocation; member in ary::cpp::DefineEntity
88 { return nLocation; } in Location()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx410 void SAL_CALL SvLockBytesInputStream::seek(sal_Int64 nLocation) in seek() argument
414 if (nLocation < 0) in seek()
418 m_nPosition = nLocation; in seek()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java375 public void seek(long nLocation ) in seek() argument
394 m_xSeek.seek(nLocation); in seek()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java423 public void seek( /*IN*/long nLocation ) throws com.sun.star.lang.IllegalArgumentException, in seek() argument
444 m_xSeek.seek(nLocation); in seek()
/trunk/main/autodoc/source/ary/cpp/
H A Dc_de.cxx37 nLocation(i_declaringFile) in DefineEntity()
/trunk/main/svl/inc/svl/
H A Dstrmadpt.hxx116 virtual void SAL_CALL seek(sal_Int64 nLocation)

Completed in 33 milliseconds