|
LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
| SdOptionsLayout (bool bImpress, bool bUseConfig) | |
| bool | operator== (const SdOptionsLayout &rOpt) const |
| bool | IsRulerVisible () const |
| bool | IsMoveOutline () const |
| bool | IsDragStripes () const |
| bool | IsHandlesBezier () const |
| bool | IsHelplines () const |
| sal_uInt16 | GetMetric () const |
| sal_uInt16 | GetDefTab () const |
| void | SetRulerVisible (bool bOn) |
| void | SetMoveOutline (bool bOn) |
| void | SetDragStripes (bool bOn) |
| void | SetHandlesBezier (bool bOn) |
| void | SetHelplines (bool bOn) |
| void | SetMetric (sal_uInt16 nInMetric) |
| void | SetDefTab (sal_uInt16 nTab) |
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 () |
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 |
Private Attributes | |
| bool | bRuler |
| bool | bMoveOutline |
| bool | bDragStripes |
| bool | bHandlesBezier |
| bool | bHelplines |
| sal_uInt16 | nMetric |
| sal_uInt16 | nDefTab |
Additional Inherited Members | |
Static Public Member Functions inherited from SdOptionsGeneric | |
| static bool | isMetricSystem () |
Definition at line 108 of file optsitem.hxx.
| SdOptionsLayout::SdOptionsLayout | ( | bool | bImpress, |
| bool | bUseConfig | ||
| ) |
Definition at line 186 of file optsitem.cxx.
References CM, SdOptionsGeneric::EnableModify(), and INCH.
|
inline |
Definition at line 137 of file optsitem.hxx.
References Init().
Referenced by SdModule::ApplyItemSet(), SdModule::CreateItemSet(), operator==(), SdDrawDocument::SdDrawDocument(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), and WriteData().
|
inline |
Definition at line 136 of file optsitem.hxx.
References SfxModule::GetCurrentFieldUnit(), and Init().
Referenced by SdModule::ApplyItemSet(), SdModule::CreateItemSet(), SdModule::GetSdOptions(), SdModule::GetState(), operator==(), SdDrawDocument::SdDrawDocument(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), and WriteData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 214 of file optsitem.cxx.
References SdOptionsGeneric::isMetricSystem(), and SAL_N_ELEMENTS.
|
inline |
Definition at line 133 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsContents::Reset(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 134 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsContents::Reset(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 135 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 132 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsContents::Reset(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 131 of file optsitem.hxx.
References Init().
Referenced by sd::DrawViewShell::FuSupport(), operator==(), SdTpOptionsContents::Reset(), SdOptionsLayoutItem::SdOptionsLayoutItem(), SdOptionsLayoutItem::SetOptions(), sd::FrameView::Update(), and WriteData().
| bool SdOptionsLayout::operator== | ( | const SdOptionsLayout & | rOpt | ) | const |
Definition at line 203 of file optsitem.cxx.
References GetDefTab(), GetMetric(), IsDragStripes(), IsHandlesBezier(), IsHelplines(), IsMoveOutline(), and IsRulerVisible().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 248 of file optsitem.cxx.
References pValues, SetDefTab(), SetDragStripes(), SetHandlesBezier(), SetHelplines(), SetMetric(), SetMoveOutline(), and SetRulerVisible().
|
inline |
Definition at line 145 of file optsitem.hxx.
Referenced by SdModule::ApplyItemSet(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
inline |
Definition at line 141 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsContents::FillItemSet(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
inline |
Definition at line 142 of file optsitem.hxx.
Referenced by SdTpOptionsContents::FillItemSet(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
inline |
Definition at line 143 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
inline |
Definition at line 144 of file optsitem.hxx.
Referenced by SdModule::ApplyItemSet(), SdModule::Execute(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
inline |
Definition at line 140 of file optsitem.hxx.
Referenced by SdTpOptionsContents::FillItemSet(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
inline |
Definition at line 139 of file optsitem.hxx.
Referenced by SdTpOptionsContents::FillItemSet(), sd::DrawViewShell::FuSupport(), ReadData(), SdOptionsLayoutItem::SdOptionsLayoutItem(), and SdOptionsLayoutItem::SetOptions().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 261 of file optsitem.cxx.
References GetDefTab(), GetMetric(), IsDragStripes(), IsHandlesBezier(), IsHelplines(), IsMoveOutline(), IsRulerVisible(), and pValues.
|
private |
Definition at line 114 of file optsitem.hxx.
|
private |
Definition at line 115 of file optsitem.hxx.
|
private |
Definition at line 116 of file optsitem.hxx.
|
private |
Definition at line 113 of file optsitem.hxx.
|
private |
Definition at line 112 of file optsitem.hxx.
|
private |
Definition at line 118 of file optsitem.hxx.
|
private |
Definition at line 117 of file optsitem.hxx.