|
LibreOffice Module svx (master) 1
|
#include <rlrcitem.hxx>
Public Member Functions | |
| SvxRulerItem (sal_uInt16 nId, SvxRuler &, SfxBindings &) | |
Public Member Functions inherited from SfxControllerItem | |
| SfxBindings & | GetBindings () |
| const SfxBindings & | GetBindings () const |
| SfxControllerItem () | |
| SfxControllerItem (sal_uInt16 nId, SfxBindings &) | |
| virtual | ~SfxControllerItem () |
| virtual void | dispose () |
| void | Bind (sal_uInt16 nNewId, SfxBindings *) |
| void | UnBind () |
| void | ReBind () |
| bool | IsBound () const |
| void | ClearCache () |
| SfxControllerItem * | GetItemLink () |
| SfxControllerItem * | ChangeItemLink (SfxControllerItem *pNewLink) |
| void | SetId (sal_uInt16 nItemId) |
| sal_uInt16 | GetId () const |
| virtual void | StateChangedAtToolBoxControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) |
| virtual void | GetControlState (sal_uInt16 nSID, boost::property_tree::ptree &) |
| MapUnit | GetCoreMetric () const |
| void | SetFallbackCoreMetric (MapUnit eFallback) |
| SAL_DLLPRIVATE void | BindInternal_Impl (sal_uInt16 nNewId, SfxBindings *) |
Protected Member Functions | |
| virtual void | StateChangedAtToolBoxControl (sal_uInt16, SfxItemState, const SfxPoolItem *pState) override |
Private Attributes | |
| SvxRuler & | rRuler |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxControllerItem | |
| static SfxItemState | GetItemState (const SfxPoolItem *pState) |
Definition at line 26 of file rlrcitem.hxx.
| SvxRulerItem::SvxRulerItem | ( | sal_uInt16 | nId, |
| SvxRuler & | rRul, | ||
| SfxBindings & | rBindings | ||
| ) |
Definition at line 34 of file rlrcitem.cxx.
|
overrideprotectedvirtual |
Reimplemented from SfxControllerItem.
Definition at line 41 of file rlrcitem.cxx.
References SvxColumnItem::IsConsistent(), rRuler, SAL_WARN_IF, SvxRuler::Update(), SvxRuler::UpdateBorder(), SvxRuler::UpdateFrame(), SvxRuler::UpdateFrameMinMax(), SvxRuler::UpdatePara(), and SvxRuler::UpdateTextRTL().
|
private |
Definition at line 29 of file rlrcitem.hxx.
Referenced by StateChangedAtToolBoxControl().