Home
last modified time | relevance | path

Searched refs:XSeekable (Results 1 – 25 of 127) 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.java60 import com.sun.star.io.XSeekable;
240 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;
/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()
75 ::getCppuType(( const uno::Reference< io::XSeekable >* )NULL ), in getTypes()
91 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()
1555 uno::Reference < io::XSeekable > xTempSeek( xTempFile, uno::UNO_QUERY ); in CreateReadonlyCopyBasedOnData()
1755 uno::Reference< io::XSeekable > xSeek( m_xNewRelInfoStream, uno::UNO_QUERY_THROW ); in CommitStreamRelInfo()
1834 m_xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in OWriteStream()
1876 m_xSeekable = uno::Reference< io::XSeekable >(); in DeInit()
2005 , static_cast<io::XSeekable*> ( this ) in queryInterface()
2074 … , ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ) in getTypes()
2094 … , ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ) in getTypes()
[all …]
H A Dxfactory.cxx42 const uno::Reference< io::XSeekable >& xSeekable ) in CheckPackageSignature_Impl()
252 uno::Reference< io::XSeekable > xSeekable( xInputStream, uno::UNO_QUERY ); in createInstanceWithArguments()
272 uno::Reference< io::XSeekable > xSeekable( xStream, uno::UNO_QUERY ); in createInstanceWithArguments()
/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()
193 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/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()
246 uno::Reference< io::XSeekable > xSeek( xInputStream, uno::UNO_QUERY_THROW ); in initialize()
252 uno::Reference< io::XSeekable > xSeek( xStream, uno::UNO_QUERY_THROW ); in initialize()
263 uno::Reference < io::XSeekable > xTempSeek( xTempFile, uno::UNO_QUERY_THROW ); in initialize()
272 uno::Reference< io::XSeekable > xSeek( xInputStream, uno::UNO_QUERY_THROW ); in initialize()
290 uno::Reference< io::XSeekable > xSeek( xStream, uno::UNO_QUERY_THROW ); in initialize()
434 uno::Reference< io::XSeekable > xSeekable( xTempFile, uno::UNO_QUERY_THROW ); in getByName()
/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/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 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
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()
/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()
93 , static_cast<io::XSeekable*> ( this ) ); in queryInterface()
169 … ( ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ), in getTypes()
/trunk/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx190 uno::Reference< io::XSeekable > xSeekable; in initialize()
199 xSeekable = uno::Reference< io::XSeekable >( m_xContentStream, uno::UNO_QUERY ); in initialize()
206 xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in initialize()
210 xSeekable = uno::Reference< io::XSeekable >( m_xContentStream, uno::UNO_QUERY ); in initialize()
H A DZipPackageStream.cxx157 uno::Reference< io::XSeekable > xSeek( xStream, UNO_QUERY ); in GetOwnSeekStream()
178 uno::Reference< io::XSeekable > xSeek( GetOwnSeekStream(), UNO_QUERY ); in GetRawEncrStreamNoHeaderCopy()
192 uno::Reference < io::XSeekable > xTempSeek( xTempOut, UNO_QUERY ); in GetRawEncrStreamNoHeaderCopy()
364 uno::Reference < io::XSeekable > xTempSeek( xTempOut, UNO_QUERY ); in TryToGetRawFromDataStream()
633 uno::Reference< io::XSeekable > xSeek( xNewStream, UNO_QUERY ); in setRawStream()
H A Dwrapstreamforshare.hxx34 , ::com::sun::star::io::XSeekable >
39 ::com::sun::star::uno::Reference < ::com::sun::star::io::XSeekable > m_xSeekable;
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1306 m_xSeekable = Reference < XSeekable > ( aStream, UNO_QUERY ); in setStream_Impl()
1332 m_xSeekable = Reference < XSeekable > ( rxInputStream, UNO_QUERY ); in setInputStream_Impl()
1344 m_xSeekable = Reference < XSeekable > ( rxTempOut, UNO_QUERY ); in setInputStream_Impl()
1412 Reference <XSeekable> xSeekable = getSeekable_Impl(); in ReadAt()
1465 Reference <XSeekable> xSeekable = getSeekable_Impl(); in WriteAt()
1561 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;

123456