LibreOffice Module svx (master) 1
|
#include <fontwork.hxx>
Public Member Functions | |
SvxFontWorkControllerItem (sal_uInt16 nId, SvxFontWorkDialog &, 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 *) |
Private Member Functions | |
virtual void | StateChangedAtToolBoxControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override |
Private Attributes | |
SvxFontWorkDialog & | rFontWorkDlg |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxControllerItem | |
static SfxItemState | GetItemState (const SfxPoolItem *pState) |
Definition at line 48 of file fontwork.hxx.
SvxFontWorkControllerItem::SvxFontWorkControllerItem | ( | sal_uInt16 | nId, |
SvxFontWorkDialog & | rDlg, | ||
SfxBindings & | rBindings | ||
) |
Definition at line 47 of file fontwork.cxx.
|
overrideprivatevirtual |
Reimplemented from SfxControllerItem.
Definition at line 62 of file fontwork.cxx.
References DBG_ASSERT, SfxControllerItem::GetId(), rFontWorkDlg, SvxFontWorkDialog::SetAdjust_Impl(), SvxFontWorkDialog::SetDistance_Impl(), SvxFontWorkDialog::SetMirror_Impl(), SvxFontWorkDialog::SetOutline_Impl(), SvxFontWorkDialog::SetShadow_Impl(), SvxFontWorkDialog::SetShadowColor_Impl(), SvxFontWorkDialog::SetShadowXVal_Impl(), SvxFontWorkDialog::SetShadowYVal_Impl(), SvxFontWorkDialog::SetShowForm_Impl(), SvxFontWorkDialog::SetStart_Impl(), and SvxFontWorkDialog::SetStyle_Impl().
|
private |
Definition at line 50 of file fontwork.hxx.
Referenced by StateChangedAtToolBoxControl().