Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Ddlgcont.cxx257 const uno::Reference< io::XInputStream >& xElementStream ) in importLibraryElement()
286 sal_Bool bStorage = xElementStream.is(); in importLibraryElement()
291 xInput = xElementStream; in importLibraryElement()
H A Dnamecont.cxx1408 uno::Reference< io::XStream > xElementStream = xStorage->openStreamElement( in implStoreLibrary() local
1417 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() local
2361xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()
2365 if( !xElementStream.is() ) in loadLibrary()
2372xElementStream = xLibraryStor->openStreamElement( aFile, embed::ElementModes::READ ); in loadLibrary()
2377 if ( xElementStream.is() ) in loadLibrary()
2378 xInStream = xElementStream->getInputStream(); in loadLibrary()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1013 Reference< io::XStream > xElementStream = in implStoreAtStorage() local
1019 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() local
1077 Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); in implStoreAtStorage()
2541 Reference< io::XStream > xElementStream = in implLoadLocale() local
2544 if( xElementStream.is() ) in implLoadLocale()
2546 Reference< io::XInputStream > xInputStream = xElementStream->getInputStream(); in implLoadLocale()
/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx622 uno::Reference< io::XStream > xElementStream( in impl_loadGraphics() local
627 if( xElementStream.is() ) in impl_loadGraphics()
631 xElementStream, true ) ); in impl_loadGraphics()
/trunk/main/basic/source/inc/
H A Ddlgcont.hxx63 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
H A Dscriptcont.hxx63 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
H A Dnamecont.hxx281 …const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream ) = 0;