19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_WORKCTRL_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_WORKCTRL_HXX
25#include <com/sun/star/lang/XServiceInfo.hpp>
34#define NID_START 20000
48#define NID_POSTIT 20013
49#define NID_SRCH_REP 20014
50#define NID_INDEX_ENTRY 20015
51#define NID_TABLE_FORMULA 20016
52#define NID_TABLE_FORMULA_ERROR 20017
53#define NID_RECENCY 20018
54#define NID_FIELD 20019
55#define NID_FIELD_BYTYPE 20020
106 uno::Reference<frame::XFrame>
xFrame);
133 const uno::Reference<frame::XFrame>&
xFrame);
161 const css::uno::Reference< css::uno::XComponentContext >& rServiceManager );
169 virtual void SAL_CALL
dispose()
override;
172 virtual void SAL_CALL
statusChanged(
const css::frame::FeatureStateEvent& Event )
override;
175 virtual void SAL_CALL
execute( sal_Int16 KeyModifier )
override;
176 virtual void SAL_CALL
click()
override;
178 virtual css::uno::Reference< css::awt::XWindow > SAL_CALL
createPopupWindow()
override;
179 virtual css::uno::Reference< css::awt::XWindow > SAL_CALL
createItemWindow(
const css::uno::Reference< css::awt::XWindow >&
Parent )
override;
virtual void dispose() override
virtual void GetFocus() override
virtual ~NavElementBox_Base()
std::unique_ptr< weld::ComboBox > m_xComboBox
virtual bool DoKeyInput(const KeyEvent &)
DECL_STATIC_LINK(NavElementBox_Base, SelectHdl, weld::ComboBox &, void)
NavElementBox_Base(std::unique_ptr< weld::ComboBox > xComboBox, uno::Reference< frame::XFrame > xFrame)
DECL_LINK(KeyInputHdl, const KeyEvent &, bool)
void set_sensitive(bool bSensitive)
uno::Reference< frame::XFrame > m_xFrame
weld::ComboBox * GetComboBox()
virtual void dispose() override
NavElementBox_Impl(vcl::Window *pParent, const uno::Reference< frame::XFrame > &xFrame)
virtual void GetFocus() override
virtual ~NavElementBox_Impl() override
virtual bool DoKeyInput(const KeyEvent &rKEvt) override
virtual ~SwJumpToSpecificPageControl() override
SFX_DECL_TOOLBOX_CONTROL()
virtual VclPtr< InterimItemWindow > CreateItemWindow(vcl::Window *pParent) override
SwJumpToSpecificPageControl(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rTbx)
SwPreviewZoomControl(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rTbx)
virtual VclPtr< InterimItemWindow > CreateItemWindow(vcl::Window *pParent) override
SFX_DECL_TOOLBOX_CONTROL()
virtual void StateChangedAtToolBoxControl(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override
virtual ~SwPreviewZoomControl() override
DECL_STATIC_LINK(SwTbxAutoTextCtrl, PopupHdl, Menu *, bool)
virtual void StateChangedAtToolBoxControl(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override
virtual void CreatePopupWindow() override
SwTbxAutoTextCtrl(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rTbx)
SFX_DECL_TOOLBOX_CONTROL()
virtual ~SwTbxAutoTextCtrl() override
Reference< XFrame > xFrame
cppu::ImplInheritanceHelper< ::svt::ToolboxController, lang::XServiceInfo > NavElementToolBoxControl_Base