|
LibreOffice Module sw (master) 1
|
#include <zoomctrl.hxx>
Public Member Functions | |
| virtual void | Command (const CommandEvent &rCEvt) override |
| virtual void | StateChangedAtStatusBarControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override |
| virtual void | Paint (const UserDrawEvent &rEvt) override |
| SFX_DECL_STATUSBAR_CONTROL () | |
| SwZoomControl (sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar &rStb) | |
| virtual | ~SwZoomControl () override |
Public Member Functions inherited from SvxZoomStatusBarControl | |
| virtual void | StateChangedAtStatusBarControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override |
| virtual void | Paint (const UserDrawEvent &rEvt) override |
| virtual void | Command (const CommandEvent &rCEvt) override |
| SFX_DECL_STATUSBAR_CONTROL () | |
| SvxZoomStatusBarControl (sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar &rStb) | |
Private Attributes | |
| OUString | m_sPreviewZoom |
Definition at line 24 of file zoomctrl.hxx.
| SwZoomControl::SwZoomControl | ( | sal_uInt16 | nSlotId, |
| sal_uInt16 | nId, | ||
| StatusBar & | rStb | ||
| ) |
Definition at line 28 of file zoomctrl.cxx.
|
overridevirtual |
Definition at line 35 of file zoomctrl.cxx.
|
overridevirtual |
Reimplemented from SvxZoomStatusBarControl.
Definition at line 59 of file zoomctrl.cxx.
References SvxZoomStatusBarControl::Command(), and m_sPreviewZoom.
|
overridevirtual |
Reimplemented from SvxZoomStatusBarControl.
Definition at line 55 of file zoomctrl.cxx.
| SwZoomControl::SFX_DECL_STATUSBAR_CONTROL | ( | ) |
|
overridevirtual |
Reimplemented from SvxZoomStatusBarControl.
Definition at line 39 of file zoomctrl.cxx.
References GetId(), CntUnencodedStringItem::GetValue(), m_sPreviewZoom, and SvxZoomStatusBarControl::StateChangedAtStatusBarControl().
|
private |
Definition at line 27 of file zoomctrl.hxx.
Referenced by Command(), and StateChangedAtStatusBarControl().