Lines Matching refs:mxStorage
435 return mxStorage; in getRootStorage()
444 mxStorage = _rxRootStorage; in setRootStorage()
535 storeLibraries_Impl( mxStorage, mxStorage.is() ); in storeLibraries()
671 mxStorage = xStorage; in init_Impl()
672 sal_Bool bStorage = mxStorage.is(); in init_Impl()
1810 const bool bInplaceStorage = bStorage && ( i_rStorage == mxStorage ); in storeLibraries_Impl()
1864 if ( mxStorage->hasByName( maLibrariesDir ) ) in storeLibraries_Impl()
1865 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, bInplaceStorage ? embed::Ele… in storeLibraries_Impl()
1867 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRI… in storeLibraries_Impl()
2259 if( mxStorage.is() ) in removeLibrary()
2334 sal_Bool bStorage = mxStorage.is() && !bLink; in loadLibrary()
2341 xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in loadLibrary()
2524 sal_Bool bStorage = mxStorage.is(); in renameLibrary()