Lines Matching refs:m_xUserConfigStorage
649 if ( m_xUserConfigStorage.is() ) in impl_Initialize()
690 if ( m_bUseDefault && m_xUserConfigStorage.is() ) in impl_Initialize()
768 m_xUserConfigStorage.clear(); in dispose()
831 …m_xUserConfigStorage = m_pStorageHandler[::com::sun::star::ui::UIElementType::MENUBAR]->getPare… in initialize()
834 if ( m_xUserConfigStorage.is() ) in initialize()
836 Reference< XPropertySet > xPropSet( m_xUserConfigStorage, UNO_QUERY ); in initialize()
1344 aPropValue.Value <<= m_xUserConfigStorage; in getImageManager()
1372 Reference< XStorage > xDocumentRoot = m_xUserConfigStorage; in getShortCutManager()
1416 if ( m_xUserConfigStorage.is() ) in setStorage()
1421 Reference< XComponent > xComponent( m_xUserConfigStorage, UNO_QUERY ); in setStorage()
1431 m_xUserConfigStorage = Storage; in setStorage()
1436 xAccUpdate->setStorage( m_xUserConfigStorage ); in setStorage()
1442 pImageManager->setStorage( m_xUserConfigStorage ); in setStorage()
1445 if ( m_xUserConfigStorage.is() ) in setStorage()
1464 m_xUserConfigStorage); in setStorage()
1467 Reference< XPropertySet > xPropSet( m_xUserConfigStorage, UNO_QUERY ); in setStorage()
1495 return ( m_xUserConfigStorage.is() ); in hasStorage()
1563 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in reload()
1602 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in store()
1635 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in storeToStorage()