Home
last modified time | relevance | path

Searched refs:xOutput (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svl/source/misc/
H A Ddocumentlockfile.cxx73 …tryToStream( uno::Sequence< ::rtl::OUString > aEntry, uno::Reference< io::XOutputStream > xOutput ) in WriteEntryToStream() argument
90 xOutput->writeBytes( aData ); in WriteEntryToStream()
106 uno::Reference< io::XOutputStream > xOutput = xTempFile->getOutputStream(); in CreateOwnLockFile() local
108 if ( !xInput.is() || !xOutput.is() ) in CreateOwnLockFile()
112 WriteEntryToStream( aNewEntry, xOutput ); in CreateOwnLockFile()
113 xOutput->closeOutput(); in CreateOwnLockFile()
190 uno::Reference< io::XOutputStream > xOutput = xStream->getOutputStream(); in OverwriteOwnLockFile() local
191 uno::Reference< io::XTruncate > xTruncate( xOutput, uno::UNO_QUERY_THROW ); in OverwriteOwnLockFile()
194 WriteEntryToStream( aNewEntry, xOutput ); in OverwriteOwnLockFile()
195 xOutput->closeOutput(); in OverwriteOwnLockFile()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java201 XOutputStream xOutput = m_RootStream.getOutputStream(); in loadRootStorageFromBase64() local
202 xOutput.writeBytes(oledata); in loadRootStorageFromBase64()
203 xOutput.flush(); in loadRootStorageFromBase64()
248 XOutputStream xOutput = subStream.getOutputStream(); in insertSubStorage() local
255 xOutput.writeBytes(oleHead); in insertSubStorage()
270 xOutput.writeBytes(compressedBytes); in insertSubStorage()
/trunk/main/package/qa/storages/
H A DTestHelper.java54 XOutputStream xOutput = xStream.getOutputStream(); in WriteBytesToStream() local
55 if ( xOutput == null ) in WriteBytesToStream()
62 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, xOutput ); in WriteBytesToStream()
73 xOutput.writeBytes( pBytes ); in WriteBytesToStream()
144 XOutputStream xOutput = xSubStream.getOutputStream(); in WriteBytesToSubstreamDefaultCompressed() local
145 if ( xOutput == null ) in WriteBytesToSubstreamDefaultCompressed()
152 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, xOutput ); in WriteBytesToSubstreamDefaultCompressed()
163 xOutput.writeBytes( pBytes ); in WriteBytesToSubstreamDefaultCompressed()
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx122 Reference< XInputStream > xInput, Reference< XOutputStream > xOutput ) in writeOasis2OOoLibraryElement()
156 xSource->setOutputStream( xOutput ); in writeOasis2OOoLibraryElement()
188 const Reference< XOutputStream >& xOutput in writeLibraryElement()
203 bComplete = writeOasis2OOoLibraryElement( xInput, xOutput ); in writeLibraryElement()
213 xOutput->writeBytes( bytes ); in writeLibraryElement()
H A Dscriptcont.cxx186 const Reference< XOutputStream >& xOutput in writeLibraryElement()
200 Reference< XTruncate > xTruncate( xOutput, UNO_QUERY ); in writeLibraryElement()
206 xSource->setOutputStream( xOutput ); in writeLibraryElement()
705 Reference< XOutputStream > xOutput = xSourceStream->getOutputStream(); in implStorePasswordLibrary() local
707 writeLibraryElement( xLib, aElementName, xOutput ); in implStorePasswordLibrary()
H A Dnamecont.cxx1444 Reference< XOutputStream > xOutput = xElementStream->getOutputStream(); in implStoreLibrary() local
1446 writeLibraryElement( xLib, aElementName, xOutput ); in implStoreLibrary()
1516 Reference< XOutputStream > xOutput = xSFI->openFileWrite( aElementPath ); in implStoreLibrary() local
1518 writeLibraryElement( xLib, aElementName, xOutput ); in implStoreLibrary()
1519 xOutput->closeOutput(); in implStoreLibrary()
/trunk/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx48 explicit OdfEmitter( const uno::Reference<io::XOutputStream>& xOutput );
55 OdfEmitter::OdfEmitter( const uno::Reference<io::XOutputStream>& xOutput ) : in OdfEmitter() argument
56 m_xOutput( xOutput ), in OdfEmitter()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java50 XOutputStream xOutput = xStream.getOutputStream(); in WriteBytesToStream() local
51 if ( xOutput == null ) in WriteBytesToStream()
58 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, xOutput ); in WriteBytesToStream()
69 xOutput.writeBytes( pBytes ); in WriteBytesToStream()
/trunk/main/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx261 const uno::Reference<io::XOutputStream>& xOutput, in odfConvert() argument
264 XmlEmitterSharedPtr pEmitter = createOdfEmitter(xOutput); in odfConvert()
271 xOutput->closeOutput(); in odfConvert()
H A Dpdfiadaptor.hxx120 … const com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>& xOutput,
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java55 XOutputStream xOutput = xStream.getOutputStream(); in WriteBytesToStream() local
56 if ( xOutput == null ) in WriteBytesToStream()
63 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, xOutput ); in WriteBytesToStream()
74 xOutput.writeBytes( pBytes ); in WriteBytesToStream()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DPump.java100 XOutputStream xOutput = new MyOutput(); in createTestEnvironment() local
103 xSource.setOutputStream(xOutput); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DPump.java97 XOutputStream xOutput = new MyOutput(); in createTestEnvironment() local
100 xSource.setOutputStream(xOutput); in createTestEnvironment()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx194 const uno::Reference< io::XOutputStream >& xOutput ) in CopyInputToOutput()
208 xOutput->writeBytes ( aTempBuf ); in CopyInputToOutput()
211 xOutput->writeBytes ( aSequence ); in CopyInputToOutput()
/trunk/main/extensions/test/stm/
H A Dpipetest.cxx56 WriteToStreamThread( XOutputStreamRef xOutput , int iMax ) in WriteToStreamThread() argument
58 m_output = xOutput; in WriteToStreamThread()
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx127 Reference< XOutputStream > xOutput( new comphelper::OSLOutputStreamWrapper( aOutputFile ) ); in copyGraphic() local
128 comphelper::OStorageHelper::CopyInputToOutput( xInput, xOutput ); in copyGraphic()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx750 Reference< XOutputStream > xOutput; in SaveDialog() local
755 xOutput = xSFI->openFileWrite( aCurPath ); in SaveDialog()
760 if( xOutput.is() ) in SaveDialog()
767 xOutput->writeBytes( bytes ); in SaveDialog()
/trunk/main/io/test/stm/
H A Dpipetest.cxx65 WriteToStreamThread( Reference< XOutputStream > xOutput , int iMax ) in WriteToStreamThread() argument
67 m_output = xOutput; in WriteToStreamThread()
/trunk/main/basic/source/inc/
H A Ddlgcont.hxx55 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
H A Dscriptcont.hxx55 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
H A Dnamecont.hxx296 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
/trunk/main/io/source/stm/
H A Dopump.cxx89 …AL_CALL setOutputStream( const Reference< ::com::sun::star::io::XOutputStream >& xOutput ) throw();
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx106 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput )
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx1055 uno::Reference < io::XOutputStream > xOutput = new ::gio::OutputStream(pOutStream); in insert() local
1056 copyData( xInputStream, xOutput ); in insert()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1005 uno::Reference < io::XOutputStream > xOutput = in insert() local
1008 copyData( xInputStream, xOutput ); in insert()

Completed in 175 milliseconds

12