Home
last modified time | relevance | path

Searched refs:XSeekable (Results 1 – 25 of 128) sorted by relevance

123456

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java39 import com.sun.star.io.XSeekable;
112XSeekable 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 DXSLTransformer.java62 import com.sun.star.io.XSeekable;
242 XSeekable xseek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_xis); in start()
/trunk/main/udkapi/com/sun/star/io/
H A DXSeekable.idl43 // 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 DXTempFile.idl35 #include <com/sun/star/io/XSeekable.idl>
56 /** interface <type>XSeekable</type> makes it possible to seek to a
59 interface XSeekable;
H A DXSeekableInputStream.idl31 #include <com/sun/star/io/XSeekable.idl>
44 interface XSeekable;
/trunk/main/package/source/xstor/
H A Dswitchpersistencestream.cxx45 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 Doseekinstream.cxx43 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 Dowriteablestream.cxx356 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 Dxfactory.cxx42 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()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java37 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java41 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()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx104 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()
/trunk/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx83 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 Dseekableinput.cxx81 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 Dseqinputstreamserv.cxx90 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()
/trunk/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx32 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 >
/trunk/main/oox/source/ole/
H A Dolestorage.cxx59 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()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx55 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 Dstreamwrap.hxx83 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
/trunk/main/svl/source/fsstor/
H A Dostreamcontainer.cxx46 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()
/trunk/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx192 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 DZipPackageStream.cxx151 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()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1342 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()
/trunk/main/svl/inc/svl/
H A Dinstrm.hxx33 class XSeekable;
43 com::sun::star::uno::Reference< com::sun::star::io::XSeekable >
/trunk/main/package/inc/
H A DByteChucker.hxx35 namespace io { class XSeekable; class XOutputStream; }
41 com::sun::star::uno::Reference < com::sun::star::io::XSeekable > xSeek;

Completed in 103 milliseconds

123456