Lines Matching refs:m_xSeekable
63 Reference< XSeekable > m_xSeekable; member in svt::StreamSupplier
84 m_xSeekable = m_xSeekable.query( m_xInput ); in StreamSupplier()
85 if ( !m_xSeekable.is() ) in StreamSupplier()
86 m_xSeekable = m_xSeekable.query( m_xOutput ); in StreamSupplier()
87 …OSL_ENSURE( m_xSeekable.is(), "StreamSupplier::StreamSupplier: at least one of both must be seekab… in StreamSupplier()
105 if ( !m_xSeekable.is() ) in seek()
108 m_xSeekable->seek( location ); in seek()
114 if ( !m_xSeekable.is() ) in getPosition()
117 return m_xSeekable->getPosition(); in getPosition()
123 if ( !m_xSeekable.is() ) in getLength()
126 return m_xSeekable->getLength(); in getLength()