/aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | XSLTFilterOLEExtracter.java | 39 import com.sun.star.io.XSeekable; 112 … XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_RootStream); in getByName() 148 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xSubStream); in getEncodedSubStorage() 206 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in loadRootStorageFromBase64() 272 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in insertSubStorage()
|
H A D | XSLTransformer.java | 62 import com.sun.star.io.XSeekable; 242 XSeekable xseek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_xis); in start()
|
/aoo4110/main/udkapi/com/sun/star/io/ |
H A D | XSeekable.idl | 43 // DocMerge from xml: interface com::sun::star::io::XSeekable 51 published interface XSeekable: com::sun::star::uno::XInterface 54 // DocMerge from xml: method com::sun::star::io::XSeekable::seek 62 …lArgumentException in case location is negative or greater than <member>XSeekable::getLength</memb… 68 // DocMerge from xml: method com::sun::star::io::XSeekable::getPosition 77 // DocMerge from xml: method com::sun::star::io::XSeekable::getLength
|
H A D | XTempFile.idl | 35 #include <com/sun/star/io/XSeekable.idl> 56 /** interface <type>XSeekable</type> makes it possible to seek to a 59 interface XSeekable;
|
H A D | XSeekableInputStream.idl | 31 #include <com/sun/star/io/XSeekable.idl> 44 interface XSeekable;
|
/aoo4110/main/package/source/xstor/ |
H A D | switchpersistencestream.cxx | 45 uno::Reference< io::XSeekable > m_xOrigSeekable; 58 const uno::Reference< io::XSeekable >& xOrigSeekable, in SPStreamData_Impl() 107 uno::Reference< io::XSeekable > xNewSeekable( xStream, uno::UNO_QUERY_THROW ); in SwitchPersistenceTo() 143 uno::Reference< io::XSeekable > xNewSeekable( xInputStream, uno::UNO_QUERY_THROW ); in SwitchPersistenceTo() 178 uno::Reference< io::XSeekable > xTargetSeek; in CopyAndSwitchPersistenceTo() 186 xTargetSeek = uno::Reference< io::XSeekable >( xTargetStream, uno::UNO_QUERY_THROW ); in CopyAndSwitchPersistenceTo() 191 xTargetSeek = uno::Reference< io::XSeekable >( xTargetStream, uno::UNO_QUERY_THROW ); in CopyAndSwitchPersistenceTo()
|
H A D | oseekinstream.cxx | 43 m_xSeekable = uno::Reference< io::XSeekable >( m_xStream, uno::UNO_QUERY ); in OInputSeekStream() 55 m_xSeekable = uno::Reference< io::XSeekable >( m_xStream, uno::UNO_QUERY ); in OInputSeekStream() 76 ::getCppuType(( const uno::Reference< io::XSeekable >* )NULL ), in getTypes() 93 static_cast< io::XSeekable* >( this ) ) ); in queryInterface()
|
H A D | owriteablestream.cxx | 356 m_xCacheSeek = uno::Reference< io::XSeekable >(); in CleanCacheStream() 909 m_xCacheSeek = uno::Reference< io::XSeekable >(); in Commit() 1004 m_xCacheSeek = uno::Reference< io::XSeekable >(); in Revert() 1556 uno::Reference < io::XSeekable > xTempSeek( xTempFile, uno::UNO_QUERY ); in CreateReadonlyCopyBasedOnData() 1877 m_xSeekable = uno::Reference< io::XSeekable >(); in DeInit() 2007 , static_cast<io::XSeekable*> ( this ) in queryInterface() 2077 , ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ) in getTypes() 2097 , ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ) in getTypes() 2113 , ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ) in getTypes() 2605 m_xSeekable = uno::Reference< io::XSeekable >(); in dispose() [all …]
|
H A D | xfactory.cxx | 42 const uno::Reference< io::XSeekable >& xSeekable ) in CheckPackageSignature_Impl() 256 uno::Reference< io::XSeekable > xSeekable( xInputStream, uno::UNO_QUERY ); in createInstanceWithArguments() 276 uno::Reference< io::XSeekable > xSeekable( xStream, uno::UNO_QUERY ); in createInstanceWithArguments()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | StreamSimulator.java | 41 com.sun.star.io.XSeekable 58 private com.sun.star.io.XSeekable m_xSeek ; 109 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator() 110 com.sun.star.io.XSeekable.class, in StreamSimulator() 116 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator() 117 com.sun.star.io.XSeekable.class, in StreamSimulator()
|
/aoo4110/main/framework/qa/complex/loadAllDocuments/ |
H A D | StreamSimulator.java | 37 com.sun.star.io.XSeekable 53 private com.sun.star.io.XSeekable m_xSeek ; 102 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator() 103 com.sun.star.io.XSeekable.class, in StreamSimulator() 109 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator() 110 com.sun.star.io.XSeekable.class, in StreamSimulator()
|
/aoo4110/main/sot/source/unoolestorage/ |
H A D | xolesimplestorage.cxx | 104 uno::Reference< io::XSeekable > xSeek( m_xStream, uno::UNO_QUERY_THROW ); in UpdateOriginal_Impl() 107 uno::Reference< io::XSeekable > xTempSeek( m_xTempStream, uno::UNO_QUERY_THROW ); in UpdateOriginal_Impl() 250 uno::Reference< io::XSeekable > xSeek( xInputStream, uno::UNO_QUERY_THROW ); in initialize() 256 uno::Reference< io::XSeekable > xSeek( xStream, uno::UNO_QUERY_THROW ); in initialize() 267 uno::Reference < io::XSeekable > xTempSeek( xTempFile, uno::UNO_QUERY_THROW ); in initialize() 276 uno::Reference< io::XSeekable > xSeek( xInputStream, uno::UNO_QUERY_THROW ); in initialize() 294 uno::Reference< io::XSeekable > xSeek( xStream, uno::UNO_QUERY_THROW ); in initialize() 452 uno::Reference< io::XSeekable > xSeekable( xTempFile, uno::UNO_QUERY_THROW ); in getByName()
|
/aoo4110/main/comphelper/source/streaming/ |
H A D | otransactedfilestream.cxx | 83 uno::Reference< io::XSeekable > m_xOrigSeekable; 90 uno::Reference< io::XSeekable > m_xTempSeekable; 106 const uno::Reference< io::XSeekable >& xOrigSeekable, in TTFileStreamData_Impl() 111 const uno::Reference< io::XSeekable >& xTempSeekable, in TTFileStreamData_Impl() 138 m_xTempSeekable = uno::Reference< io::XSeekable >(); in NoTransaction() 155 m_xTempSeekable = uno::Reference< io::XSeekable >(); in FreeOriginal() 249 uno::Reference< io::XSeekable > xOrigSeekable( xOrigStream, uno::UNO_QUERY_THROW ); in CommonInit_Impl() 260 uno::Reference< io::XSeekable > xTempSeekable( xTempStream, uno::UNO_QUERY_THROW ); in CommonInit_Impl()
|
H A D | seekableinput.cxx | 81 uno::Reference< io::XSeekable > xSeek( xInStream, uno::UNO_QUERY ); in CheckSeekableCanWrap() 108 uno::Reference< io::XSeekable > xTempSeek( xTempOut, uno::UNO_QUERY ); in PrepareCopy_Impl() 211 m_xCopySeek = uno::Reference< io::XSeekable >(); in closeInput()
|
H A D | seqinputstreamserv.cxx | 90 uno::Reference< io::XSeekable > m_xSeekable; 182 m_xSeekable = uno::Reference< io::XSeekable >(); in closeInput() 231 uno::Reference< io::XSeekable > xSeekable( xInputStream, uno::UNO_QUERY_THROW ); in initialize()
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | binarystreambase.hxx | 32 namespace io { class XSeekable; } 148 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable >& rxSeekable ); 151 ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable >
|
/aoo4110/main/oox/source/ole/ |
H A D | olestorage.cxx | 59 typedef ::cppu::WeakImplHelper2< XSeekable, XOutputStream > OleOutputStreamBase; 89 Reference< XSeekable > mxSeekable; 152 Reference< XSeekable > xSeekable = mxSeekable; in closeOutput() 229 if( !Reference< XSeekable >( xInStrm, UNO_QUERY ).is() ) try in initStorage()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 55 class XSeekable; 113 NS_UNO::Reference < NS_IO::XSeekable > m_xSeekable; 192 NS_UNO::Reference < NS_IO::XSeekable > getSeekable_Impl() const in getSeekable_Impl()
|
H A D | streamwrap.hxx | 83 typedef ::cppu::ImplHelper1 < ::com::sun::star::io::XSeekable 88 …pper : public ::cppu::ImplInheritanceHelper1 < OInputStreamWrapper, com::sun::star::io::XSeekable > 129 typedef ::cppu::ImplHelper1 < ::com::sun::star::io::XSeekable
|
/aoo4110/main/svl/source/fsstor/ |
H A D | ostreamcontainer.cxx | 46 m_xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in OFSStreamContainer() 55 m_xSeekable = uno::Reference< io::XSeekable >(); in OFSStreamContainer() 94 , static_cast<io::XSeekable*> ( this ) ); in queryInterface() 171 ( ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ), in getTypes()
|
/aoo4110/main/package/source/zippackage/ |
H A D | zipfileaccess.cxx | 192 uno::Reference< io::XSeekable > xSeekable; in initialize() 201 xSeekable = uno::Reference< io::XSeekable >( m_xContentStream, uno::UNO_QUERY ); in initialize() 208 xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in initialize() 212 xSeekable = uno::Reference< io::XSeekable >( m_xContentStream, uno::UNO_QUERY ); in initialize()
|
H A D | ZipPackageStream.cxx | 151 uno::Reference< io::XSeekable > xSeek( xStream, UNO_QUERY ); in GetOwnSeekStream() 172 uno::Reference< io::XSeekable > xSeek( GetOwnSeekStream(), UNO_QUERY ); in GetRawEncrStreamNoHeaderCopy() 186 uno::Reference < io::XSeekable > xTempSeek( xTempOut, UNO_QUERY ); in GetRawEncrStreamNoHeaderCopy() 358 uno::Reference < io::XSeekable > xTempSeek( xTempOut, UNO_QUERY ); in TryToGetRawFromDataStream() 642 uno::Reference< io::XSeekable > xSeek( xNewStream, UNO_QUERY ); in setRawStream()
|
/aoo4110/main/svl/inc/svl/ |
H A D | instrm.hxx | 33 class XSeekable; 43 com::sun::star::uno::Reference< com::sun::star::io::XSeekable >
|
/aoo4110/main/package/inc/ |
H A D | ByteChucker.hxx | 35 namespace io { class XSeekable; class XOutputStream; } 41 com::sun::star::uno::Reference < com::sun::star::io::XSeekable > xSeek;
|
/aoo4110/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1342 m_xSeekable = Reference < XSeekable > ( aStream, UNO_QUERY ); in setStream_Impl() 1368 m_xSeekable = Reference < XSeekable > ( rxInputStream, UNO_QUERY ); in setInputStream_Impl() 1380 m_xSeekable = Reference < XSeekable > ( rxTempOut, UNO_QUERY ); in setInputStream_Impl() 1448 Reference <XSeekable> xSeekable = getSeekable_Impl(); in ReadAt() 1501 Reference <XSeekable> xSeekable = getSeekable_Impl(); in WriteAt() 1597 Reference <XSeekable> xSeekable = getSeekable_Impl(); in Stat()
|