diff options
28 files changed, 45 insertions, 45 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index a7d987e8a5d4..64c92e5c62d4 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -160,7 +160,7 @@ private: DECL_LINK( ClickCancelBtn, void* ); DECL_LINK_TYPED( TimeoutHdl, Idle*, void ); - DECL_LINK( ActualizeHdl, INetURLObject* pURL ); + DECL_LINK( ActualizeHdl, INetURLObject* ); public: ActualizeProgress( vcl::Window* pWindow, GalleryTheme* pThm ); diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx index 74a481f452d5..93efc3b9d126 100644 --- a/cui/source/inc/cuigrfflt.hxx +++ b/cui/source/inc/cuigrfflt.hxx @@ -74,7 +74,7 @@ private: bool bIsBitmap; DECL_LINK_TYPED(ImplPreviewTimeoutHdl, Timer *, void); - DECL_LINK( ImplModifyHdl, void* p ); + DECL_LINK( ImplModifyHdl, void* ); protected: VclPtr<GraphicPreviewWindow> mpPreview; diff --git a/cui/source/options/fontsubs.hxx b/cui/source/options/fontsubs.hxx index 90e0e6008a1c..5a47c784d791 100644 --- a/cui/source/options/fontsubs.hxx +++ b/cui/source/options/fontsubs.hxx @@ -81,8 +81,8 @@ class SvxFontSubstTabPage : public SfxTabPage SvLBoxButtonData* pCheckButtonData; - DECL_LINK(SelectHdl, vcl::Window *pWin = 0); - DECL_LINK(NonPropFontsHdl, CheckBox* pBox); + DECL_LINK(SelectHdl, vcl::Window *); + DECL_LINK(NonPropFontsHdl, CheckBox* ); SvTreeListEntry* CreateEntry(OUString& rFont1, OUString& rFont2); void CheckEnable(); diff --git a/dbaccess/source/core/dataaccess/intercept.hxx b/dbaccess/source/core/dataaccess/intercept.hxx index 767fadf4e826..2d7e8ece6242 100644 --- a/dbaccess/source/core/dataaccess/intercept.hxx +++ b/dbaccess/source/core/dataaccess/intercept.hxx @@ -39,7 +39,7 @@ class OInterceptor : public ::cppu::WeakImplHelper< css::frame::XDispatchProvide css::frame::XDispatch, css::document::XDocumentEventListener> { - DECL_LINK( OnDispatch, void* _aURL ); + DECL_LINK( OnDispatch, void* ); protected: virtual ~OInterceptor(); public: diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx index 6ab6c5261d2e..066689ed211e 100644 --- a/include/svtools/PlaceEditDialog.hxx +++ b/include/svtools/PlaceEditDialog.hxx @@ -88,7 +88,7 @@ private: DECL_LINK ( SelectTypeHdl, void * ); DECL_LINK ( EditLabelHdl, void * ); DECL_LINK ( EditUsernameHdl, void * ); - DECL_LINK ( ToggledPassHdl, CheckBox * pCheckBox ); + DECL_LINK ( ToggledPassHdl, CheckBox * ); }; diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx index f3f02fae7f79..de35aa7ea68c 100644 --- a/include/svtools/ServerDetailsControls.hxx +++ b/include/svtools/ServerDetailsControls.hxx @@ -102,7 +102,7 @@ class DavDetailsContainer : public HostDetailsContainer virtual bool verifyScheme( const OUString& rScheme ) SAL_OVERRIDE; private: - DECL_LINK ( ToggledDavsHdl, CheckBox * pCheckBox ); + DECL_LINK ( ToggledDavsHdl, CheckBox * ); }; class SmbDetailsContainer : public DetailsContainer diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 464c7bf604c2..7ddfbf60c3c6 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -230,9 +230,9 @@ private: mutable sal_Int32 nTransliterationFlags; - DECL_LINK( ModifyHdl_Impl, ComboBox* pEdit ); - DECL_LINK( FlagHdl_Impl, Control* pCtrl ); - DECL_LINK( CommandHdl_Impl, Button* pBtn ); + DECL_LINK( ModifyHdl_Impl, ComboBox* ); + DECL_LINK( FlagHdl_Impl, Control* ); + DECL_LINK( CommandHdl_Impl, Button* ); DECL_LINK(TemplateHdl_Impl, void *); DECL_LINK( FocusHdl_Impl, Control* ); DECL_LINK(LoseFocusHdl_Impl, void *); diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx index 5d34d0fade3f..a802474999cf 100644 --- a/include/vcl/graphicfilter.hxx +++ b/include/vcl/graphicfilter.hxx @@ -241,7 +241,7 @@ private: sal_uLong ImplSetError( sal_uLong nError, const SvStream* pStm = NULL ); sal_uInt16 ImpTestOrFindFormat( const OUString& rPath, SvStream& rStream, sal_uInt16& rFormat ); - DECL_LINK( FilterCallback, ConvertData* pData ); + DECL_LINK( FilterCallback, ConvertData* ); protected: diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx index b2c20142ac37..999c52a0b0bf 100644 --- a/sc/source/ui/inc/tabpages.hxx +++ b/sc/source/ui/inc/tabpages.hxx @@ -59,7 +59,7 @@ private: bool bHidePrint; // Handler: - DECL_LINK( ButtonClickHdl, TriStateBox* pBox ); + DECL_LINK( ButtonClickHdl, TriStateBox* ); void UpdateButtons(); }; diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 94bb84689106..7884da011526 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -278,7 +278,7 @@ protected: DECL_LINK_TYPED( DropErrorHdl, Idle*, void ); DECL_LINK_TYPED( DropInsertFileHdl, Idle*, void ); - DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* pSdNavigatorDropEvent ); + DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* ); void ImplClearDrawDropMarker(); diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx index a9a5eabae831..ab7aac7e0f9c 100644 --- a/sd/source/ui/slideshow/showwindow.hxx +++ b/sd/source/ui/slideshow/showwindow.hxx @@ -109,7 +109,7 @@ private: DECL_LINK_TYPED( PauseTimeoutHdl, Timer*, void ); DECL_LINK_TYPED(MouseTimeoutHdl, Timer *, void); - DECL_LINK( EventHdl, VclWindowEvent* pEvent ); + DECL_LINK( EventHdl, VclWindowEvent* ); ::rtl::Reference< SlideshowImpl > mxController; }; diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx index 1ef4ecd42547..a68aa69921d3 100644 --- a/svtools/source/filter/exportdialog.hxx +++ b/svtools/source/filter/exportdialog.hxx @@ -142,13 +142,13 @@ private: mxPage; - DECL_LINK( UpdateHdl,void* p ); - DECL_LINK( UpdateHdlMtfSizeX,void* p ); - DECL_LINK( UpdateHdlMtfSizeY,void* p ); - DECL_LINK( UpdateHdlNfResolution,void* p ); - DECL_LINK( SbCompressionUpdateHdl,void* p ); + DECL_LINK( UpdateHdl, void* ); + DECL_LINK( UpdateHdlMtfSizeX, void* ); + DECL_LINK( UpdateHdlMtfSizeY, void* ); + DECL_LINK( UpdateHdlNfResolution, void* ); + DECL_LINK( SbCompressionUpdateHdl, void* ); - DECL_LINK( OK, void* p ); + DECL_LINK( OK, void* ); void setupSizeControls(); void createFilterOptions(); diff --git a/svtools/source/graphic/grfcache.hxx b/svtools/source/graphic/grfcache.hxx index 6164cb2b0085..f7de053a80b5 100644 --- a/svtools/source/graphic/grfcache.hxx +++ b/svtools/source/graphic/grfcache.hxx @@ -51,7 +51,7 @@ private: GraphicCacheEntry* ImplGetCacheEntry( const GraphicObject& rObj ); - DECL_LINK_TYPED( ReleaseTimeoutHdl, Timer* pTimer, void ); + DECL_LINK_TYPED( ReleaseTimeoutHdl, Timer*, void ); public: diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx index fdae3db5d702..ef68703c7b71 100644 --- a/svx/source/dialog/_bmpmask.cxx +++ b/svx/source/dialog/_bmpmask.cxx @@ -173,9 +173,9 @@ public: bool IsExecReady() const { return bExecState; } DECL_LINK_TYPED( PipetteHdl, ToolBox*, void ); - DECL_LINK( CbxHdl, CheckBox* pCbx ); - DECL_LINK( CbxTransHdl, CheckBox* pCbx ); - DECL_LINK( FocusLbHdl, ColorLB* pLb ); + DECL_LINK( CbxHdl, CheckBox* ); + DECL_LINK( CbxTransHdl, CheckBox* ); + DECL_LINK( FocusLbHdl, ColorLB* ); DECL_LINK(ExecHdl, void *); }; diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 8830f65981f1..13ba4de2997c 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -121,8 +121,8 @@ private: static void Execute( const CommandInfo &rCmdInfo, const css::uno::Sequence< css::beans::PropertyValue > &rArguments ); - DECL_LINK( MenuSelectHdl, Menu* pMenu ); - DECL_LINK( BackgroundMenuSelectHdl, Menu* pMenu ); + DECL_LINK( MenuSelectHdl, Menu* ); + DECL_LINK( BackgroundMenuSelectHdl, Menu* ); public: GalleryThemePopup( const GalleryTheme* pTheme, sal_uIntPtr nObjectPos, diff --git a/sw/source/ui/envelp/swuilabimp.hxx b/sw/source/ui/envelp/swuilabimp.hxx index d69af8dd5ee1..6e7ec2e62e5b 100644 --- a/sw/source/ui/envelp/swuilabimp.hxx +++ b/sw/source/ui/envelp/swuilabimp.hxx @@ -48,7 +48,7 @@ class SwLabPage : public SfxTabPage bool m_bLabel; DECL_LINK(AddrHdl, void *); - DECL_LINK( DatabaseHdl, ListBox *pListBox ); + DECL_LINK( DatabaseHdl, ListBox * ); DECL_LINK(FieldHdl, void *); DECL_LINK(PageHdl, void *); DECL_LINK(MakeHdl, void *); diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx index 0ac7f4c37768..220d531d8b2d 100644 --- a/sw/source/ui/fldui/flddb.hxx +++ b/sw/source/ui/fldui/flddb.hxx @@ -55,8 +55,8 @@ class SwFieldDBPage : public SwFieldPage Link<> m_aOldNumSelectHdl; DECL_LINK( TypeHdl, ListBox* ); - DECL_LINK( NumSelectHdl, NumFormatListBox* pLB = 0); - DECL_LINK( TreeSelectHdl, SvTreeListBox* pBox ); + DECL_LINK( NumSelectHdl, NumFormatListBox* ); + DECL_LINK( TreeSelectHdl, SvTreeListBox* ); DECL_LINK(ModifyHdl, void *); DECL_LINK(AddDBHdl, void *); diff --git a/sw/source/ui/fldui/fldpage.hxx b/sw/source/ui/fldui/fldpage.hxx index 15c063dd0bc3..845f4499d766 100644 --- a/sw/source/ui/fldui/fldpage.hxx +++ b/sw/source/ui/fldui/fldpage.hxx @@ -53,7 +53,7 @@ protected: SwField* GetCurField() { return m_pCurField;} SwWrtShell* GetWrtShell() { return m_pWrtShell;} - DECL_LINK( InsertHdl, Button *pBtn = 0 ); + DECL_LINK( InsertHdl, Button * = 0); DECL_LINK(NumFormatHdl, void *); void Init(); diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx index 13ed1e5c69a7..6292a5d6210d 100644 --- a/sw/source/ui/fldui/fldvar.hxx +++ b/sw/source/ui/fldui/fldvar.hxx @@ -77,7 +77,7 @@ class SwFieldVarPage : public SwFieldPage bool bInit; DECL_LINK(TypeHdl, void *); - DECL_LINK( SubTypeHdl, ListBox* pLB = 0 ); + DECL_LINK( SubTypeHdl, ListBox* ); DECL_LINK(ModifyHdl, void * = 0); DECL_LINK_TYPED( TBClickHdl, ToolBox *, void ); DECL_LINK(ChapterHdl, void * = 0); diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index 6042913e64a4..ab1283f2959b 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -1001,7 +1001,7 @@ class SwCreateAuthEntryDlg_Impl : public ModalDialog DECL_LINK(IdentifierHdl, ComboBox*); DECL_LINK(ShortNameHdl, Edit*); - DECL_LINK(EnableHdl, ListBox* pBox); + DECL_LINK(EnableHdl, ListBox*); public: SwCreateAuthEntryDlg_Impl(vcl::Window* pParent, diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index c1ff57ab4434..39d4e4745182 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -58,7 +58,7 @@ class SwConvertTableDlg: public SfxModalDialog DECL_LINK( AutoFormatHdl, PushButton* ); DECL_LINK( BtnHdl, Button* ); DECL_LINK(CheckBoxHdl, void * = 0); - DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 ); + DECL_LINK( ReapeatHeaderCheckBoxHdl, void* = 0); public: SwConvertTableDlg( SwView& rView, bool bToTable ); diff --git a/sw/source/uibase/inc/fldedt.hxx b/sw/source/uibase/inc/fldedt.hxx index 21334df3c20a..b7bf377fcd9a 100644 --- a/sw/source/uibase/inc/fldedt.hxx +++ b/sw/source/uibase/inc/fldedt.hxx @@ -33,7 +33,7 @@ class SwFieldEditDlg : public SfxSingleTabDialog VclPtr<PushButton> m_pAddressBT; DECL_LINK(AddressHdl, void *); - DECL_LINK(NextPrevHdl, Button *pBt = 0); + DECL_LINK(NextPrevHdl, Button *); void Init(); VclPtr<SfxTabPage> CreatePage(sal_uInt16 nGroup); diff --git a/sw/source/uibase/inc/instable.hxx b/sw/source/uibase/inc/instable.hxx index c52db239c9c7..b10625b96087 100644 --- a/sw/source/uibase/inc/instable.hxx +++ b/sw/source/uibase/inc/instable.hxx @@ -60,8 +60,8 @@ class SwInsTableDlg : public SfxModalDialog DECL_LINK( AutoFormatHdl, PushButton* ); DECL_LINK(OKHdl, void*); DECL_LINK(CheckBoxHdl, void * = 0); - DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 ); - DECL_LINK( ModifyRepeatHeaderNF_Hdl, void* p = 0 ); + DECL_LINK( ReapeatHeaderCheckBoxHdl, void* = 0); + DECL_LINK( ModifyRepeatHeaderNF_Hdl, void* ); public: SwInsTableDlg( SwView& rView ); diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx index 1ff9116abbb6..8c221b5e7d07 100644 --- a/sw/source/uibase/inc/mailmrge.hxx +++ b/sw/source/uibase/inc/mailmrge.hxx @@ -104,12 +104,12 @@ class SwMailMergeDlg : public SvxStandardDialog Size m_aDialogSize; OUString m_sSaveFilter; - DECL_LINK( ButtonHdl, Button* pBtn ); + DECL_LINK( ButtonHdl, Button* ); DECL_LINK(InsertPathHdl, void *); - DECL_LINK( OutputTypeHdl, RadioButton* pBtn ); - DECL_LINK( FilenameHdl, CheckBox* pBtn ); + DECL_LINK( OutputTypeHdl, RadioButton* ); + DECL_LINK( FilenameHdl, CheckBox* ); DECL_LINK(ModifyHdl, void *); - DECL_LINK( SaveTypeHdl, RadioButton* pBtn ); + DECL_LINK( SaveTypeHdl, RadioButton* ); virtual void Apply() SAL_OVERRIDE; bool ExecQryShell(); diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index 05f0a8bb62a1..1d096fa8fb28 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -340,9 +340,9 @@ class SwRedlineOptionsTabPage : public SfxTabPage OUString sAuthor; OUString sNone; - DECL_LINK(AttribHdl, ListBox* pLB); + DECL_LINK(AttribHdl, ListBox*); DECL_LINK(ChangedMaskPrevHdl, void* = 0); - DECL_LINK(ColorHdl, ColorListBox* pColorLB); + DECL_LINK(ColorHdl, ColorListBox*); static void InitFontStyle(SvxFontPrevWindow& rExampleWin); diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx index a4d8581b68bb..7d41528f1809 100644 --- a/sw/source/uibase/inc/redlndlg.hxx +++ b/sw/source/uibase/inc/redlndlg.hxx @@ -114,7 +114,7 @@ public: SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer *pBuilder, vcl::Window *pContentArea, bool bAutoFormat = false); virtual ~SwRedlineAcceptDlg(); - DECL_LINK( FilterChangedHdl, void *pDummy = 0 ); + DECL_LINK( FilterChangedHdl, void * = 0 ); inline SvxAcceptChgCtr& GetChgCtrl() { return *aTabPagesCTRL.get(); } inline bool HasRedlineAutoFormat() const { return bRedlnAutoFormat; } diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index e93076147b77..60558569af64 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -114,7 +114,7 @@ class SwIndexMarkPane DECL_LINK(NextSameHdl, void *); DECL_LINK(PrevHdl, void *); DECL_LINK(PrevSameHdl, void *); - DECL_LINK( ModifyHdl, ListBox* pBox = 0 ); + DECL_LINK( ModifyHdl, ListBox* ); DECL_LINK( KeyDCBModifyHdl, ComboBox * ); DECL_LINK(NewUserIdxHdl, void *); DECL_LINK( SearchTypeHdl, CheckBox*); diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx index 2a01c57a714b..3d6833a7db1f 100644 --- a/sw/source/uibase/table/tablepg.hxx +++ b/sw/source/uibase/table/tablepg.hxx @@ -178,7 +178,7 @@ class SwTextFlowPage : public SfxTabPage DECL_LINK( PageBreakTypeHdl_Impl, RadioButton* ); DECL_LINK( SplitHdl_Impl, CheckBox* ); DECL_STATIC_LINK( SwTextFlowPage, SplitRowHdl_Impl, TriStateBox* ); - DECL_LINK( HeadLineCBClickHdl, void* p = 0 ); + DECL_LINK( HeadLineCBClickHdl, void* = 0 ); public: SwTextFlowPage( vcl::Window* pParent, const SfxItemSet& rSet ); |