|
LibreOffice Module sw (master) 1
|
#include <memory>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <sal/log.hxx>#include <strings.hrc>#include <shellres.hxx>#include <tautofmt.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (SwAutoFormatDlg, CheckHdl, weld::Toggleable &, rBtn, void) | |
| IMPL_LINK_NOARG (SwAutoFormatDlg, AddHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SwAutoFormatDlg, RemoveHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SwAutoFormatDlg, RenameHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SwAutoFormatDlg, SelFormatHdl, weld::TreeView &, void) | |
| IMPL_LINK | ( | SwAutoFormatDlg | , |
| CheckHdl | , | ||
| weld::Toggleable & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 179 of file tautofmt.cxx.
References SwTableAutoFormat::SetBackground(), SwTableAutoFormat::SetFont(), SwTableAutoFormat::SetFrame(), SwTableAutoFormat::SetJustify(), and SwTableAutoFormat::SetValueFormat().
| IMPL_LINK_NOARG | ( | SwAutoFormatDlg | , |
| AddHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 212 of file tautofmt.cxx.
References Application::CreateMessageDialog(), GetName(), m_pShell, m_xDialog, n, RET_CANCEL, RET_OK, and SAL_WARN_IF.
| IMPL_LINK_NOARG | ( | SwAutoFormatDlg | , |
| RemoveHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 269 of file tautofmt.cxx.
References Application::CreateMessageDialog(), m_xDialog, nIndex, and RET_OK.
| IMPL_LINK_NOARG | ( | SwAutoFormatDlg | , |
| RenameHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 304 of file tautofmt.cxx.
References Application::CreateMessageDialog(), GetName(), m_xDialog, n, nIndex, p, RET_CANCEL, and RET_OK.
| IMPL_LINK_NOARG | ( | SwAutoFormatDlg | , |
| SelFormatHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |