LibreOffice Module desktop (master)
1
|
define the item, e.g. More...
#include <migration_impl.hxx>
Public Member Functions | |
MigrationItem () | |
MigrationItem (const OUString &sParentNodeName, const OUString &sPrevSibling, const OUString &sCommandURL, const css::uno::Reference< css::container::XIndexContainer > &xPopupMenu) | |
bool | operator== (const MigrationItem &aMigrationItem) const |
Public Attributes | |
OUString | m_sParentNodeName |
OUString | m_sPrevSibling |
OUString | m_sCommandURL |
css::uno::Reference< css::container::XIndexContainer > | m_xPopupMenu |
define the item, e.g.
:menuitem, toolbaritem, to be migrated. we keep the information of the command URL, the previous sibling node and the parent node of an item
Definition at line 78 of file migration_impl.hxx.
|
inline |
Definition at line 85 of file migration_impl.hxx.
|
inline |
Definition at line 89 of file migration_impl.hxx.
|
inline |
Definition at line 98 of file migration_impl.hxx.
References desktop::areBothOpenFrom(), m_sCommandURL, m_sParentNodeName, m_sPrevSibling, and m_xPopupMenu.
OUString desktop::MigrationItem::m_sCommandURL |
Definition at line 82 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::compareOldAndNewConfig(), and operator==().
OUString desktop::MigrationItem::m_sParentNodeName |
Definition at line 80 of file migration_impl.hxx.
Referenced by operator==().
OUString desktop::MigrationItem::m_sPrevSibling |
Definition at line 81 of file migration_impl.hxx.
Referenced by operator==().
css::uno::Reference< css::container::XIndexContainer > desktop::MigrationItem::m_xPopupMenu |
Definition at line 83 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::compareOldAndNewConfig(), and operator==().