LibreOffice Module cui (master) 1
|
#include <macropg_impl.hxx>
Public Member Functions | |
AssignComponentDialog (weld::Window *pParent, OUString aURL) | |
virtual | ~AssignComponentDialog () override |
const OUString & | getURL () const |
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 (ButtonHandler, weld::Button &, void) | |
Private Attributes | |
OUString | maURL |
std::unique_ptr< weld::Entry > | mxMethodEdit |
std::unique_ptr< weld::Button > | mxOKButton |
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 39 of file macropg_impl.hxx.
AssignComponentDialog::AssignComponentDialog | ( | weld::Window * | pParent, |
OUString | aURL | ||
) |
Definition at line 681 of file macropg.cxx.
References aURL, aVndSunStarUNO, LINK, maURL, maURL, mxMethodEdit, and mxOKButton.
|
overridevirtual |
Definition at line 698 of file macropg.cxx.
|
private |
|
inline |
Definition at line 53 of file macropg_impl.hxx.
References maURL.
Referenced by SvxMacroTabPage_::GenericHandler_Impl().
|
private |
Definition at line 42 of file macropg_impl.hxx.
Referenced by AssignComponentDialog(), and getURL().
|
private |
Definition at line 44 of file macropg_impl.hxx.
Referenced by AssignComponentDialog().
|
private |
Definition at line 45 of file macropg_impl.hxx.
Referenced by AssignComponentDialog().