/trunk/main/svl/source/misc/ |
H A D | documentlockfile.cxx | 73 …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 D | XSLTFilterOLEExtracter.java | 201 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 D | TestHelper.java | 54 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 D | dlgcont.cxx | 122 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 D | scriptcont.cxx | 186 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 D | namecont.cxx | 1444 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 D | odfemitter.cxx | 48 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 D | TestHelper.java | 50 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 D | pdfiadaptor.cxx | 261 const uno::Reference<io::XOutputStream>& xOutput, in odfConvert() argument 264 XmlEmitterSharedPtr pEmitter = createOdfEmitter(xOutput); in odfConvert() 271 xOutput->closeOutput(); in odfConvert()
|
H A D | pdfiadaptor.hxx | 120 … const com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>& xOutput,
|
/trunk/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 55 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 D | Pump.java | 100 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 D | Pump.java | 97 XOutputStream xOutput = new MyOutput(); in createTestEnvironment() local 100 xSource.setOutputStream(xOutput); in createTestEnvironment()
|
/trunk/main/comphelper/source/misc/ |
H A D | storagehelper.cxx | 194 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 D | pipetest.cxx | 56 WriteToStreamThread( XOutputStreamRef xOutput , int iMax ) in WriteToStreamThread() argument 58 m_output = xOutput; in WriteToStreamThread()
|
/trunk/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 127 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 D | baside3.cxx | 750 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 D | pipetest.cxx | 65 WriteToStreamThread( Reference< XOutputStream > xOutput , int iMax ) in WriteToStreamThread() argument 67 m_output = xOutput; in WriteToStreamThread()
|
/trunk/main/basic/source/inc/ |
H A D | dlgcont.hxx | 55 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
|
H A D | scriptcont.hxx | 55 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
|
H A D | namecont.hxx | 296 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
|
/trunk/main/io/source/stm/ |
H A D | opump.cxx | 89 …AL_CALL setOutputStream( const Reference< ::com::sun::star::io::XOutputStream >& xOutput ) throw();
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | storagehelper.hxx | 106 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput )
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 1055 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 D | gvfs_content.cxx | 1005 uno::Reference < io::XOutputStream > xOutput = in insert() local 1008 copyData( xInputStream, xOutput ); in insert()
|