diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/InterimItemWindow.hxx | 2 | ||||
-rw-r--r-- | include/vcl/customweld.hxx | 28 | ||||
-rw-r--r-- | include/vcl/graphicfilter.hxx | 2 | ||||
-rw-r--r-- | include/vcl/menubarupdateicon.hxx | 14 | ||||
-rw-r--r-- | include/vcl/tabctrl.hxx | 2 | ||||
-rw-r--r-- | include/vcl/tabpage.hxx | 2 | ||||
-rw-r--r-- | include/vcl/texteng.hxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/fixedhyper.hxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/roadmap.hxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/throbber.hxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/treelistbox.hxx | 2 | ||||
-rw-r--r-- | include/vcl/weldutils.hxx | 22 |
12 files changed, 41 insertions, 41 deletions
diff --git a/include/vcl/InterimItemWindow.hxx b/include/vcl/InterimItemWindow.hxx index 61c001fd8caa..3fc0903b110f 100644 --- a/include/vcl/InterimItemWindow.hxx +++ b/include/vcl/InterimItemWindow.hxx @@ -61,7 +61,7 @@ private: void StartIdleLayout(); - DECL_LINK(DoLayout, Timer*, void); + DECL_DLLPRIVATE_LINK(DoLayout, Timer*, void); virtual void ImplPaintToDevice(::OutputDevice* pTargetOutDev, const Point& rPos) override; }; diff --git a/include/vcl/customweld.hxx b/include/vcl/customweld.hxx index 2780548e15c5..a96d8c5522fe 100644 --- a/include/vcl/customweld.hxx +++ b/include/vcl/customweld.hxx @@ -144,20 +144,20 @@ private: weld::CustomWidgetController& m_rWidgetController; std::unique_ptr<weld::DrawingArea> m_xDrawingArea; - DECL_LINK(DoResize, const Size& rSize, void); - DECL_LINK(DoPaint, weld::DrawingArea::draw_args, void); - DECL_LINK(DoMouseButtonDown, const MouseEvent&, bool); - DECL_LINK(DoMouseMove, const MouseEvent&, bool); - DECL_LINK(DoMouseButtonUp, const MouseEvent&, bool); - DECL_LINK(DoGetFocus, weld::Widget&, void); - DECL_LINK(DoLoseFocus, weld::Widget&, void); - DECL_LINK(DoKeyPress, const KeyEvent&, bool); - DECL_LINK(DoFocusRect, weld::Widget&, tools::Rectangle); - DECL_LINK(DoCommand, const CommandEvent&, bool); - DECL_LINK(DoStyleUpdated, weld::Widget&, void); - DECL_LINK(DoRequestHelp, tools::Rectangle&, OUString); - DECL_LINK(DoGetSurrounding, OUString&, int); - DECL_LINK(DoDeleteSurrounding, const Selection&, bool); + DECL_DLLPRIVATE_LINK(DoResize, const Size& rSize, void); + DECL_DLLPRIVATE_LINK(DoPaint, weld::DrawingArea::draw_args, void); + DECL_DLLPRIVATE_LINK(DoMouseButtonDown, const MouseEvent&, bool); + DECL_DLLPRIVATE_LINK(DoMouseMove, const MouseEvent&, bool); + DECL_DLLPRIVATE_LINK(DoMouseButtonUp, const MouseEvent&, bool); + DECL_DLLPRIVATE_LINK(DoGetFocus, weld::Widget&, void); + DECL_DLLPRIVATE_LINK(DoLoseFocus, weld::Widget&, void); + DECL_DLLPRIVATE_LINK(DoKeyPress, const KeyEvent&, bool); + DECL_DLLPRIVATE_LINK(DoFocusRect, weld::Widget&, tools::Rectangle); + DECL_DLLPRIVATE_LINK(DoCommand, const CommandEvent&, bool); + DECL_DLLPRIVATE_LINK(DoStyleUpdated, weld::Widget&, void); + DECL_DLLPRIVATE_LINK(DoRequestHelp, tools::Rectangle&, OUString); + DECL_DLLPRIVATE_LINK(DoGetSurrounding, OUString&, int); + DECL_DLLPRIVATE_LINK(DoDeleteSurrounding, const Selection&, bool); public: CustomWeld(weld::Builder& rBuilder, const OString& rDrawingId, diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx index 17e1b9e3a07f..824c6ae33c3e 100644 --- a/include/vcl/graphicfilter.hxx +++ b/include/vcl/graphicfilter.hxx @@ -383,7 +383,7 @@ private: ErrCode ImplSetError( ErrCode nError, const SvStream* pStm = nullptr ); ErrCode ImpTestOrFindFormat( const OUString& rPath, SvStream& rStream, sal_uInt16& rFormat ); - DECL_LINK( FilterCallback, ConvertData&, bool ); + DECL_DLLPRIVATE_LINK( FilterCallback, ConvertData&, bool ); /** Information about errors during the GraphicFilter operation. */ std::optional<ErrCode> mxErrorEx; diff --git a/include/vcl/menubarupdateicon.hxx b/include/vcl/menubarupdateicon.hxx index b8e2b717a3dd..9cb3b397dfa1 100644 --- a/include/vcl/menubarupdateicon.hxx +++ b/include/vcl/menubarupdateicon.hxx @@ -52,13 +52,13 @@ private: bool mbShowBubble; bool mbBubbleChanged; - DECL_LINK(UserEventHdl, void*, void); - DECL_LINK(TimeOutHdl, Timer*, void); - DECL_LINK(WindowEventHdl, VclWindowEvent&, void); - DECL_LINK(ApplicationEventHdl, VclSimpleEvent&, void); - DECL_LINK(WaitTimeOutHdl, Timer*, void); - DECL_LINK(ClickHdl, MenuBar::MenuBarButtonCallbackArg&, bool); - DECL_LINK(HighlightHdl, MenuBar::MenuBarButtonCallbackArg&, bool); + DECL_DLLPRIVATE_LINK(UserEventHdl, void*, void); + DECL_DLLPRIVATE_LINK(TimeOutHdl, Timer*, void); + DECL_DLLPRIVATE_LINK(WindowEventHdl, VclWindowEvent&, void); + DECL_DLLPRIVATE_LINK(ApplicationEventHdl, VclSimpleEvent&, void); + DECL_DLLPRIVATE_LINK(WaitTimeOutHdl, Timer*, void); + DECL_DLLPRIVATE_LINK(ClickHdl, MenuBar::MenuBarButtonCallbackArg&, bool); + DECL_DLLPRIVATE_LINK(HighlightHdl, MenuBar::MenuBarButtonCallbackArg&, bool); VclPtr<BubbleWindow> GetBubbleWindow(); void SetBubbleChanged(); diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 38a26e0680a4..b749130fb6ff 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -221,7 +221,7 @@ private: static sal_uInt16 m_nHeaderHeight; VclPtr<ToolBox> m_pShortcuts; VclPtr<PushButton> m_pOpenMenu; - DECL_LINK(OpenMenu, Button*, void); + DECL_DLLPRIVATE_LINK(OpenMenu, Button*, void); }; #endif // INCLUDED_VCL_TABCTRL_HXX diff --git a/include/vcl/tabpage.hxx b/include/vcl/tabpage.hxx index 888072cba2ff..e06c4c1a7750 100644 --- a/include/vcl/tabpage.hxx +++ b/include/vcl/tabpage.hxx @@ -35,7 +35,7 @@ private: SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle ); SAL_DLLPRIVATE void ImplInitSettings(); void lcl_Scroll( tools::Long nX, tools::Long nY ); - DECL_LINK( ScrollBarHdl, ScrollBar*, void ); + DECL_DLLPRIVATE_LINK( ScrollBarHdl, ScrollBar*, void ); VclPtr<ScrollBar> m_pVScroll; VclPtr<ScrollBar> m_pHScroll; diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx index 0a532afb2891..1dbbd5ba1f4d 100644 --- a/include/vcl/texteng.hxx +++ b/include/vcl/texteng.hxx @@ -153,7 +153,7 @@ class VCL_DLLPUBLIC TextEngine : public SfxBroadcaster void ImpCharsRemoved( sal_uInt32 nPara, sal_Int32 nPos, sal_Int32 nChars ); void ImpCharsInserted( sal_uInt32 nPara, sal_Int32 nPos, sal_Int32 nChars ); - DECL_LINK( IdleFormatHdl, Timer *, void ); + DECL_DLLPRIVATE_LINK( IdleFormatHdl, Timer *, void ); void CheckIdleFormatter(); void IdleFormatAndUpdate( TextView* pCurView, sal_uInt16 nMaxTimerRestarts = 5 ); diff --git a/include/vcl/toolkit/fixedhyper.hxx b/include/vcl/toolkit/fixedhyper.hxx index ebfbd558644f..6abfa0ac3a2a 100644 --- a/include/vcl/toolkit/fixedhyper.hxx +++ b/include/vcl/toolkit/fixedhyper.hxx @@ -44,7 +44,7 @@ private: /** is position X position hitting text */ SAL_DLLPRIVATE bool ImplIsOverText(Point rPosition) const; - DECL_LINK(HandleClick, FixedHyperlink&, void); + DECL_DLLPRIVATE_LINK(HandleClick, FixedHyperlink&, void); /** overwrites Window::MouseMove(). diff --git a/include/vcl/toolkit/roadmap.hxx b/include/vcl/toolkit/roadmap.hxx index 2568c682fa90..ef1cec25011d 100644 --- a/include/vcl/toolkit/roadmap.hxx +++ b/include/vcl/toolkit/roadmap.hxx @@ -87,7 +87,7 @@ private: /// called when an item has been selected by any means void Select(); - DECL_LINK(ImplClickHdl, HyperLabel*, void); + DECL_DLLPRIVATE_LINK(ImplClickHdl, HyperLabel*, void); RoadmapItem* GetByIndex( ItemIndex _nItemIndex ); const RoadmapItem* GetByIndex( ItemIndex _nItemIndex ) const; diff --git a/include/vcl/toolkit/throbber.hxx b/include/vcl/toolkit/throbber.hxx index 287e1e58d949..ff1240074b05 100644 --- a/include/vcl/toolkit/throbber.hxx +++ b/include/vcl/toolkit/throbber.hxx @@ -79,7 +79,7 @@ private: sal_Int32 mnCurStep; AutoTimer maWaitTimer; - DECL_LINK( TimeOutHdl, Timer*, void ); + DECL_DLLPRIVATE_LINK( TimeOutHdl, Timer*, void ); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/vcl/toolkit/treelistbox.hxx b/include/vcl/toolkit/treelistbox.hxx index 478cf2f05145..999f3a52c6b6 100644 --- a/include/vcl/toolkit/treelistbox.hxx +++ b/include/vcl/toolkit/treelistbox.hxx @@ -652,7 +652,7 @@ public: sal_Int32 DefaultCompare(const SvLBoxString* pLeftText, const SvLBoxString* pRightText); - DECL_LINK( DefaultCompare, const SvSortData&, sal_Int32 ); + DECL_DLLPRIVATE_LINK( DefaultCompare, const SvSortData&, sal_Int32 ); virtual void ModelNotification( SvListAction nActionId, SvTreeListEntry* pEntry1, SvTreeListEntry* pEntry2, sal_uInt32 nPos ) override; diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx index 34b4383a89cc..5cb8e5c972aa 100644 --- a/include/vcl/weldutils.hxx +++ b/include/vcl/weldutils.hxx @@ -279,8 +279,8 @@ public: virtual ~LongCurrencyFormatter() override; private: - DECL_LINK(FormatOutputHdl, LinkParamNone*, bool); - DECL_LINK(ParseInputHdl, sal_Int64*, TriState); + DECL_DLLPRIVATE_LINK(FormatOutputHdl, LinkParamNone*, bool); + DECL_DLLPRIVATE_LINK(ParseInputHdl, sal_Int64*, TriState); void Init(); @@ -307,9 +307,9 @@ public: virtual ~TimeFormatter() override; private: - DECL_LINK(FormatOutputHdl, LinkParamNone*, bool); - DECL_LINK(ParseInputHdl, sal_Int64*, TriState); - DECL_LINK(CursorChangedHdl, weld::Entry&, void); + DECL_DLLPRIVATE_LINK(FormatOutputHdl, LinkParamNone*, bool); + DECL_DLLPRIVATE_LINK(ParseInputHdl, sal_Int64*, TriState); + DECL_DLLPRIVATE_LINK(CursorChangedHdl, weld::Entry&, void); void Init(); @@ -340,9 +340,9 @@ public: virtual ~DateFormatter() override; private: - DECL_LINK(FormatOutputHdl, LinkParamNone*, bool); - DECL_LINK(ParseInputHdl, sal_Int64*, TriState); - DECL_LINK(CursorChangedHdl, weld::Entry&, void); + DECL_DLLPRIVATE_LINK(FormatOutputHdl, LinkParamNone*, bool); + DECL_DLLPRIVATE_LINK(ParseInputHdl, sal_Int64*, TriState); + DECL_DLLPRIVATE_LINK(CursorChangedHdl, weld::Entry&, void); void Init(); CalendarWrapper& GetCalendarWrapper() const; @@ -407,9 +407,9 @@ private: const Link<const CommandEvent&, void> m_aContextLink; bool m_bModKey; - DECL_LINK(MousePressHdl, const MouseEvent&, bool); - DECL_LINK(MouseReleaseHdl, const MouseEvent&, bool); - DECL_LINK(RepeatTimerHdl, Timer*, void); + DECL_DLLPRIVATE_LINK(MousePressHdl, const MouseEvent&, bool); + DECL_DLLPRIVATE_LINK(MouseReleaseHdl, const MouseEvent&, bool); + DECL_DLLPRIVATE_LINK(RepeatTimerHdl, Timer*, void); public: ButtonPressRepeater(weld::Button& rButton, const Link<Button&, void>& rLink, |