LibreOffice Module sw (master) 1
|
#include <cfgitems.hxx>
Public Member Functions | |
SwElemItem () | |
SwElemItem (const SwViewOption &rVOpt) | |
virtual SwElemItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | operator== (const SfxPoolItem &) const override |
void | FillViewOptions (SwViewOption &rVOpt) 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 | |
bool | m_bVertRuler:1 |
bool | m_bVertRulerRight:1 |
bool | m_bSmoothScroll:1 |
bool | m_bCrosshair:1 |
bool | m_bTable:1 |
bool | m_bGraphic:1 |
bool | m_bDrawing:1 |
bool | m_bNotes:1 |
bool | m_bShowInlineTooltips:1 |
bool | m_bShowOutlineContentVisibilityButton:1 |
bool | m_bTreatSubOutlineLevelsAsContent:1 |
bool | m_bShowChangesInMargin:1 |
bool | m_bFieldHiddenText:1 |
bool | m_bShowHiddenPara:1 |
Friends | |
class | SwContentOptPage |
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 67 of file cfgitems.hxx.
SwElemItem::SwElemItem | ( | ) |
Definition at line 90 of file cfgitems.cxx.
References m_bCrosshair, m_bDrawing, m_bFieldHiddenText, m_bGraphic, m_bNotes, m_bShowChangesInMargin, m_bShowHiddenPara, m_bShowInlineTooltips, m_bShowOutlineContentVisibilityButton, m_bSmoothScroll, m_bTable, m_bTreatSubOutlineLevelsAsContent, m_bVertRuler, and m_bVertRulerRight.
Referenced by Clone().
SwElemItem::SwElemItem | ( | const SwViewOption & | rVOpt | ) |
Definition at line 109 of file cfgitems.cxx.
References SwViewOption::IsControl(), SwViewOption::IsCrossHair(), SwViewOption::IsDraw(), SwViewOption::IsGraphic(), SwViewOption::IsPostIts(), SwViewOption::IsShowChangesInMargin(), SwViewOption::IsShowHiddenField(), SwViewOption::IsShowHiddenPara(), SwViewOption::IsShowInlineTooltips(), SwViewOption::IsShowOutlineContentVisibilityButton(), SwViewOption::IsSmoothScroll(), SwViewOption::IsTable(), SwViewOption::IsTreatSubOutlineLevelsAsContent(), SwViewOption::IsViewVRuler(), SwViewOption::IsVRulerRight(), m_bCrosshair, m_bDrawing, m_bFieldHiddenText, m_bGraphic, m_bNotes, m_bShowChangesInMargin, m_bShowHiddenPara, m_bShowInlineTooltips, m_bShowOutlineContentVisibilityButton, m_bSmoothScroll, m_bTable, m_bTreatSubOutlineLevelsAsContent, m_bVertRuler, and m_bVertRulerRight.
|
overridevirtual |
void SwElemItem::FillViewOptions | ( | SwViewOption & | rVOpt | ) | const |
Definition at line 155 of file cfgitems.cxx.
References m_bCrosshair, m_bDrawing, m_bFieldHiddenText, m_bGraphic, m_bNotes, m_bShowChangesInMargin, m_bShowHiddenPara, m_bShowInlineTooltips, m_bShowOutlineContentVisibilityButton, m_bSmoothScroll, m_bTable, m_bTreatSubOutlineLevelsAsContent, m_bVertRuler, m_bVertRulerRight, SwViewOption::SetControl(), SwViewOption::SetCrossHair(), SwViewOption::SetDraw(), SwViewOption::SetGraphic(), SwViewOption::SetPostIts(), SwViewOption::SetShowChangesInMargin(), SwViewOption::SetShowHiddenField(), SwViewOption::SetShowHiddenPara(), SwViewOption::SetShowInlineTooltips(), SwViewOption::SetShowOutlineContentVisibilityButton(), SwViewOption::SetSmoothScroll(), SwViewOption::SetTable(), SwViewOption::SetTreatSubOutlineLevelsAsContent(), SwViewOption::SetViewVRuler(), and SwViewOption::SetVRulerRight().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 133 of file cfgitems.cxx.
References m_bCrosshair, m_bDrawing, m_bFieldHiddenText, m_bGraphic, m_bNotes, m_bShowChangesInMargin, m_bShowHiddenPara, m_bShowInlineTooltips, m_bShowOutlineContentVisibilityButton, m_bSmoothScroll, m_bTable, m_bTreatSubOutlineLevelsAsContent, m_bVertRuler, and m_bVertRulerRight.
|
friend |
Definition at line 87 of file cfgitems.hxx.
|
private |
Definition at line 74 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 78 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 84 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 77 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 79 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 83 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 85 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 80 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 81 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 72 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 76 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 82 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 70 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().
|
private |
Definition at line 71 of file cfgitems.hxx.
Referenced by SwContentOptPage::FillItemSet(), FillViewOptions(), operator==(), SwContentOptPage::Reset(), and SwElemItem().