|
LibreOffice Module filter (master) 1
|
#include <xmlfiltertabdialog.hxx>
Public Member Functions | |
| XMLFilterTabDialog (weld::Window *pParent, const css::uno::Reference< css::uno::XComponentContext > &rxContext, const filter_info_impl *pInfo) | |
| virtual | ~XMLFilterTabDialog () override |
| bool | onOk () |
| filter_info_impl * | getNewFilterInfo () 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 (OkHdl, weld::Button &, void) | |
Private Attributes | |
| css::uno::Reference< css::uno::XComponentContext > | mxContext |
| const filter_info_impl * | mpOldInfo |
| std::unique_ptr< filter_info_impl > | mpNewInfo |
| std::unique_ptr< weld::Notebook > | m_xTabCtrl |
| std::unique_ptr< weld::Button > | m_xOKBtn |
| std::unique_ptr< XMLFilterTabPageBasic > | mpBasicPage |
| std::unique_ptr< XMLFilterTabPageXSLT > | mpXSLTPage |
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 28 of file xmlfiltertabdialog.hxx.
| XMLFilterTabDialog::XMLFilterTabDialog | ( | weld::Window * | pParent, |
| const css::uno::Reference< css::uno::XComponentContext > & | rxContext, | ||
| const filter_info_impl * | pInfo | ||
| ) |
Definition at line 40 of file xmlfiltertabdialog.cxx.
References get(), LINK, m_xDialog, weld::GenericDialogController::m_xDialog, m_xOKBtn, mpBasicPage, mpNewInfo, mpOldInfo, mpXSLTPage, and mxContext.
|
overridevirtual |
Definition at line 62 of file xmlfiltertabdialog.cxx.
|
private |
|
inline |
Definition at line 36 of file xmlfiltertabdialog.hxx.
References mpNewInfo.
Referenced by XMLFilterSettingsDialog::onEdit(), and XMLFilterSettingsDialog::onNew().
| bool XMLFilterTabDialog::onOk | ( | ) |
Definition at line 66 of file xmlfiltertabdialog.cxx.
References Any, Application::CreateMessageDialog(), Exception, weld::Widget::grab_focus(), comphelper::isFileUrl(), weld::GenericDialogController::m_xDialog, m_xTabCtrl, filter_info_impl::maExportXSLT, filter_info_impl::maFilterName, filter_info_impl::maImportTemplate, filter_info_impl::maImportXSLT, filter_info_impl::maInterfaceName, mpBasicPage, mpNewInfo, mpOldInfo, mpXSLTPage, mxContext, nCount, nValue, pValues, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 47 of file xmlfiltertabdialog.hxx.
Referenced by XMLFilterTabDialog().
|
private |
Definition at line 46 of file xmlfiltertabdialog.hxx.
Referenced by onOk().
|
private |
Definition at line 49 of file xmlfiltertabdialog.hxx.
Referenced by onOk(), and XMLFilterTabDialog().
|
private |
Definition at line 44 of file xmlfiltertabdialog.hxx.
Referenced by getNewFilterInfo(), onOk(), and XMLFilterTabDialog().
|
private |
Definition at line 43 of file xmlfiltertabdialog.hxx.
Referenced by onOk(), and XMLFilterTabDialog().
|
private |
Definition at line 50 of file xmlfiltertabdialog.hxx.
Referenced by onOk(), and XMLFilterTabDialog().
|
private |
Definition at line 39 of file xmlfiltertabdialog.hxx.
Referenced by onOk().