Searched refs:_nLocation (Results 1 – 3 of 3) sorted by relevance
190 void SAL_CALL OSeekableInputStreamWrapper::seek( sal_Int64 _nLocation ) throw (IllegalArgumentExcep… in seek() argument195 m_pSvStream->Seek((sal_uInt32)_nLocation); in seek()295 void SAL_CALL OSeekableOutputStreamWrapper::seek( sal_Int64 _nLocation ) throw (IllegalArgumentExce… in seek() argument297 rStream.Seek((sal_uInt32)_nLocation); in seek()
97 …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…
102 …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() argument259 m_pSvStream->Seek((sal_uInt32)_nLocation); in seek()
Completed in 23 milliseconds