Searched refs:_rxRootStorage (Results 1 – 1 of 1) sorted by relevance
438 void SAL_CALL SfxLibraryContainer::setRootStorage( const Reference< XStorage >& _rxRootStorage ) th… in setRootStorage() argument441 if ( !_rxRootStorage.is() ) in setRootStorage()444 mxStorage = _rxRootStorage; in setRootStorage()448 …raryContainer::storeLibrariesToStorage( const Reference< XStorage >& _rxRootStorage ) throw (Illeg… in storeLibrariesToStorage() argument451 if ( !_rxRootStorage.is() ) in storeLibrariesToStorage()456 storeLibraries_Impl( _rxRootStorage, sal_True ); in storeLibrariesToStorage()
Completed in 51 milliseconds