Searched refs:xElementStream (Results 1 – 7 of 7) sorted by relevance
258 const uno::Reference< io::XInputStream >& xElementStream ) in importLibraryElement()287 sal_Bool bStorage = xElementStream.is(); in importLibraryElement()292 xInput = xElementStream; in importLibraryElement()
1421 uno::Reference< io::XStream > xElementStream = xStorage->openStreamElement( in implStoreLibrary() local1430 uno::Reference< beans::XPropertySet > xProps( xElementStream, uno::UNO_QUERY ); in implStoreLibrary()1444 Reference< XOutputStream > xOutput = xElementStream->getOutputStream(); in implStoreLibrary()2378 uno::Reference< io::XStream > xElementStream; in loadLibrary() local2384 xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()2388 if( !xElementStream.is() ) in loadLibrary()2395 xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()2400 if ( xElementStream.is() ) in loadLibrary()2401 xInStream = xElementStream->getInputStream(); in loadLibrary()
1067 Reference< io::XStream > xElementStream = in implStoreAtStorage() local1073 uno::Reference< beans::XPropertySet > xProps( xElementStream, uno::UNO_QUERY ); in implStoreAtStorage()1083 Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); in implStoreAtStorage()1124 Reference< io::XStream > xElementStream = in implStoreAtStorage() local1131 Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); in implStoreAtStorage()2631 Reference< io::XStream > xElementStream = in implLoadLocale() local2634 if( xElementStream.is() ) in implLoadLocale()2636 Reference< io::XInputStream > xInputStream = xElementStream->getInputStream(); in implLoadLocale()
641 uno::Reference< io::XStream > xElementStream( in impl_loadGraphics() local646 if( xElementStream.is() ) in impl_loadGraphics()650 xElementStream, true ) ); in impl_loadGraphics()
64 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
305 …const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream ) = 0;
Completed in 69 milliseconds