Home
last modified time | relevance | path

Searched refs:xOutStream (Results 26 – 29 of 29) sorted by relevance

12

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx2958 … uno::Reference< io::XOutputStream > xOutStream = pImp->m_xLockingStream->getOutputStream(); in UnlockFile() local
2961 if ( xOutStream.is() ) in UnlockFile()
2962 xOutStream->closeOutput(); in UnlockFile()
/trunk/main/embeddedobj/source/inc/
H A Doleembobj.hxx243 …bjectToStream( ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xOutStream )
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx201 …uno::Reference< io::XOutputStream > xOutStream( xObjReplStr->getOutputStream(), uno::UNO_QUERY_THR… in storePictureInDoc() local
203 xOutStream->writeBytes( imageBytes ); in storePictureInDoc()
204 xOutStream->closeOutput(); in storePictureInDoc()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx1848 uno::Reference< io::XOutputStream > xOutStream = xRelsStream->getOutputStream(); in CommitRelInfo() local
1849 if ( !xOutStream.is() ) in CommitRelInfo()
1852 ::comphelper::OFOPXMLHelper::WriteRelationsInfoSequence( xOutStream, m_aRelInfo, m_xFactory ); in CommitRelInfo()

Completed in 72 milliseconds

12