|
LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
| SdOptionsMiscItem () | |
| SdOptionsMiscItem (SdOptions const *pOpts, ::sd::FrameView const *pView) | |
| virtual SdOptionsMiscItem * | Clone (SfxItemPool *pPool=nullptr) const override |
| virtual bool | operator== (const SfxPoolItem &) const override |
| void | SetOptions (SdOptions *pOpts) const |
| SdOptionsMisc & | GetOptionsMisc () |
| const SdOptionsMisc & | GetOptionsMisc () const |
Public Member Functions inherited from SfxPoolItem | |
| void | AddRef (sal_uInt32 n=1) const |
| virtual | ~SfxPoolItem () |
| void | SetWhich (sal_uInt16 nId) |
| sal_uInt16 | Which () const |
| T & | StaticWhichCast (TypedWhichId< T > nId) |
| const T & | StaticWhichCast (TypedWhichId< T > nId) const |
| T * | DynamicWhichCast (TypedWhichId< T > nId) |
| const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
| virtual bool | operator== (const SfxPoolItem &) const=0 |
| bool | operator!= (const SfxPoolItem &rItem) const |
| virtual bool | operator< (const SfxPoolItem &) const |
| virtual bool | IsSortable () const |
| virtual bool | HasLookup () const |
| virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) const |
| virtual bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
| virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
| virtual bool | HasMetrics () const |
| virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
| virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
| virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const=0 |
| std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
| std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
| sal_uInt32 | GetRefCount () const |
| SfxItemKind | GetKind () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
| virtual boost::property_tree::ptree | dumpAsJSON () const |
| virtual bool | IsVoidItem () const |
Private Attributes | |
| SdOptionsMisc | maOptionsMisc |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
| typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxPoolItem | |
| SfxPoolItem (sal_uInt16 nWhich=0) | |
| SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 322 of file optsitem.hxx.
|
explicit |
Definition at line 635 of file optsitem.cxx.
Referenced by Clone().
| SdOptionsMiscItem::SdOptionsMiscItem | ( | SdOptions const * | pOpts, |
| ::sd::FrameView const * | pView | ||
| ) |
Definition at line 641 of file optsitem.cxx.
References SdOptionsMisc::GetDefaultObjectSizeHeight(), SdOptionsMisc::GetDefaultObjectSizeWidth(), SdOptionsMisc::GetDisplay(), SdrDragView::GetDragThresholdPixels(), SdOptionsMisc::GetDragThresholdPixels(), SdrPaintView::GetModel(), SdOptionsMisc::GetPresentationPenColor(), SdOptionsMisc::GetPresentationPenWidth(), SdOptionsMisc::GetPrinterIndependentLayout(), sd::FrameView::IsClickChangeRotation(), SdOptionsMisc::IsClickChangeRotation(), SdrSnapView::IsCrookNoContortion(), SdOptionsMisc::IsCrookNoContortion(), sd::FrameView::IsDoubleClickTextEdit(), SdOptionsMisc::IsDoubleClickTextEdit(), SdrDragView::IsDragWithCopy(), SdOptionsMisc::IsDragWithCopy(), SdOptionsMisc::IsEnablePresenterScreen(), SdOptionsMisc::IsEnableSdremote(), SdrDragView::IsMarkedHitMovesAlways(), SdOptionsMisc::IsMarkedHitMovesAlways(), SdrView::IsMasterPagePaintCaching(), SdOptionsMisc::IsMasterPagePaintCaching(), SdrSnapView::IsMoveOnlyDragging(), SdOptionsMisc::IsMoveOnlyDragging(), SdOptionsMisc::IsPickThrough(), SdrModel::IsPickThroughTransparentTextFrames(), SdOptionsMisc::IsPresenterScreenFullScreen(), SdOptionsMisc::IsPreviewChangedEffects(), SdOptionsMisc::IsPreviewNewEffects(), SdOptionsMisc::IsPreviewTransitions(), sd::FrameView::IsQuickEdit(), SdOptionsMisc::IsQuickEdit(), SdOptionsMisc::IsShowComments(), SdOptionsMisc::IsShowUndoDeleteWarning(), SdrDragView::IsSolidDragging(), SdOptionsMisc::IsSolidDragging(), SdOptionsMisc::IsStartWithTemplate(), SdOptionsMisc::IsSummationOfParagraphs(), SdOptionsMisc::IsTabBarVisible(), maOptionsMisc, SdOptionsMisc::SetClickChangeRotation(), SdOptionsMisc::SetCrookNoContortion(), SdOptionsMisc::SetDefaultObjectSizeHeight(), SdOptionsMisc::SetDefaultObjectSizeWidth(), SdOptionsMisc::SetDisplay(), SdOptionsMisc::SetDoubleClickTextEdit(), SdOptionsMisc::SetDragThreshold(), SdOptionsMisc::SetDragWithCopy(), SdOptionsMisc::SetEnablePresenterScreen(), SdOptionsMisc::SetEnableSdremote(), SdOptionsMisc::SetMarkedHitMovesAlways(), SdOptionsMisc::SetMasterPagePaintCaching(), SdOptionsMisc::SetMoveOnlyDragging(), SdOptionsMisc::SetPickThrough(), SdOptionsMisc::SetPresentationPenColor(), SdOptionsMisc::SetPresentationPenWidth(), SdOptionsMisc::SetPresenterScreenFullScreen(), SdOptionsMisc::SetPreviewChangedEffects(), SdOptionsMisc::SetPreviewNewEffects(), SdOptionsMisc::SetPreviewTransitions(), SdOptionsMisc::SetPrinterIndependentLayout(), SdOptionsMisc::SetQuickEdit(), SdOptionsMisc::SetShowComments(), SdOptionsMisc::SetShowUndoDeleteWarning(), SdOptionsMisc::SetSolidDragging(), SdOptionsMisc::SetStartWithTemplate(), SdOptionsMisc::SetSummationOfParagraphs(), and SdOptionsMisc::SetTabBarVisible().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 702 of file optsitem.cxx.
References SdOptionsMiscItem().
|
inline |
Definition at line 334 of file optsitem.hxx.
Referenced by SdModule::ApplyItemSet(), SdModule::CreateItemSet(), SdTpOptionsMisc::FillItemSet(), and SdTpOptionsMisc::Reset().
|
inline |
Definition at line 335 of file optsitem.hxx.
|
overridevirtual |
| void SdOptionsMiscItem::SetOptions | ( | SdOptions * | pOpts | ) | const |
Definition at line 713 of file optsitem.cxx.
References SdOptionsMisc::GetDefaultObjectSizeHeight(), SdOptionsMisc::GetDefaultObjectSizeWidth(), SdOptionsMisc::GetDisplay(), SdOptionsMisc::GetDragThresholdPixels(), SdOptionsMisc::GetPresentationPenColor(), SdOptionsMisc::GetPresentationPenWidth(), SdOptionsMisc::GetPrinterIndependentLayout(), SdOptionsMisc::IsClickChangeRotation(), SdOptionsMisc::IsCrookNoContortion(), SdOptionsMisc::IsDoubleClickTextEdit(), SdOptionsMisc::IsDragWithCopy(), SdOptionsMisc::IsEnablePresenterScreen(), SdOptionsMisc::IsEnableSdremote(), SdOptionsMisc::IsMarkedHitMovesAlways(), SdOptionsMisc::IsMasterPagePaintCaching(), SdOptionsMisc::IsMoveOnlyDragging(), SdOptionsMisc::IsPickThrough(), SdOptionsMisc::IsPresenterScreenFullScreen(), SdOptionsMisc::IsPreviewChangedEffects(), SdOptionsMisc::IsPreviewNewEffects(), SdOptionsMisc::IsPreviewTransitions(), SdOptionsMisc::IsQuickEdit(), SdOptionsMisc::IsShowComments(), SdOptionsMisc::IsShowUndoDeleteWarning(), SdOptionsMisc::IsSolidDragging(), SdOptionsMisc::IsStartWithTemplate(), SdOptionsMisc::IsSummationOfParagraphs(), SdOptionsMisc::IsTabBarVisible(), maOptionsMisc, SdOptionsMisc::SetClickChangeRotation(), SdOptionsMisc::SetCrookNoContortion(), SdOptionsMisc::SetDefaultObjectSizeHeight(), SdOptionsMisc::SetDefaultObjectSizeWidth(), SdOptionsMisc::SetDisplay(), SdOptionsMisc::SetDoubleClickTextEdit(), SdOptionsMisc::SetDragThreshold(), SdOptionsMisc::SetDragWithCopy(), SdOptionsMisc::SetEnablePresenterScreen(), SdOptionsMisc::SetEnableSdremote(), SdOptionsMisc::SetMarkedHitMovesAlways(), SdOptionsMisc::SetMasterPagePaintCaching(), SdOptionsMisc::SetMoveOnlyDragging(), SdOptionsMisc::SetPickThrough(), SdOptionsMisc::SetPresentationPenColor(), SdOptionsMisc::SetPresentationPenWidth(), SdOptionsMisc::SetPresenterScreenFullScreen(), SdOptionsMisc::SetPreviewChangedEffects(), SdOptionsMisc::SetPreviewNewEffects(), SdOptionsMisc::SetPreviewTransitions(), SdOptionsMisc::SetPrinterIndependentLayout(), SdOptionsMisc::SetQuickEdit(), SdOptionsMisc::SetShowComments(), SdOptionsMisc::SetShowUndoDeleteWarning(), SdOptionsMisc::SetSolidDragging(), SdOptionsMisc::SetStartWithTemplate(), SdOptionsMisc::SetSummationOfParagraphs(), and SdOptionsMisc::SetTabBarVisible().
Referenced by SdModule::ApplyItemSet().
|
private |
Definition at line 337 of file optsitem.hxx.
Referenced by operator==(), SdOptionsMiscItem(), and SetOptions().