Lines Matching refs:xStorage

144 …iptLibraryContainer::SfxScriptLibraryContainer( const uno::Reference< embed::XStorage >& xStorage )  in SfxScriptLibraryContainer()  argument
147 init( OUString(), xStorage ); in SfxScriptLibraryContainer()
391 SotStorageRef xStorage = new SotStorage( sal_False, aFile ); in importFromOldStorage() local
392 if( xStorage.Is() && xStorage->GetError() == ERRCODE_NONE ) in importFromOldStorage()
396 BasicManager* pBasicManager = new BasicManager( *(SotStorage*)xStorage, aFile ); in importFromOldStorage()
519 uno::Reference< embed::XStorage > xStorage; in changeLibraryPassword() local
520 storeLibraries_Impl( xStorage, sal_False ); in changeLibraryPassword()
539 uno::Reference< embed::XStorage > xStorage; in changeLibraryPassword() local
540 storeLibraries_Impl( xStorage, sal_False ); in changeLibraryPassword()
585 …const ::rtl::OUString& aName, const uno::Reference< embed::XStorage >& xStorage, const ::com::sun:… in implStorePasswordLibrary()
589 return implStorePasswordLibrary( pLib, aName, xStorage, aDummyLocation, xDummySFA, xHandler ); in implStorePasswordLibrary()
593 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage, in implStorePasswordLibrary()
628 sal_Bool bStorage = xStorage.is() && !bLink; in implStorePasswordLibrary()
644 uno::Reference< io::XStream > xCodeStream = xStorage->openStreamElement( in implStorePasswordLibrary()
691 uno::Reference< io::XStream > xSourceStream = xStorage->openStreamElement( in implStorePasswordLibrary()
1257 < ::com::sun::star::embed::XStorage >& xStorage ) in storeResourcesToStorage()
1260 (void)xStorage; in storeResourcesToStorage()