/aoo42x/main/sw/source/filter/ww8/ |
H A D | docxexport.cxx | 156 OUString sId = m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in AddRelation() 398 m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in InitStyles() 421 m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in WriteFootnotesEndnotes() 442 m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in WriteFootnotesEndnotes() 466 m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in WriteNumbering() 499 aRelId = m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in WriteHeaderFooter() 514 aRelId = m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in WriteHeaderFooter() 557 m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in WriteFonts()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 494 cEntry.getOutputStream(); // sets up modified flag in getFolderEntry() 594 return getFileEntry(zipName(name)).getOutputStream(); in outputStream() 656 OutputStream os = getFileEntry(zname).getOutputStream(); in createData() 1034 public OutputStream getOutputStream() in getOutputStream() method in OpenOfficeDocFileSystem.Entry 1181 public OutputStream getOutputStream() in getOutputStream() method in OpenOfficeDocFileSystem.ReadWriteEntry
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageAccess.cxx | 82 …Reference< XOutputStream> xFlush = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutput… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close() 390 Reference< XOutputStream> xOut = pHelper->getOutputStream(); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek() 430 …Reference< XOutputStream> xOut = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutputSt… in write_to_storage_stream_from_buffer() 496 …Reference< XOutputStream> xOut = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutputSt… in write_to_storage_stream()
|
H A D | StorageNativeOutputStream.cxx | 136 …Reference< XOutputStream> xFlush = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutput… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() 201 …Reference< XOutputStream > xFlush = pStream.get() ? pStream->getOutputStream() : Reference< XOutpu… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | olepersist.cxx | 290 uno::Reference< io::XOutputStream > xTempOutStream = xTempFile->getOutputStream(); in GetNewFilledTempStream_Impl() 382 uno::Reference < io::XOutputStream > xResultOut = xResult->getOutputStream(); in TryToGetAcceptableFormat_Impl() 473 uno::Reference< io::XOutputStream > xTempOutStream = xTempFile->getOutputStream(); in InsertVisualCache_Impl() 785 uno::Reference< io::XOutputStream > xOutputStream = xStream->getOutputStream(); in TryToRetrieveCachedVisualRepresentation_Impl() 1099 uno::Reference< io::XOutputStream > xOutStream = m_xObjectStream->getOutputStream(); in GetStreamForSaving() 1260 uno::Reference< io::XOutputStream > xOutStream = xTargetStream->getOutputStream(); in StoreToLocation_Impl() 1871 uno::Reference< io::XOutputStream > xOutStream = m_xObjectStream->getOutputStream(); in storeOwn()
|
/aoo42x/main/sot/source/unoolestorage/ |
H A D | xolesimplestorage.cxx | 112 uno::Reference< io::XOutputStream > xOutputStream = m_xStream->getOutputStream(); in UpdateOriginal_Impl() 268 uno::Reference< io::XOutputStream > xTempOut = xTempFile->getOutputStream(); in initialize() 297 if ( !xInpStream.is() || !xStream->getOutputStream().is() ) in initialize() 453 uno::Reference< io::XOutputStream > xOutputStream = xTempFile->getOutputStream(); in getByName()
|
/aoo42x/main/package/source/xstor/ |
H A D | switchpersistencestream.cxx | 109 uno::Reference< io::XOutputStream > xNewOutStream = xStream->getOutputStream(); in SwitchPersistenceTo() 198 uno::Reference< io::XOutputStream > xTargetOutStream = xTargetStream->getOutputStream(); in CopyAndSwitchPersistenceTo() 245 uno::Reference< io::XOutputStream > SAL_CALL SwitchablePersistenceStream::getOutputStream( ) in getOutputStream() function in SwitchablePersistenceStream
|
H A D | owriteablestream.cxx | 348 uno::Reference< io::XOutputStream > xOutputCache = m_xCacheStream->getOutputStream(); in CleanCacheStream() 646 …uno::Reference< io::XOutputStream > xOutStream( xCacheStream->getOutputStream(), uno::UNO_SET_THRO… in FillTempGetFileName() 1560 uno::Reference < io::XOutputStream > xTempOut = xTempFile->getOutputStream(); in CreateReadonlyCopyBasedOnData() 1729 uno::Reference< io::XOutputStream > xOutStream = xRelsStream->getOutputStream(); in CommitStreamRelInfo() 1752 uno::Reference< io::XOutputStream > xOutputStream = xRelsStream->getOutputStream(); in CommitStreamRelInfo() 1834 m_xOutStream = xStream->getOutputStream(); in OWriteStream() 1897 m_xOutStream.set( xStream->getOutputStream(), uno::UNO_SET_THROW ); in CheckInitOnDemand() 1924 uno::Reference< io::XOutputStream > xDestOutStream = xDest->getOutputStream(); in CopyToStreamInternally_Impl() 2318 uno::Reference< io::XOutputStream > SAL_CALL OWriteStream::getOutputStream() in getOutputStream() function in OWriteStream 2387 m_xOutStream.set( xStream->getOutputStream(), uno::UNO_SET_THROW ); in writeBytes()
|
/aoo42x/main/sot/qa/complex/olesimplestorage/ |
H A D | Test01.java | 78 xTempStream[i].getOutputStream ().writeBytes (pBytesOut[i]); in test() 100 xTempStream[i].getOutputStream ().closeOutput (); in test()
|
/aoo42x/main/udkapi/com/sun/star/io/ |
H A D | XActiveDataSource.idl | 62 // DocMerge from idl: method com::sun::star::io::XActiveDataSource::getOutputStream 66 com::sun::star::io::XOutputStream getOutputStream();
|
H A D | XStream.idl | 61 // DocMerge from xml: method com::sun::star::io::XStream::getOutputStream 66 XOutputStream getOutputStream();
|
/aoo42x/main/unotools/qa/complex/tempfile/ |
H A D | TestHelper.java | 100 XOutputStream xOutTemp = xTempFile.getOutputStream(); in WriteBytesWithStream() 152 xOutTemp = xTempFile.getOutputStream(); in CloseTempFile()
|
/aoo42x/main/svtools/source/misc/ |
H A D | imageresourceaccess.cxx | 71 virtual Reference< XOutputStream > SAL_CALL getOutputStream( ) throw (RuntimeException); 97 Reference< XOutputStream > SAL_CALL StreamSupplier::getOutputStream( ) throw (RuntimeException) in getOutputStream() function in svt::StreamSupplier
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 50 XOutputStream xOutput = xStream.getOutputStream(); in WriteBytesToStream() 641 xOutTemp = xStream.getOutputStream(); in closeOutput() 739 XOutputStream xOut = xStream.getOutputStream(); in CreateTempFile()
|
/aoo42x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 433 uno::Reference < io::XOutputStream > xOut = xDocStream->getOutputStream(); in PutBlockText() 581 uno::Reference < io::XOutputStream > xOut = xDocStream->getOutputStream(); in WriteInfo() 658 uno::Reference < io::XOutputStream > xOutputStream = xDocStream->getOutputStream(); in SetMacroTable()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucbstreamhelper.cxx | 189 if ( xStream->getOutputStream().is() ) in CreateStream() 225 if ( xStream->getOutputStream().is() ) in CreateStream()
|
/aoo42x/main/svl/source/misc/ |
H A D | documentlockfile.cxx | 106 uno::Reference< io::XOutputStream > xOutput = xTempFile->getOutputStream(); in CreateOwnLockFile() 190 uno::Reference< io::XOutputStream > xOutput = xStream->getOutputStream(); in OverwriteOwnLockFile()
|
/aoo42x/main/io/source/TextOutputStream/ |
H A D | TextOutputStream.cxx | 100 virtual Reference< XOutputStream > SAL_CALL getOutputStream( ) 248 Reference< XOutputStream > OTextOutputStream::getOutputStream() in getOutputStream() function in io_TextOutputStream::OTextOutputStream
|
/aoo42x/main/sax/source/tools/ |
H A D | fshelper.cxx | 198 …star::uno::Reference< ::com::sun::star::io::XOutputStream > FastSerializerHelper::getOutputStream() in getOutputStream() function in sax_fastparser::FastSerializerHelper 200 return mpSerializer->getOutputStream(); in getOutputStream()
|
/aoo42x/main/ucb/source/ucp/odma/ |
H A D | odma_inputstream.cxx | 92 uno::Reference< io::XOutputStream > SAL_CALL OOdmaStream::getOutputStream( ) throw( uno::RuntimeEx… in getOutputStream() function in OOdmaStream 235 m_xOutput = xStream->getOutputStream(); in ensureOutputStream()
|
/aoo42x/main/comphelper/source/streaming/ |
H A D | memorystream.cxx | 57 virtual Reference< XOutputStream > SAL_CALL getOutputStream( ) throw (RuntimeException); 104 Reference< XOutputStream > SAL_CALL UNOMemoryStream::getOutputStream( ) throw (RuntimeException) in getOutputStream() function in comphelper::UNOMemoryStream
|
H A D | otransactedfilestream.cxx | 251 uno::Reference< io::XOutputStream > xOrigOutStream = xOrigStream->getOutputStream(); in CommonInit_Impl() 262 uno::Reference< io::XOutputStream > xTempOutStream = xTempStream->getOutputStream(); in CommonInit_Impl() 358 uno::Reference< io::XOutputStream > SAL_CALL OTruncatedTransactedFileStream::getOutputStream( ) in getOutputStream() function in comphelper::OTruncatedTransactedFileStream
|
/aoo42x/main/package/qa/storages/ |
H A D | TestHelper.java | 54 XOutputStream xOutput = xStream.getOutputStream(); in WriteBytesToStream() 144 XOutputStream xOutput = xSubStream.getOutputStream(); in WriteBytesToSubstreamDefaultCompressed() 1192 xOutTemp = xStream.getOutputStream(); in closeOutput() 1290 XOutputStream xOut = xStream.getOutputStream(); in CreateTempFile()
|
/aoo42x/main/basic/source/uno/ |
H A D | scriptcont.cxx | 659 Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); in implStorePasswordLibrary() 705 Reference< XOutputStream > xOutput = xSourceStream->getOutputStream(); in implStorePasswordLibrary() 800 Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); in implStorePasswordLibrary() 841 Reference< XOutputStream > xOut = xSourceStream->getOutputStream(); in implStorePasswordLibrary()
|
/aoo42x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 55 XOutputStream xOutput = xStream.getOutputStream(); in WriteBytesToStream() 668 xOutTemp = xStream.getOutputStream(); in closeOutput() 766 XOutputStream xOut = xStream.getOutputStream(); in CreateTempFile()
|