LibreOffice Module sc (master) 1
|
#include <condformatmgr.hxx>
#include <condformathelper.hxx>
#include <condformatdlg.hxx>
#include <document.hxx>
#include <conditio.hxx>
#include <o3tl/safeint.hxx>
#include <unotools/viewoptions.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScCondFormatManagerDlg, RemoveBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScCondFormatManagerDlg, EditBtnClickHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScCondFormatManagerDlg, EditBtnHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (ScCondFormatManagerDlg, AddBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | ScCondFormatManagerDlg | , |
AddBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 161 of file condformatmgr.cxx.
References DLG_RET_ADD, and m_xDialog.
IMPL_LINK_NOARG | ( | ScCondFormatManagerDlg | , |
EditBtnClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 143 of file condformatmgr.cxx.
IMPL_LINK_NOARG | ( | ScCondFormatManagerDlg | , |
EditBtnHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 148 of file condformatmgr.cxx.
References DLG_RET_EDIT, and m_xDialog.
IMPL_LINK_NOARG | ( | ScCondFormatManagerDlg | , |
RemoveBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 136 of file condformatmgr.cxx.