Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dnamecont.cxx426 void SAL_CALL SfxLibraryContainer::setRootStorage( const Reference< XStorage >& _rxRootStorage ) in setRootStorage() argument
429 if ( !_rxRootStorage.is() ) in setRootStorage()
432 mxStorage = _rxRootStorage; in setRootStorage()
436 …AL_CALL SfxLibraryContainer::storeLibrariesToStorage( const Reference< XStorage >& _rxRootStorage ) in storeLibrariesToStorage() argument
439 if ( !_rxRootStorage.is() ) in storeLibrariesToStorage()
444 storeLibraries_Impl( _rxRootStorage, sal_True ); in storeLibrariesToStorage()