Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx837 uno::Reference < embed::XStorage > xReadStorage; in InsertFile() local
845 xReadStorage = uno::Reference< embed::XStorage >( in InsertFile()
856 if( xInputStream.is() && !xReadStorage.is()) in InsertFile()
862 pMed = xReadStorage.is() ? in InsertFile()
863 new SfxMedium(xReadStorage, sBaseURL, 0 ) : in InsertFile()
879 if( xInputStream.is() && !xReadStorage.is()) in InsertFile()
887 if( xReadStorage.is() ) in InsertFile()
889 pMed = new SfxMedium(xReadStorage, sBaseURL, 0 ); in InsertFile()

Completed in 10 milliseconds