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 128 of file migration_impl.hxx.
uno::Reference< ui::XUIConfigurationManager > desktop::NewVersionUIInfo::getConfigManager | ( | std::u16string_view | sModuleShortName | ) | const |
Definition at line 1015 of file migration.cxx.
Referenced by desktop::MigrationImpl::doMigration().
uno::Reference< container::XIndexContainer > desktop::NewVersionUIInfo::getNewMenubarSettings | ( | std::u16string_view | sModuleShortName | ) | const |
Definition at line 1029 of file migration.cxx.
Referenced by desktop::MigrationImpl::doMigration().
uno::Reference< container::XIndexContainer > desktop::NewVersionUIInfo::getNewToolbarSettings | ( | std::u16string_view | sModuleShortName, |
std::u16string_view | sToolbarName | ||
) | const |
Definition at line 1043 of file migration.cxx.
Referenced by desktop::MigrationImpl::doMigration().
void desktop::NewVersionUIInfo::init | ( | const std::vector< MigrationModuleInfo > & | vModulesInfo | ) |
Definition at line 1065 of file migration.cxx.
References comphelper::getProcessComponentContext(), desktop::mapModuleShortNameToIdentifier(), and u.
Referenced by desktop::MigrationImpl::doMigration().
|
private |
Definition at line 139 of file migration_impl.hxx.
|
private |
Definition at line 140 of file migration_impl.hxx.
|
private |
Definition at line 141 of file migration_impl.hxx.