LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
SdOptionsSnap (bool bImpress, bool bUseConfig) | |
bool | operator== (const SdOptionsSnap &rOpt) const |
bool | IsSnapHelplines () const |
bool | IsSnapBorder () const |
bool | IsSnapFrame () const |
bool | IsSnapPoints () const |
bool | IsOrtho () const |
bool | IsBigOrtho () const |
bool | IsRotate () const |
sal_Int16 | GetSnapArea () const |
Degree100 | GetAngle () const |
Degree100 | GetEliminatePolyPointLimitAngle () const |
void | SetSnapHelplines (bool bOn) |
void | SetSnapBorder (bool bOn) |
void | SetSnapFrame (bool bOn) |
void | SetSnapPoints (bool bOn) |
void | SetOrtho (bool bOn) |
void | SetBigOrtho (bool bOn) |
void | SetRotate (bool bOn) |
void | SetSnapArea (sal_Int16 nIn) |
void | SetAngle (Degree100 nIn) |
void | SetEliminatePolyPointLimitAngle (Degree100 nIn) |
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 | bSnapHelplines: 1 |
bool | bSnapBorder: 1 |
bool | bSnapFrame: 1 |
bool | bSnapPoints: 1 |
bool | bOrtho: 1 |
bool | bBigOrtho: 1 |
bool | bRotate: 1 |
sal_Int16 | nSnapArea |
Degree100 | nAngle |
Degree100 | nBezAngle |
Additional Inherited Members | |
Static Public Member Functions inherited from SdOptionsGeneric | |
static bool | isMetricSystem () |
Definition at line 340 of file optsitem.hxx.
SdOptionsSnap::SdOptionsSnap | ( | bool | bImpress, |
bool | bUseConfig | ||
) |
Definition at line 759 of file optsitem.cxx.
References SdOptionsGeneric::EnableModify().
|
inline |
Definition at line 375 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 376 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 794 of file optsitem.cxx.
References aPropNames, and SAL_N_ELEMENTS.
|
inline |
Definition at line 374 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 372 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 371 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 373 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 368 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 369 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 367 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 370 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsSnap::Reset(), SdOptionsSnapItem::SdOptionsSnapItem(), SdOptionsSnapItem::SetOptions(), sd::FrameView::Update(), and WriteData().
bool SdOptionsSnap::operator== | ( | const SdOptionsSnap & | rOpt | ) | const |
Definition at line 780 of file optsitem.cxx.
References GetAngle(), GetEliminatePolyPointLimitAngle(), GetSnapArea(), IsBigOrtho(), IsOrtho(), IsRotate(), IsSnapBorder(), IsSnapFrame(), IsSnapHelplines(), and IsSnapPoints().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 814 of file optsitem.cxx.
References pValues, SetAngle(), SetBigOrtho(), SetEliminatePolyPointLimitAngle(), SetOrtho(), SetRotate(), SetSnapArea(), SetSnapBorder(), SetSnapFrame(), SetSnapHelplines(), and SetSnapPoints().
|
inline |
Definition at line 386 of file optsitem.hxx.
Referenced by SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 383 of file optsitem.hxx.
Referenced by SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 387 of file optsitem.hxx.
Referenced by SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 382 of file optsitem.hxx.
Referenced by SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 384 of file optsitem.hxx.
Referenced by SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 385 of file optsitem.hxx.
Referenced by SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 379 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 380 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 378 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
inline |
Definition at line 381 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsSnap::FillItemSet(), ReadData(), SdOptionsSnapItem::SdOptionsSnapItem(), and SdOptionsSnapItem::SetOptions().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 830 of file optsitem.cxx.
References o3tl::strong_int< typename UNDERLYING_TYPE, typename PHANTOM_TYPE >::get(), GetAngle(), GetEliminatePolyPointLimitAngle(), GetSnapArea(), IsBigOrtho(), IsOrtho(), IsRotate(), IsSnapBorder(), IsSnapFrame(), IsSnapHelplines(), IsSnapPoints(), and pValues.
|
private |
Definition at line 349 of file optsitem.hxx.
|
private |
Definition at line 348 of file optsitem.hxx.
|
private |
Definition at line 350 of file optsitem.hxx.
|
private |
Definition at line 345 of file optsitem.hxx.
|
private |
Definition at line 346 of file optsitem.hxx.
|
private |
Definition at line 344 of file optsitem.hxx.
|
private |
Definition at line 347 of file optsitem.hxx.
|
private |
Definition at line 352 of file optsitem.hxx.
|
private |
Definition at line 353 of file optsitem.hxx.
|
private |
Definition at line 351 of file optsitem.hxx.