Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx850 uno::Reference < embed::XStorage > xReadStorage; in InsertFile() local
858 xReadStorage = uno::Reference< embed::XStorage >( in InsertFile()
869 if( xInputStream.is() && !xReadStorage.is()) in InsertFile()
875 pMed = xReadStorage.is() ? in InsertFile()
876 new SfxMedium(xReadStorage, sBaseURL, 0 ) : in InsertFile()
892 if( xInputStream.is() && !xReadStorage.is()) in InsertFile()
900 if( xReadStorage.is() ) in InsertFile()
902 pMed = new SfxMedium(xReadStorage, sBaseURL, 0 ); in InsertFile()

Completed in 21 milliseconds