LibreOffice Module sc (master) 1
|
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sfx2/strings.hrc>
#include <sfx2/sfxresid.hxx>
#include <o3tl/string_view.hxx>
#include <strings.hrc>
#include <global.hxx>
#include <globstr.hrc>
#include <autoform.hxx>
#include <strindlg.hxx>
#include <scuiautofmt.hxx>
#include <scresid.hxx>
#include <helpids.h>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScAutoFormatDlg, CloseHdl, weld::Button &, rBtn, void) | |
IMPL_LINK_NOARG (ScAutoFormatDlg, DblClkHdl, weld::TreeView &, bool) | |
IMPL_LINK (ScAutoFormatDlg, CheckHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK_NOARG (ScAutoFormatDlg, AddHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScAutoFormatDlg, RemoveHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScAutoFormatDlg, RenameHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScAutoFormatDlg, SelFmtHdl, weld::TreeView &, void) | |
IMPL_LINK | ( | ScAutoFormatDlg | , |
CheckHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 155 of file scuiautofmt.cxx.
IMPL_LINK | ( | ScAutoFormatDlg | , |
CloseHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 134 of file scuiautofmt.cxx.
References ScGlobal::GetOrCreateAutoFormat(), m_xDialog, RET_CANCEL, RET_OK, and ScAutoFormat::Save().
IMPL_LINK_NOARG | ( | ScAutoFormatDlg | , |
AddHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 182 of file scuiautofmt.cxx.
References Application::CreateMessageDialog(), ScStringInputDlg::GetInputString(), HID_SC_ADD_AUTOFMT, HID_SC_AUTOFMT_NAME, m_xDialog, nPos, RET_CANCEL, RET_OK, weld::DialogController::run(), ScResId(), and SfxResId().
IMPL_LINK_NOARG | ( | ScAutoFormatDlg | , |
DblClkHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 145 of file scuiautofmt.cxx.
References ScGlobal::GetOrCreateAutoFormat(), m_xDialog, RET_OK, and ScAutoFormat::Save().
IMPL_LINK_NOARG | ( | ScAutoFormatDlg | , |
RemoveHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 243 of file scuiautofmt.cxx.
References Application::CreateMessageDialog(), o3tl::getToken(), m_xDialog, nIndex, and RET_YES.
IMPL_LINK_NOARG | ( | ScAutoFormatDlg | , |
RenameHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 282 of file scuiautofmt.cxx.
References Application::CreateMessageDialog(), ScStringInputDlg::GetInputString(), HID_SC_REN_AFMT_DLG, HID_SC_REN_AFMT_NAME, m_xDialog, nIndex, p, RET_CANCEL, RET_OK, weld::DialogController::run(), and ScResId().
IMPL_LINK_NOARG | ( | ScAutoFormatDlg | , |
SelFmtHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 359 of file scuiautofmt.cxx.