Searched refs:xElementStream (Results 1 – 7 of 7) sorted by relevance
257 const uno::Reference< io::XInputStream >& xElementStream ) in importLibraryElement()286 sal_Bool bStorage = xElementStream.is(); in importLibraryElement()291 xInput = xElementStream; in importLibraryElement()
1408 uno::Reference< io::XStream > xElementStream = xStorage->openStreamElement( in implStoreLibrary() local1417 uno::Reference< beans::XPropertySet > xProps( xElementStream, uno::UNO_QUERY ); in implStoreLibrary()1431 Reference< XOutputStream > xOutput = xElementStream->getOutputStream(); in implStoreLibrary()2355 uno::Reference< io::XStream > xElementStream; in loadLibrary() local2361 … xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()2365 if( !xElementStream.is() ) in loadLibrary()2372 … xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()2377 if ( xElementStream.is() ) in loadLibrary()2378 xInStream = xElementStream->getInputStream(); in loadLibrary()
1013 Reference< io::XStream > xElementStream = in implStoreAtStorage() local1019 uno::Reference< beans::XPropertySet > xProps( xElementStream, uno::UNO_QUERY ); in implStoreAtStorage()1029 Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); in implStoreAtStorage()1070 Reference< io::XStream > xElementStream = in implStoreAtStorage() local1077 Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); in implStoreAtStorage()2541 Reference< io::XStream > xElementStream = in implLoadLocale() local2544 if( xElementStream.is() ) in implLoadLocale()2546 Reference< io::XInputStream > xInputStream = xElementStream->getInputStream(); in implLoadLocale()
622 uno::Reference< io::XStream > xElementStream( in impl_loadGraphics() local627 if( xElementStream.is() ) in impl_loadGraphics()631 xElementStream, true ) ); in impl_loadGraphics()
63 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
281 …const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream ) = 0;