Home
last modified time | relevance | path

Searched refs:xElementStream (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/basic/source/uno/
H A Ddlgcont.cxx258 const uno::Reference< io::XInputStream >& xElementStream ) in importLibraryElement()
287 sal_Bool bStorage = xElementStream.is(); in importLibraryElement()
292 xInput = xElementStream; in importLibraryElement()
H A Dnamecont.cxx1421 uno::Reference< io::XStream > xElementStream = xStorage->openStreamElement( in implStoreLibrary() local
1430 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() local
2384 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()
/aoo41x/main/scripting/source/stringresource/
H A Dstringresource.cxx1067 Reference< io::XStream > xElementStream = in implStoreAtStorage() local
1073 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() local
1131 Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); in implStoreAtStorage()
2631 Reference< io::XStream > xElementStream = in implLoadLocale() local
2634 if( xElementStream.is() ) in implLoadLocale()
2636 Reference< io::XInputStream > xInputStream = xElementStream->getInputStream(); in implLoadLocale()
/aoo41x/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx641 uno::Reference< io::XStream > xElementStream( in impl_loadGraphics() local
646 if( xElementStream.is() ) in impl_loadGraphics()
650 xElementStream, true ) ); in impl_loadGraphics()
/aoo41x/main/basic/source/inc/
H A Ddlgcont.hxx64 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
H A Dscriptcont.hxx64 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
H A Dnamecont.hxx305 …const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream ) = 0;

Completed in 64 milliseconds