|
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 <svx/sdtaitm.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 <editeng/scriptspaceitem.hxx>#include <editeng/hngpnctitem.hxx>#include <editeng/forbiddenruleitem.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 31680 |
| #define | FIX_DIST_DEF 283 |
| #define | LASTLINEPOS_DEFAULT 0 |
| #define | LASTLINEPOS_LEFT 1 |
| #define | LASTLINECOUNT_OLD 3 |
| #define | LASTLINECOUNT_NEW 4 |
| #define FIX_DIST_DEF 283 |
Definition at line 81 of file paragrph.cxx.
| #define LASTLINECOUNT_NEW 4 |
Definition at line 1208 of file paragrph.cxx.
| #define LASTLINECOUNT_OLD 3 |
Definition at line 1207 of file paragrph.cxx.
| #define LASTLINEPOS_DEFAULT 0 |
Definition at line 1204 of file paragrph.cxx.
| #define LASTLINEPOS_LEFT 1 |
Definition at line 1205 of file paragrph.cxx.
| #define MAX_DURCH 31680 |
Definition at line 80 of file paragrph.cxx.
|
static |
Definition at line 149 of file paragrph.cxx.
References SfxObjectShell::Current(), SfxItemSet::GetItemIfSet(), CntUInt16Item::GetValue(), and rSet.
Referenced by SvxStdParagraphTabPage::Reset(), SvxParaAlignTabPage::Reset(), and SvxExtParagraphTabPage::SvxExtParagraphTabPage().
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| ApplyCollClickHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2431 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| HyphenClickHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2405 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| KeepParaBoxClickHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2489 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| KeepTogetherHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2328 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| OrphanHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2360 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| PageBreakHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2315 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| PageBreakPosHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 2437 of file paragrph.cxx.
References TRISTATE_FALSE, and TRISTATE_TRUE.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| PageBreakTypeHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 2462 of file paragrph.cxx.
References TRISTATE_FALSE.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| PageNumBoxClickHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2483 of file paragrph.cxx.
| IMPL_LINK | ( | SvxExtParagraphTabPage | , |
| WidowHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rToggle | , | ||
| void | |||
| ) |
Definition at line 2354 of file paragrph.cxx.
| IMPL_LINK | ( | SvxStdParagraphTabPage | , |
| AutoHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 1144 of file paragrph.cxx.
| IMPL_LINK | ( | SvxStdParagraphTabPage | , |
| LineDistHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 1013 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_NOARG | ( | SvxParaAlignTabPage | , |
| AlignHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 1485 of file paragrph.cxx.
| IMPL_LINK_NOARG | ( | SvxParaAlignTabPage | , |
| LastLineHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 1501 of file paragrph.cxx.
| IMPL_LINK_NOARG | ( | SvxParaAlignTabPage | , |
| TextDirectionHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 1512 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 1008 of file paragrph.cxx.
| IMPL_LINK_NOARG | ( | SvxStdParagraphTabPage | , |
| ModifyHdl_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 1079 of file paragrph.cxx.
|
static |
Definition at line 2556 of file paragrph.cxx.
References SfxItemSet::Get(), SfxItemSet::GetItemState(), SfxItemSet::GetPool(), SfxBoolItem::GetValue(), SfxItemPool::GetWhich(), rSet, weld::Toggleable::save_state(), weld::Toggleable::set_active(), weld::Widget::set_sensitive(), weld::Toggleable::set_state(), and TRISTATE_INDET.
Referenced by SvxAsianTabPage::Reset().
|
static |
Definition at line 101 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().