LibreOffice Module sw (master) 1
|
#include <editeng/numitem.hxx>
#include <cmdid.h>
#include <wrtsh.hxx>
#include <docsh.hxx>
#include <wview.hxx>
#include <uitool.hxx>
#include <wdocsh.hxx>
#include <uiitems.hxx>
#include <poolfmt.hxx>
#include <shellres.hxx>
#include <outline.hxx>
#include <num.hxx>
#include <SwStyleNameMapper.hxx>
#include <svx/dialogs.hrc>
#include <svl/stritem.hxx>
#include <svl/eitem.hxx>
#include <svl/slstitm.hxx>
#include <svl/intitem.hxx>
#include <comphelper/lok.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwNumPositionTabPage, EditModifyHdl, weld::ComboBox &, void) | |
IMPL_LINK (SwNumPositionTabPage, LevelHdl, weld::TreeView &, rBox, void) | |
IMPL_LINK (SwNumPositionTabPage, DistanceHdl, weld::MetricSpinButton &, rField, void) | |
IMPL_LINK (SwNumPositionTabPage, RelativeHdl, weld::Toggleable &, rBox, void) | |
IMPL_LINK_NOARG (SwNumPositionTabPage, LabelFollowedByHdl_Impl, weld::ComboBox &, void) | |
IMPL_LINK (SwNumPositionTabPage, ListtabPosHdl_Impl, weld::MetricSpinButton &, rField, void) | |
IMPL_LINK (SwNumPositionTabPage, AlignAtHdl_Impl, weld::MetricSpinButton &, rField, void) | |
IMPL_LINK (SwNumPositionTabPage, IndentAtHdl_Impl, weld::MetricSpinButton &, rField, void) | |
IMPL_LINK_NOARG (SwNumPositionTabPage, StandardHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwSvxNumBulletTabDialog, RemoveNumberingHdl, weld::Button &, void) | |
Variables | |
static bool | bLastRelative = false |
IMPL_LINK | ( | SwNumPositionTabPage | , |
AlignAtHdl_Impl | , | ||
weld::MetricSpinButton & | , | ||
rField | , | ||
void | |||
) |
Definition at line 770 of file num.cxx.
References SvxNumberFormat::GetIndentAt(), i, MAXLEVEL, nValue, and SvxNumberFormat::SetFirstLineIndent().
IMPL_LINK | ( | SwNumPositionTabPage | , |
DistanceHdl | , | ||
weld::MetricSpinButton & | , | ||
rField | , | ||
void | |||
) |
Definition at line 590 of file num.cxx.
References SvxNumberFormat::GetAbsLSpace(), SvxNumberFormat::GetFirstLineOffset(), i, MAXLEVEL, nValue, SvxNumberFormat::SetAbsLSpace(), SvxNumberFormat::SetCharTextDistance(), and SvxNumberFormat::SetFirstLineOffset().
IMPL_LINK | ( | SwNumPositionTabPage | , |
IndentAtHdl_Impl | , | ||
weld::MetricSpinButton & | , | ||
rField | , | ||
void | |||
) |
Definition at line 792 of file num.cxx.
References SvxNumberFormat::GetFirstLineIndent(), SvxNumberFormat::GetIndentAt(), i, MAXLEVEL, nValue, SvxNumberFormat::SetFirstLineIndent(), and SvxNumberFormat::SetIndentAt().
IMPL_LINK | ( | SwNumPositionTabPage | , |
LevelHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
void | |||
) |
IMPL_LINK | ( | SwNumPositionTabPage | , |
ListtabPosHdl_Impl | , | ||
weld::MetricSpinButton & | , | ||
rField | , | ||
void | |||
) |
IMPL_LINK | ( | SwNumPositionTabPage | , |
RelativeHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 648 of file num.cxx.
References bLastRelative, SvxNumberFormat::GetAbsLSpace(), i, MAXLEVEL, and nValue.
IMPL_LINK_NOARG | ( | SwNumPositionTabPage | , |
EditModifyHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | SwNumPositionTabPage | , |
LabelFollowedByHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 686 of file num.cxx.
References SvxNumberFormat::GetListtabPos(), i, SvxNumberFormat::LISTTAB, MAXLEVEL, SvxNumberFormat::NEWLINE, SvxNumberFormat::NOTHING, nPos, SvxNumberFormat::SetLabelFollowedBy(), and SvxNumberFormat::SPACE.
IMPL_LINK_NOARG | ( | SwNumPositionTabPage | , |
StandardHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 817 of file num.cxx.
References SwNumRule::Get(), SvxNumberFormat::GetAbsLSpace(), SvxNumberFormat::GetCharTextDistance(), SvxNumberFormat::GetFirstLineIndent(), SvxNumberFormat::GetFirstLineOffset(), SvxNumberFormat::GetIndentAt(), SvxNumberFormat::GetLabelFollowedBy(), SvxNumberFormat::GetListtabPos(), SvxNumberFormat::GetNumAdjust(), SvxNumberFormat::GetPositionAndSpaceMode(), i, SvxNumberFormat::LABEL_ALIGNMENT, SvxNumberFormat::LABEL_WIDTH_AND_POSITION, MAXLEVEL, NUM_RULE, OUTLINE_RULE, SvxNumberFormat::SetAbsLSpace(), SvxNumberFormat::SetCharTextDistance(), SvxNumberFormat::SetFirstLineIndent(), SvxNumberFormat::SetFirstLineOffset(), SvxNumberFormat::SetIndentAt(), SvxNumberFormat::SetLabelFollowedBy(), SvxNumberFormat::SetListtabPos(), SvxNumberFormat::SetNumAdjust(), and SvxNumberFormat::SetPositionAndSpaceMode().
IMPL_LINK_NOARG | ( | SwSvxNumBulletTabDialog | , |
RemoveNumberingHdl | , | ||
weld::Button & | , | ||
void | |||
) |
|
static |
Definition at line 42 of file num.cxx.
Referenced by IMPL_LINK(), and SwNumPositionTabPage::SwNumPositionTabPage().