Home
last modified time | relevance | path

Searched refs:xVerStream (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmloff/source/meta/
H A Dxmlversion.cxx384 uno::Reference< io::XStream > xVerStream = xRoot->openStreamElement( in store() local
387 if ( !xVerStream.is() ) in store()
395 Reference< io::XOutputStream > xOut = xVerStream->getOutputStream(); in store()
410 xVerStream = uno::Reference< io::XStream >(); // use refcounting for now to dispose in store()
/aoo42x/main/sfx2/source/doc/
H A Dobjstor.cxx249 uno::Reference< io::XStream > xVerStream = xVersion->openStreamElement( in PutURLContentsToVersionStream_Impl() local
252 …DBG_ASSERT( xVerStream.is(), "The method must throw an exception if the storage can not be opened!… in PutURLContentsToVersionStream_Impl()
253 if ( !xVerStream.is() ) in PutURLContentsToVersionStream_Impl()
256 uno::Reference< io::XOutputStream > xOutStream = xVerStream->getOutputStream(); in PutURLContentsToVersionStream_Impl()

Completed in 36 milliseconds