LibreOffice Module cui (master) 1
|
#include <treeopt.hxx>
Public Member Functions | |
ExtensionsTabPage (weld::Container *pParent, OUString rPageURL, OUString aEvtHdl, const css::uno::Reference< css::awt::XContainerWindowProvider > &rProvider) | |
~ExtensionsTabPage () | |
void | Show () |
void | Hide () |
void | ActivatePage () |
void | DeactivatePage () |
void | ResetPage () |
void | SavePage () |
Private Member Functions | |
void | CreateDialogWithHandler () |
bool | DispatchAction (const OUString &rAction) |
Private Attributes | |
weld::Container * | m_pContainer |
OUString | m_sPageURL |
css::uno::Reference< css::awt::XWindow > | m_xPageParent |
css::uno::Reference< css::awt::XWindow > | m_xPage |
OUString | m_sEventHdl |
css::uno::Reference< css::awt::XContainerWindowEventHandler > | m_xEventHdl |
css::uno::Reference< css::awt::XContainerWindowProvider > | m_xWinProvider |
Definition at line 207 of file treeopt.hxx.
ExtensionsTabPage::ExtensionsTabPage | ( | weld::Container * | pParent, |
OUString | rPageURL, | ||
OUString | aEvtHdl, | ||
const css::uno::Reference< css::awt::XContainerWindowProvider > & | rProvider | ||
) |
Definition at line 1929 of file treeopt.cxx.
ExtensionsTabPage::~ExtensionsTabPage | ( | ) |
Definition at line 1939 of file treeopt.cxx.
References DeactivatePage(), Exception, Hide(), m_xPage, and m_xPageParent.
void ExtensionsTabPage::ActivatePage | ( | ) |
Definition at line 2047 of file treeopt.cxx.
References CreateDialogWithHandler(), DispatchAction(), m_sEventHdl, m_xPage, and m_xPageParent.
Referenced by ResetPage().
|
private |
Definition at line 1969 of file treeopt.cxx.
References weld::Container::CreateChildFrame(), Exception, VCLUnoHelper::GetWindow(), m_pContainer, m_sEventHdl, m_sPageURL, m_xEventHdl, m_xPage, m_xPageParent, m_xWinProvider, TOOLS_WARN_EXCEPTION, WB_CHILDDLGCTRL, WB_DIALOGCONTROL, and xFactory.
Referenced by ActivatePage().
void ExtensionsTabPage::DeactivatePage | ( | ) |
Definition at line 2068 of file treeopt.cxx.
References m_xPage.
Referenced by ~ExtensionsTabPage().
|
private |
Definition at line 2007 of file treeopt.cxx.
References Any, Exception, m_xEventHdl, m_xPage, and TOOLS_WARN_EXCEPTION.
Referenced by ActivatePage(), ResetPage(), and SavePage().
void ExtensionsTabPage::Hide | ( | ) |
Definition at line 2040 of file treeopt.cxx.
References m_xPageParent.
Referenced by ~ExtensionsTabPage().
void ExtensionsTabPage::ResetPage | ( | ) |
Definition at line 2074 of file treeopt.cxx.
References ActivatePage(), and DispatchAction().
void ExtensionsTabPage::SavePage | ( | ) |
Definition at line 2080 of file treeopt.cxx.
References DispatchAction().
void ExtensionsTabPage::Show | ( | ) |
Definition at line 2024 of file treeopt.cxx.
References VCLUnoHelper::GetWindow(), and m_xPageParent.
|
private |
Definition at line 210 of file treeopt.hxx.
Referenced by CreateDialogWithHandler().
|
private |
Definition at line 214 of file treeopt.hxx.
Referenced by ActivatePage(), and CreateDialogWithHandler().
|
private |
Definition at line 211 of file treeopt.hxx.
Referenced by CreateDialogWithHandler().
|
private |
Definition at line 216 of file treeopt.hxx.
Referenced by CreateDialogWithHandler(), and DispatchAction().
|
private |
Definition at line 213 of file treeopt.hxx.
Referenced by ActivatePage(), CreateDialogWithHandler(), DeactivatePage(), DispatchAction(), and ~ExtensionsTabPage().
|
private |
Definition at line 212 of file treeopt.hxx.
Referenced by ActivatePage(), CreateDialogWithHandler(), Hide(), Show(), and ~ExtensionsTabPage().
|
private |
Definition at line 218 of file treeopt.hxx.
Referenced by CreateDialogWithHandler().