Home
last modified time | relevance | path

Searched refs:_nLocation (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx190 void SAL_CALL OSeekableInputStreamWrapper::seek( sal_Int64 _nLocation ) throw (IllegalArgumentExcep… in seek() argument
195 m_pSvStream->Seek((sal_uInt32)_nLocation); in seek()
295 void SAL_CALL OSeekableOutputStreamWrapper::seek( sal_Int64 _nLocation ) throw (IllegalArgumentExce… in seek() argument
297 rStream.Seek((sal_uInt32)_nLocation); in seek()
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx97 …virtual void SAL_CALL seek( sal_Int64 _nLocation ) throw (::com::sun::star::lang::IllegalArgumentE…
147 …virtual void SAL_CALL seek( sal_Int64 _nLocation ) throw (::com::sun::star::lang::IllegalArgumentE…
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx102 …virtual void SAL_CALL seek( sal_Int64 _nLocation ) throw ( IllegalArgumentException, IOException, …
251 void SAL_CALL FileStreamWrapper_Impl::seek( sal_Int64 _nLocation ) throw (IllegalArgumentException,… in seek() argument
259 m_pSvStream->Seek((sal_uInt32)_nLocation); in seek()

Completed in 47 milliseconds