| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <tmplctrl.hxx>
Public Member Functions | |
| virtual void | StateChangedAtStatusBarControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override | 
| virtual void | Paint (const UserDrawEvent &rEvt) override | 
| SFX_DECL_STATUSBAR_CONTROL () | |
| SwTemplateControl (sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar &rStb) | |
| virtual | ~SwTemplateControl () override | 
  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 Member Functions | |
| virtual void | Command (const CommandEvent &rCEvt) override | 
Private Attributes | |
| OUString | m_sTemplate | 
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 24 of file tmplctrl.hxx.
| SwTemplateControl::SwTemplateControl | ( | sal_uInt16 | nSlotId, | 
| sal_uInt16 | nId, | ||
| StatusBar & | rStb | ||
| ) | 
Definition at line 40 of file tmplctrl.cxx.
      
  | 
  overridevirtual | 
Definition at line 47 of file tmplctrl.cxx.
      
  | 
  overrideprivatevirtual | 
Reimplemented from SfxStatusBarControl.
Definition at line 72 of file tmplctrl.cxx.
References Application::CreateBuilder(), SfxStyleSheetBasePool::CreateIterator(), SfxDispatcher::ExecuteList(), FN_SET_PAGE_STYLE, GetActiveView(), CommandEvent::GetCommand(), SfxViewFrame::GetDispatcher(), SwView::GetDocShell(), SfxStatusBarControl::GetId(), CommandEvent::GetMousePosPixel(), SfxStyleSheetBase::GetName(), weld::GetPopupParent(), SfxStatusBarControl::GetStatusBar(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), SwView::GetWrtShellPtr(), SwFEShell::IsObjSelected(), SwWrtShell::IsSelFrameMode(), and nCount.
      
  | 
  overridevirtual | 
Reimplemented from SfxStatusBarControl.
Definition at line 68 of file tmplctrl.cxx.
| SwTemplateControl::SFX_DECL_STATUSBAR_CONTROL | ( | ) | 
      
  | 
  overridevirtual | 
Reimplemented from SfxStatusBarControl.
Definition at line 51 of file tmplctrl.cxx.
References SfxStatusBarControl::GetId(), SfxStatusBarControl::GetStatusBar(), CntUnencodedStringItem::GetValue(), m_sTemplate, StatusBar::SetItemText(), StatusBar::SetQuickHelpText(), SwResId(), and u.
      
  | 
  private | 
Definition at line 39 of file tmplctrl.hxx.
Referenced by StateChangedAtStatusBarControl().