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.cxx438 void SAL_CALL SfxLibraryContainer::setRootStorage( const Reference< XStorage >& _rxRootStorage ) th… in setRootStorage() argument
441 if ( !_rxRootStorage.is() ) in setRootStorage()
444 mxStorage = _rxRootStorage; in setRootStorage()
448 …raryContainer::storeLibrariesToStorage( const Reference< XStorage >& _rxRootStorage ) throw (Illeg… in storeLibrariesToStorage() argument
451 if ( !_rxRootStorage.is() ) in storeLibrariesToStorage()
456 storeLibraries_Impl( _rxRootStorage, sal_True ); in storeLibrariesToStorage()

Completed in 51 milliseconds