LibreOffice Module svx (master) 1
|
#include <zoomctrl.hxx>
Public Member Functions | |
virtual void | Paint (const UserDrawEvent &rEvt) override |
virtual bool | MouseButtonDown (const MouseEvent &rEvt) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
SFX_DECL_STATUSBAR_CONTROL () | |
SvxZoomPageStatusBarControl (sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar &rStb) | |
Public Member Functions inherited from SfxStatusBarControl | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
SfxStatusBarControl (sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar &rBar) | |
virtual | ~SfxStatusBarControl () override |
sal_uInt16 | GetSlotId () const |
sal_uInt16 | GetId () const |
StatusBar & | GetStatusBar () const |
Private Attributes | |
Image | maImage |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxStatusBarControl | |
static rtl::Reference< SfxStatusBarControl > | CreateControl (sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar *pBar, SfxModule const *) |
static void | RegisterStatusBarControl (SfxModule *, const SfxStbCtrlFactory &) |
Protected Member Functions inherited from SfxStatusBarControl | |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
virtual sal_Bool SAL_CALL | mouseButtonDown (const css::awt::MouseEvent &aMouseEvent) override |
virtual sal_Bool SAL_CALL | mouseMove (const css::awt::MouseEvent &aMouseEvent) override |
virtual sal_Bool SAL_CALL | mouseButtonUp (const css::awt::MouseEvent &aMouseEvent) override |
virtual void SAL_CALL | command (const css::awt::Point &aPos, ::sal_Int32 nCommand, sal_Bool bMouseEvent, const css::uno::Any &aData) override |
virtual void SAL_CALL | paint (const css::uno::Reference< css::awt::XGraphics > &xGraphics, const css::awt::Rectangle &rOutputRectangle, ::sal_Int32 nStyle) override |
virtual void SAL_CALL | click (const css::awt::Point &aPos) override |
virtual void SAL_CALL | doubleClick (const css::awt::Point &aPos) override |
virtual void | StateChangedAtStatusBarControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) |
virtual void | Click () |
virtual void | Command (const CommandEvent &rCEvt) |
virtual bool | MouseButtonDown (const MouseEvent &) |
virtual bool | MouseMove (const MouseEvent &) |
virtual bool | MouseButtonUp (const MouseEvent &) |
virtual void | Paint (const UserDrawEvent &rUDEvt) |
Static Protected Member Functions inherited from SfxStatusBarControl | |
static sal_uInt16 | convertAwtToVCLMouseButtons (sal_Int16 nAwtMouseButtons) |
Definition at line 47 of file zoomctrl.hxx.
SvxZoomPageStatusBarControl::SvxZoomPageStatusBarControl | ( | sal_uInt16 | nSlotId, |
sal_uInt16 | nId, | ||
StatusBar & | rStb | ||
) |
Definition at line 199 of file zoomctrl.cxx.
References SfxStatusBarControl::GetId(), SfxStatusBarControl::GetStatusBar(), StatusBar::SetQuickHelpText(), SvxResId(), and Yes.
|
overridevirtual |
Definition at line 207 of file zoomctrl.cxx.
References aArguments, SfxStatusBarControl::GetId(), SfxStatusBarControl::GetStatusBar(), m_xContext, m_xFrame, StatusBar::SetQuickHelpText(), and SvxResId().
|
overridevirtual |
Reimplemented from SfxStatusBarControl.
Definition at line 235 of file zoomctrl.cxx.
References a, SfxStatusBarControl::GetId(), INetURLObject::GetURLPath(), comphelper::makePropertyValue(), and SvxZoomItem::QueryValue().
|
overridevirtual |
Reimplemented from SfxStatusBarControl.
Definition at line 227 of file zoomctrl.cxx.
References centerImage(), OutputDevice::DrawImage(), UserDrawEvent::GetRect(), UserDrawEvent::GetRenderContext(), and maImage.
SvxZoomPageStatusBarControl::SFX_DECL_STATUSBAR_CONTROL | ( | ) |
|
private |
Definition at line 50 of file zoomctrl.hxx.
Referenced by Paint().