LibreOffice Module sc (master) 1
|
#include <scitems.hxx>
#include <osl/diagnose.h>
#include <tptable.hxx>
#include <global.hxx>
#include <attrib.hxx>
#include <bitmaps.hlst>
Go to the source code of this file.
Macros | |
#define | SC_TPTABLE_SCALE_PERCENT 0 |
#define | SC_TPTABLE_SCALE_TO 1 |
#define | SC_TPTABLE_SCALE_TO_PAGES 2 |
Functions | |
static bool | lcl_PutVObjModeItem (TypedWhichId< ScViewObjectModeItem > nWhich, SfxItemSet &rCoreSet, const SfxItemSet &rOldSet, const weld::Toggleable &rBtn) |
static bool | lcl_PutScaleItem (TypedWhichId< SfxUInt16Item > nWhich, SfxItemSet &rCoreSet, const SfxItemSet &rOldSet, const weld::ComboBox &rListBox, sal_uInt16 nLBEntry, const weld::MetricSpinButton &rEd, sal_uInt16 nValue) |
static bool | lcl_PutScaleItem2 (TypedWhichId< ScPageScaleToItem > nWhich, SfxItemSet &rCoreSet, const SfxItemSet &rOldSet, const weld::ComboBox &rListBox, sal_uInt16 nLBEntry, const weld::SpinButton &rEd1, sal_uInt16 nOrigScalePageWidth, const weld::SpinButton &rEd2, sal_uInt16 nOrigScalePageHeight) |
static bool | lcl_PutScaleItem3 (TypedWhichId< SfxUInt16Item > nWhich, SfxItemSet &rCoreSet, const SfxItemSet &rOldSet, const weld::ComboBox &rListBox, sal_uInt16 nLBEntry, const weld::SpinButton &rEd, sal_uInt16 nValue) |
static bool | lcl_PutBoolItem (TypedWhichId< SfxBoolItem > nWhich, SfxItemSet &rCoreSet, const SfxItemSet &rOldSet, bool bIsChecked, bool bSavedValue) |
IMPL_LINK_NOARG (ScTablePage, PageDirHdl, weld::Toggleable &, void) | |
IMPL_LINK (ScTablePage, PageNoHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK_NOARG (ScTablePage, ScaleHdl, weld::ComboBox &, void) | |
IMPL_LINK (ScTablePage, ToggleHdl, weld::Toggleable &, rBox, void) | |
#define SC_TPTABLE_SCALE_PERCENT 0 |
Definition at line 81 of file tptable.cxx.
#define SC_TPTABLE_SCALE_TO 1 |
Definition at line 82 of file tptable.cxx.
#define SC_TPTABLE_SCALE_TO_PAGES 2 |
Definition at line 83 of file tptable.cxx.
IMPL_LINK | ( | ScTablePage | , |
PageNoHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 351 of file tptable.cxx.
IMPL_LINK | ( | ScTablePage | , |
ToggleHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 380 of file tptable.cxx.
IMPL_LINK_NOARG | ( | ScTablePage | , |
PageDirHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 346 of file tptable.cxx.
IMPL_LINK_NOARG | ( | ScTablePage | , |
ScaleHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 368 of file tptable.cxx.
References SC_TPTABLE_SCALE_PERCENT, SC_TPTABLE_SCALE_TO, and SC_TPTABLE_SCALE_TO_PAGES.
|
static |
Definition at line 412 of file tptable.cxx.
References SfxItemSet::ClearItem(), and SfxItemSet::Put().
Referenced by ScTablePage::FillItemSet().
|
static |
Definition at line 448 of file tptable.cxx.
References SfxItemSet::ClearItem(), weld::ComboBox::get_active(), weld::ComboBox::get_value_changed_from_saved(), weld::MetricSpinButton::get_value_changed_from_saved(), nValue, and SfxItemSet::Put().
Referenced by ScTablePage::FillItemSet().
|
static |
Definition at line 469 of file tptable.cxx.
References SfxItemSet::ClearItem(), weld::ComboBox::get_active(), weld::Widget::get_sensitive(), weld::SpinButton::get_value(), weld::ComboBox::get_value_changed_from_saved(), SfxItemSet::Put(), and ScPageScaleToItem::Set().
Referenced by ScTablePage::FillItemSet().
|
static |
Definition at line 500 of file tptable.cxx.
References SfxItemSet::ClearItem(), weld::ComboBox::get_active(), weld::ComboBox::get_value_changed_from_saved(), weld::Entry::get_value_changed_from_saved(), nValue, and SfxItemSet::Put().
Referenced by ScTablePage::FillItemSet().
|
static |
Definition at line 429 of file tptable.cxx.
References SfxItemSet::ClearItem(), weld::Toggleable::get_active(), weld::Toggleable::get_saved_state(), SfxItemSet::Put(), VOBJ_MODE_HIDE, and VOBJ_MODE_SHOW.
Referenced by ScTablePage::FillItemSet().