LibreOffice Module cui (master) 1
|
#include <svtools/ruler.hxx>
#include <svtools/unitconv.hxx>
#include <svx/svxids.hrc>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <editeng/lrspitem.hxx>
#include <tabstpge.hxx>
#include <svx/dlgutil.hxx>
#include <svl/cjkoptions.hxx>
#include <unotools/localedatawrapper.hxx>
#include <svl/intitem.hxx>
Go to the source code of this file.
Functions | |
static void | FillUpWithDefTabs_Impl (tools::Long nDefDist, SvxTabStopItem &rTabs) |
IMPL_LINK (SvxTabulatorTabPage, NewHdl_Impl, weld::Button &, rBtn, void) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, DelHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, DelAllHdl_Impl, weld::Button &, void) | |
IMPL_LINK (SvxTabulatorTabPage, TabTypeCheckHdl_Impl, weld::Toggleable &, rBox, void) | |
IMPL_LINK (SvxTabulatorTabPage, FillTypeCheckHdl_Impl, weld::Toggleable &, rBox, void) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, GetFillCharHdl_Impl, weld::Widget &, void) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, GetDezCharHdl_Impl, weld::Widget &, void) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, SelectHdl_Impl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, ReformatHdl_Impl, weld::Widget &, void) | |
IMPL_LINK_NOARG (SvxTabulatorTabPage, ModifyHdl_Impl, weld::ComboBox &, void) | |
Variables | |
constexpr FieldUnit | eDefUnit = FieldUnit::MM_100TH |
|
static |
Definition at line 38 of file tabstpge.cxx.
References SvxTabStopItem::Count(), and SvxTabStopItem::Insert().
Referenced by SvxTabulatorTabPage::FillItemSet().
IMPL_LINK | ( | SvxTabulatorTabPage | , |
FillTypeCheckHdl_Impl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 557 of file tabstpge.cxx.
References nPos.
IMPL_LINK | ( | SvxTabulatorTabPage | , |
NewHdl_Impl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 414 of file tabstpge.cxx.
IMPL_LINK | ( | SvxTabulatorTabPage | , |
TabTypeCheckHdl_Impl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 524 of file tabstpge.cxx.
References nPos.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
DelAllHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 515 of file tabstpge.cxx.
References GetWhich.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
DelHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 479 of file tabstpge.cxx.
References nPos.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
GetDezCharHdl_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 600 of file tabstpge.cxx.
References nPos.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
GetFillCharHdl_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 586 of file tabstpge.cxx.
References nPos.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
ModifyHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 638 of file tabstpge.cxx.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
ReformatHdl_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 633 of file tabstpge.cxx.
IMPL_LINK_NOARG | ( | SvxTabulatorTabPage | , |
SelectHdl_Impl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 614 of file tabstpge.cxx.
References nPos.
|
constexpr |
Definition at line 33 of file tabstpge.cxx.
Referenced by IMPL_LINK_NOARG(), SvxTabulatorTabPage::InitTabPos_Impl(), and SvxTabulatorTabPage::NewHdl_Impl().