LibreOffice Module cui (master)
1
|
#include <memory>
#include <osl/diagnose.h>
#include <svl/style.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/settings.hxx>
#include <svx/flagsdef.hxx>
#include <svx/svxids.hrc>
#include <svl/languageoptions.hxx>
#include <svl/cjkoptions.hxx>
#include <editeng/pgrditem.hxx>
#include <svx/strings.hrc>
#include <svx/dialmgr.hxx>
#include <paragrph.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/lspcitem.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/orphitem.hxx>
#include <editeng/widwitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/pmdlitem.hxx>
#include <editeng/spltitem.hxx>
#include <editeng/hyphenzoneitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/formatbreakitem.hxx>
#include <editeng/keepitem.hxx>
#include <svx/dlgutil.hxx>
#include <sfx2/htmlmode.hxx>
#include <editeng/paravertalignitem.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
Go to the source code of this file.
Macros | |
#define | MAX_DURCH 5670 |
#define | FIX_DIST_DEF 283 |
#define | LASTLINEPOS_DEFAULT 0 |
#define | LASTLINEPOS_LEFT 1 |
#define | LASTLINECOUNT_OLD 3 |
#define | LASTLINECOUNT_NEW 4 |
Enumerations | |
enum | LineSpaceList |
#define FIX_DIST_DEF 283 |
Definition at line 83 of file paragrph.cxx.
Referenced by IMPL_LINK().
#define LASTLINECOUNT_NEW 4 |
Definition at line 991 of file paragrph.cxx.
Referenced by SvxParaAlignTabPage::SvxParaAlignTabPage().
#define LASTLINECOUNT_OLD 3 |
Definition at line 990 of file paragrph.cxx.
Referenced by SvxParaAlignTabPage::SvxParaAlignTabPage().
#define LASTLINEPOS_DEFAULT 0 |
Definition at line 987 of file paragrph.cxx.
Referenced by SvxParaAlignTabPage::SvxParaAlignTabPage().
#define LASTLINEPOS_LEFT 1 |
Definition at line 988 of file paragrph.cxx.
Referenced by SvxParaAlignTabPage::SvxParaAlignTabPage().
#define MAX_DURCH 5670 |
Definition at line 81 of file paragrph.cxx.
Referenced by SvxStdParagraphTabPage::Init_Impl().
enum LineSpaceList |
Definition at line 87 of file paragrph.cxx.
|
static |
Definition at line 151 of file paragrph.cxx.
References SfxObjectShell::Current(), SfxShell::GetItem(), SfxItemSet::GetItemState(), and GetValue.
Referenced by SvxStdParagraphTabPage::Reset(), SvxParaAlignTabPage::Reset(), and SvxExtParagraphTabPage::SvxExtParagraphTabPage().
IMPL_LINK | ( | SvxStdParagraphTabPage | , |
LineDistHdl_Impl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 795 of file paragrph.cxx.
References FIX_DIST_DEF, LLINESPACE_1, LLINESPACE_115, LLINESPACE_15, LLINESPACE_2, LLINESPACE_DURCH, LLINESPACE_FIX, LLINESPACE_MIN, LLINESPACE_PROP, and SetMetricValue().
IMPL_LINK | ( | SvxStdParagraphTabPage | , |
AutoHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 927 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
PageBreakHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2036 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
KeepTogetherHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2049 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
WidowHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2075 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
OrphanHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2081 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
HyphenClickHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2121 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
ApplyCollClickHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2147 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
PageBreakPosHdl_Impl | , | ||
weld::ComboBox & | , | ||
rListBox | , | ||
void | |||
) |
Definition at line 2153 of file paragrph.cxx.
References TRISTATE_FALSE, and TRISTATE_TRUE.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
PageBreakTypeHdl_Impl | , | ||
weld::ComboBox & | , | ||
rListBox | , | ||
void | |||
) |
Definition at line 2178 of file paragrph.cxx.
References TRISTATE_FALSE.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
PageNumBoxClickHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2199 of file paragrph.cxx.
IMPL_LINK | ( | SvxExtParagraphTabPage | , |
KeepParaBoxClickHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rToggle | , | ||
void | |||
) |
Definition at line 2205 of file paragrph.cxx.
IMPL_LINK_NOARG | ( | SvxStdParagraphTabPage | , |
ELRLoseFocusHdl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
Definition at line 205 of file paragrph.cxx.
IMPL_LINK_NOARG | ( | SvxStdParagraphTabPage | , |
LineDistPopupHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 790 of file paragrph.cxx.
IMPL_LINK_NOARG | ( | SvxStdParagraphTabPage | , |
ModifyHdl_Impl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
Definition at line 862 of file paragrph.cxx.
IMPL_LINK_NOARG | ( | SvxParaAlignTabPage | , |
AlignHdl_Impl | , | ||
weld::ToggleButton & | , | ||
void | |||
) |
Definition at line 1257 of file paragrph.cxx.
IMPL_LINK_NOARG | ( | SvxParaAlignTabPage | , |
LastLineHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1273 of file paragrph.cxx.
IMPL_LINK_NOARG | ( | SvxParaAlignTabPage | , |
TextDirectionHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1284 of file paragrph.cxx.
|
static |
Definition at line 2277 of file paragrph.cxx.
References SfxItemSet::Get(), SfxItemSet::GetItemState(), SfxItemSet::GetPool(), GetValue, SfxItemPool::GetWhich(), weld::ToggleButton::save_state(), weld::ToggleButton::set_active(), weld::Widget::set_sensitive(), weld::ToggleButton::set_state(), and TRISTATE_INDET.
Referenced by SvxAsianTabPage::Reset().
|
static |
Definition at line 103 of file paragrph.cxx.
References LLINESPACE_1, LLINESPACE_115, LLINESPACE_15, LLINESPACE_2, LLINESPACE_DURCH, LLINESPACE_FIX, LLINESPACE_MIN, LLINESPACE_PROP, SvxLineSpacingItem::SetInterLineSpace(), SvxLineSpacingItem::SetInterLineSpaceRule(), SvxLineSpacingItem::SetLineHeight(), SvxLineSpacingItem::SetLineSpaceRule(), and SvxLineSpacingItem::SetPropLineSpace().
Referenced by SvxStdParagraphTabPage::FillItemSet().