LibreOffice Module basctl (master) 1
|
#include <moduldlg.hxx>
Public Member Functions | |
OrganizeDialog (weld::Window *pParent, const css::uno::Reference< css::frame::XFrame > &xDocFrame, sal_Int16 tabId) | |
virtual | ~OrganizeDialog () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (ActivatePageHdl, const OUString &, void) | |
void | SetCurrentEntry (const css::uno::Reference< css::frame::XFrame > &xDocFrame) |
Private Attributes | |
std::unique_ptr< weld::Notebook > | m_xTabCtrl |
std::unique_ptr< ObjectPage > | m_xModulePage |
std::unique_ptr< ObjectPage > | m_xDialogPage |
std::unique_ptr< LibPage > | m_xLibPage |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 201 of file moduldlg.hxx.
basctl::OrganizeDialog::OrganizeDialog | ( | weld::Window * | pParent, |
const css::uno::Reference< css::frame::XFrame > & | xDocFrame, | ||
sal_Int16 | tabId | ||
) |
Definition at line 203 of file moduldlg.cxx.
References Dialogs, basctl::GetDispatcher(), LINK, m_xTabCtrl, Modules, and SetCurrentEntry().
|
overridevirtual |
Definition at line 238 of file moduldlg.cxx.
|
private |
|
private |
Definition at line 186 of file moduldlg.cxx.
References basctl::LIBRARY_LOCATION_DOCUMENT, m_xDialogPage, m_xModulePage, basctl::OBJ_TYPE_DOCUMENT, xController, and xModel.
Referenced by OrganizeDialog().
|
private |
Definition at line 206 of file moduldlg.hxx.
Referenced by SetCurrentEntry().
|
private |
Definition at line 207 of file moduldlg.hxx.
|
private |
Definition at line 205 of file moduldlg.hxx.
Referenced by SetCurrentEntry().
|
private |
Definition at line 204 of file moduldlg.hxx.
Referenced by OrganizeDialog().