LibreOffice Module sw (master) 1
|
#include <contentcontroldlg.hxx>
#include <vcl/weld.hxx>
#include <cui/cuicharmap.hxx>
#include <svl/numformat.hxx>
#include <svl/zformat.hxx>
#include <wrtsh.hxx>
#include <ndtxt.hxx>
#include <textcontentcontrol.hxx>
#include <IDocumentState.hxx>
#include <swuiexp.hxx>
#include <numfmtlb.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwContentControlDlg, OkHdl, weld::Button &, void) | |
IMPL_LINK (SwContentControlDlg, SelectCharHdl, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (SwContentControlDlg, InsertHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwContentControlDlg, RenameHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwContentControlDlg, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwContentControlDlg, MoveUpHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwContentControlDlg, MoveDownHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwContentControlDlg, SelectionChangedHdl, weld::TreeView &, void) | |
IMPL_LINK | ( | SwContentControlDlg | , |
SelectCharHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 395 of file contentcontroldlg.cxx.
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
InsertHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 332 of file contentcontroldlg.cxx.
References SwAbstractDialogFactory::CreateSwContentControlListItemDlg(), swui::GetFactory(), if(), m_xDialog, and RET_OK.
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
MoveDownHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 424 of file contentcontroldlg.cxx.
References SwContentControlListItem::m_aDisplayText, and SwContentControlListItem::m_aValue.
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
MoveUpHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 406 of file contentcontroldlg.cxx.
References SwContentControlListItem::m_aDisplayText, and SwContentControlListItem::m_aValue.
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
OkHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 206 of file contentcontroldlg.cxx.
References LanguageTag::getBcp47(), SvNumberFormatter::GetEntry(), SvNumberformat::GetFormatstring(), SvNumberformat::GetLanguage(), i, SwContentControlListItem::m_aDisplayText, SwContentControlListItem::m_aValue, m_xDialog, RET_OK, and TRISTATE_TRUE.
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
RenameHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 360 of file contentcontroldlg.cxx.
References SwAbstractDialogFactory::CreateSwContentControlListItemDlg(), swui::GetFactory(), if(), m_xDialog, and RET_OK.
IMPL_LINK_NOARG | ( | SwContentControlDlg | , |
SelectionChangedHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 443 of file contentcontroldlg.cxx.