|
LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
| SdOptionsGrid (bool bImpress) | |
| virtual | ~SdOptionsGrid () override |
| void | SetDefaults () |
| sal_uInt32 | GetFieldDrawX () const |
| sal_uInt32 | GetFieldDivisionX () const |
| sal_uInt32 | GetFieldDrawY () const |
| sal_uInt32 | GetFieldDivisionY () const |
| sal_uInt32 | GetFieldSnapX () const |
| sal_uInt32 | GetFieldSnapY () const |
| bool | IsUseGridSnap () const |
| bool | IsSynchronize () const |
| bool | IsGridVisible () const |
| bool | IsEqualGrid () const |
| void | SetFieldDrawX (sal_uInt32 nSet) |
| void | SetFieldDivisionX (sal_uInt32 nSet) |
| void | SetFieldDrawY (sal_uInt32 nSet) |
| void | SetFieldDivisionY (sal_uInt32 nSet) |
| void | SetFieldSnapX (sal_uInt32 nSet) |
| void | SetFieldSnapY (sal_uInt32 nSet) |
| void | SetUseGridSnap (bool bSet) |
| void | SetSynchronize (bool bSet) |
| void | SetGridVisible (bool bSet) |
| void | SetEqualGrid (bool bSet) |
Public Member Functions inherited from SdOptionsGeneric | |
| SdOptionsGeneric (bool bImpress, const OUString &rSubTree) | |
| SdOptionsGeneric (SdOptionsGeneric const &) | |
| virtual | ~SdOptionsGeneric () |
| SdOptionsGeneric & | operator= (SdOptionsGeneric const &) |
| bool | IsImpress () const |
| void | EnableModify (bool bModify) |
| void | Store () |
Public Member Functions inherited from SvxOptionsGrid | |
| SvxOptionsGrid () | |
| void | SetFieldDrawX (sal_uInt32 nSet) |
| void | SetFieldDivisionX (sal_uInt32 nSet) |
| void | SetFieldDrawY (sal_uInt32 nSet) |
| void | SetFieldDivisionY (sal_uInt32 nSet) |
| void | SetFieldSnapX (sal_uInt32 nSet) |
| void | SetFieldSnapY (sal_uInt32 nSet) |
| void | SetUseGridSnap (bool bSet) |
| void | SetSynchronize (bool bSet) |
| void | SetGridVisible (bool bSet) |
| void | SetEqualGrid (bool bSet) |
| sal_uInt32 | GetFieldDrawX () const |
| sal_uInt32 | GetFieldDivisionX () const |
| sal_uInt32 | GetFieldDrawY () const |
| sal_uInt32 | GetFieldDivisionY () const |
| sal_uInt32 | GetFieldSnapX () const |
| sal_uInt32 | GetFieldSnapY () const |
| bool | GetUseGridSnap () const |
| bool | GetSynchronize () const |
| bool | GetGridVisible () const |
| bool | GetEqualGrid () const |
Protected Member Functions | |
| virtual void | GetPropNameArray (const char **&ppNames, sal_uLong &rCount) const override |
| virtual bool | ReadData (const css::uno::Any *pValues) override |
| virtual bool | WriteData (css::uno::Any *pValues) const override |
Protected Member Functions inherited from SdOptionsGeneric | |
| void | Init () const |
| void | OptionsChanged () |
| virtual void | GetPropNameArray (const char **&ppNames, sal_uLong &rCount) const =0 |
| virtual bool | ReadData (const css::uno::Any *pValues)=0 |
| virtual bool | WriteData (css::uno::Any *pValues) const =0 |
Additional Inherited Members | |
Static Public Member Functions inherited from SdOptionsGeneric | |
| static bool | isMetricSystem () |
Protected Attributes inherited from SvxOptionsGrid | |
| sal_uInt32 | nFldDrawX |
| sal_uInt32 | nFldDivisionX |
| sal_uInt32 | nFldDrawY |
| sal_uInt32 | nFldDivisionY |
| sal_uInt32 | nFldSnapX |
| sal_uInt32 | nFldSnapY |
| bool | bUseGridsnap |
| bool | bSynchronize |
| bool | bGridVisible |
| bool | bEqualGrid |
Definition at line 428 of file optsitem.hxx.
|
explicit |
Definition at line 977 of file optsitem.cxx.
References SdOptionsGeneric::EnableModify(), and SetDefaults().
|
overridevirtual |
Definition at line 989 of file optsitem.cxx.
|
inline |
Definition at line 444 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDivisionX(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 446 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDivisionY(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 443 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDrawX(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 445 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDrawY(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 447 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldSnapX(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), and WriteData().
|
inline |
Definition at line 448 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldSnapY(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), and WriteData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 1009 of file optsitem.cxx.
References SdOptionsGeneric::isMetricSystem(), and SAL_N_ELEMENTS.
|
inline |
Definition at line 452 of file optsitem.hxx.
References SvxOptionsGrid::GetEqualGrid(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), and WriteData().
|
inline |
Definition at line 451 of file optsitem.hxx.
References SvxOptionsGrid::GetGridVisible(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 450 of file optsitem.hxx.
References SvxOptionsGrid::GetSynchronize(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), and WriteData().
|
inline |
Definition at line 449 of file optsitem.hxx.
References SvxOptionsGrid::GetUseGridSnap(), and SdOptionsGeneric::Init().
Referenced by SdOptionsGridItem::SdOptionsGridItem(), sd::FrameView::Update(), and WriteData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 1049 of file optsitem.cxx.
References FRound(), SvxOptionsGrid::GetFieldDrawX(), SvxOptionsGrid::GetFieldDrawY(), pValues, SetEqualGrid(), SetFieldDivisionX(), SetFieldDivisionY(), SetFieldDrawX(), SetFieldDrawY(), SetFieldSnapX(), SetFieldSnapY(), SetGridVisible(), SetSynchronize(), and SetUseGridSnap().
| void SdOptionsGrid::SetDefaults | ( | ) |
Definition at line 993 of file optsitem.cxx.
References SetEqualGrid(), SetFieldDivisionX(), SetFieldDivisionY(), SetFieldDrawX(), SetFieldDrawY(), SetFieldSnapX(), SetFieldSnapY(), SetGridVisible(), SetSynchronize(), and SetUseGridSnap().
Referenced by SdOptionsGrid().
|
inline |
Definition at line 463 of file optsitem.hxx.
References SvxOptionsGrid::GetEqualGrid(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetEqualGrid().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 455 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDivisionX(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetFieldDivisionX().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 457 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDivisionY(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetFieldDivisionY().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 454 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDrawX(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetFieldDrawX().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 456 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldDrawY(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetFieldDrawY().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 458 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldSnapX(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetFieldSnapX().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 459 of file optsitem.hxx.
References SvxOptionsGrid::GetFieldSnapY(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetFieldSnapY().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 462 of file optsitem.hxx.
References SvxOptionsGrid::GetGridVisible(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetGridVisible().
Referenced by sd::DrawViewShell::ExecOptionsBar(), ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 461 of file optsitem.hxx.
References SvxOptionsGrid::GetSynchronize(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetSynchronize().
Referenced by ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
inline |
Definition at line 460 of file optsitem.hxx.
References SvxOptionsGrid::GetUseGridSnap(), SdOptionsGeneric::OptionsChanged(), and SvxOptionsGrid::SetUseGridSnap().
Referenced by sd::DrawViewShell::ExecOptionsBar(), ReadData(), SetDefaults(), and SdOptionsGridItem::SetOptions().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 1076 of file optsitem.cxx.
References GetFieldDivisionX(), GetFieldDivisionY(), GetFieldDrawX(), GetFieldDrawY(), GetFieldSnapX(), GetFieldSnapY(), IsEqualGrid(), IsGridVisible(), IsSynchronize(), IsUseGridSnap(), and pValues.