#include <vbacommandbarhelper.hxx>
|
| | VbaCommandBarHelper (css::uno::Reference< css::uno::XComponentContext > xContext, css::uno::Reference< css::frame::XModel > xModel) |
| |
| const css::uno::Reference< css::frame::XModel > & | getModel () const |
| |
| const css::uno::Reference< css::container::XNameAccess > & | getPersistentWindowState () const |
| |
| css::uno::Reference< css::container::XIndexAccess > | getSettings (const OUString &sResourceUrl) |
| |
| void | removeSettings (const OUString &sResourceUrl) |
| |
| void | ApplyTempChange (const OUString &sResourceUrl, const css::uno::Reference< css::container::XIndexAccess > &xSettings) |
| |
| css::uno::Reference< css::frame::XLayoutManager > | getLayoutManager () const |
| |
| const OUString & | getModuleId () const |
| |
| OUString | findToolbarByName (const css::uno::Reference< css::container::XNameAccess > &xNameAccess, const OUString &sName) |
| |
|
| css::uno::Reference< css::uno::XComponentContext > | mxContext |
| |
| css::uno::Reference< css::frame::XModel > | mxModel |
| |
| css::uno::Reference< css::ui::XUIConfigurationManager > | m_xDocCfgMgr |
| |
| css::uno::Reference< css::ui::XUIConfigurationManager > | m_xAppCfgMgr |
| |
| css::uno::Reference< css::container::XNameAccess > | m_xWindowState |
| |
| OUString | maModuleId |
| |
Definition at line 49 of file vbacommandbarhelper.hxx.
◆ VbaCommandBarHelper()
| VbaCommandBarHelper::VbaCommandBarHelper |
( |
css::uno::Reference< css::uno::XComponentContext > |
xContext, |
|
|
css::uno::Reference< css::frame::XModel > |
xModel |
|
) |
| |
◆ ApplyTempChange()
| void VbaCommandBarHelper::ApplyTempChange |
( |
const OUString & |
sResourceUrl, |
|
|
const css::uno::Reference< css::container::XIndexAccess > & |
xSettings |
|
) |
| |
◆ findControlByName()
| sal_Int32 VbaCommandBarHelper::findControlByName |
( |
const css::uno::Reference< css::container::XIndexAccess > & |
xIndexAccess, |
|
|
std::u16string_view |
sName, |
|
|
bool |
bMenu |
|
) |
| |
|
static |
◆ findToolbarByName()
| OUString VbaCommandBarHelper::findToolbarByName |
( |
const css::uno::Reference< css::container::XNameAccess > & |
xNameAccess, |
|
|
const OUString & |
sName |
|
) |
| |
◆ generateCustomURL()
| OUString VbaCommandBarHelper::generateCustomURL |
( |
| ) |
|
|
static |
◆ getLayoutManager()
| uno::Reference< frame::XLayoutManager > VbaCommandBarHelper::getLayoutManager |
( |
| ) |
const |
◆ getModel()
| const css::uno::Reference< css::frame::XModel > & VbaCommandBarHelper::getModel |
( |
| ) |
const |
|
inline |
◆ getModuleId()
| const OUString & VbaCommandBarHelper::getModuleId |
( |
| ) |
const |
|
inline |
◆ getPersistentWindowState()
| const css::uno::Reference< css::container::XNameAccess > & VbaCommandBarHelper::getPersistentWindowState |
( |
| ) |
const |
|
inline |
◆ getSettings()
| css::uno::Reference< css::container::XIndexAccess > VbaCommandBarHelper::getSettings |
( |
const OUString & |
sResourceUrl | ) |
|
◆ hasToolbar()
| bool VbaCommandBarHelper::hasToolbar |
( |
const OUString & |
sResourceUrl, |
|
|
std::u16string_view |
sName |
|
) |
| |
|
private |
◆ Init()
| void VbaCommandBarHelper::Init |
( |
void |
| ) |
|
|
private |
◆ removeSettings()
| void VbaCommandBarHelper::removeSettings |
( |
const OUString & |
sResourceUrl | ) |
|
◆ m_xAppCfgMgr
| css::uno::Reference< css::ui::XUIConfigurationManager > VbaCommandBarHelper::m_xAppCfgMgr |
|
private |
◆ m_xDocCfgMgr
| css::uno::Reference< css::ui::XUIConfigurationManager > VbaCommandBarHelper::m_xDocCfgMgr |
|
private |
◆ m_xWindowState
| css::uno::Reference< css::container::XNameAccess > VbaCommandBarHelper::m_xWindowState |
|
private |
◆ maModuleId
| OUString VbaCommandBarHelper::maModuleId |
|
private |
◆ mxContext
| css::uno::Reference< css::uno::XComponentContext > VbaCommandBarHelper::mxContext |
|
private |
◆ mxModel
| css::uno::Reference< css::frame::XModel > VbaCommandBarHelper::mxModel |
|
private |
The documentation for this class was generated from the following files: