LibreOffice Module desktop (master) 1
|
get the information before copying the ui configuration files of old version to new version More...
#include <migration_impl.hxx>
Public Member Functions | |
css::uno::Reference< css::ui::XUIConfigurationManager > | getConfigManager (std::u16string_view sModuleShortName) const |
css::uno::Reference< css::container::XIndexContainer > | getNewMenubarSettings (std::u16string_view sModuleShortName) const |
css::uno::Reference< css::container::XIndexContainer > | getNewToolbarSettings (std::u16string_view sModuleShortName, std::u16string_view sToolbarName) const |
void | init (const std::vector< MigrationModuleInfo > &vModulesInfo) |
Private Attributes | |
std::vector< css::beans::PropertyValue > | m_lCfgManagerSeq |
css::uno::Sequence< css::beans::PropertyValue > | m_lNewVersionMenubarSettingsSeq |
css::uno::Sequence< css::beans::PropertyValue > | m_lNewVersionToolbarSettingsSeq |
get the information before copying the ui configuration files of old version to new version
Definition at line 129 of file migration_impl.hxx.
uno::Reference< ui::XUIConfigurationManager > desktop::NewVersionUIInfo::getConfigManager | ( | std::u16string_view | sModuleShortName | ) | const |
Definition at line 1121 of file migration.cxx.
References m_lCfgManagerSeq.
Referenced by desktop::MigrationImpl::doMigration().
uno::Reference< container::XIndexContainer > desktop::NewVersionUIInfo::getNewMenubarSettings | ( | std::u16string_view | sModuleShortName | ) | const |
Definition at line 1135 of file migration.cxx.
References m_lNewVersionMenubarSettingsSeq.
Referenced by desktop::MigrationImpl::doMigration().
uno::Reference< container::XIndexContainer > desktop::NewVersionUIInfo::getNewToolbarSettings | ( | std::u16string_view | sModuleShortName, |
std::u16string_view | sToolbarName | ||
) | const |
Definition at line 1149 of file migration.cxx.
References m_lNewVersionToolbarSettingsSeq.
Referenced by desktop::MigrationImpl::doMigration().
void desktop::NewVersionUIInfo::init | ( | const std::vector< MigrationModuleInfo > & | vModulesInfo | ) |
Definition at line 1171 of file migration.cxx.
References i, m_lCfgManagerSeq, m_lNewVersionMenubarSettingsSeq, m_lNewVersionToolbarSettingsSeq, desktop::mapModuleShortNameToIdentifier(), and u.
Referenced by desktop::MigrationImpl::doMigration().
|
private |
Definition at line 140 of file migration_impl.hxx.
Referenced by getConfigManager(), and init().
|
private |
Definition at line 141 of file migration_impl.hxx.
Referenced by getNewMenubarSettings(), and init().
|
private |
Definition at line 142 of file migration_impl.hxx.
Referenced by getNewToolbarSettings(), and init().