[Libreoffice-commits] core.git: framework/inc framework/IwyuFilter_framework.yaml framework/source

2020-07-08 Thread Noel Grandin (via logerrit)
 framework/IwyuFilter_framework.yaml|   25 -
 framework/inc/dispatch/mailtodispatcher.hxx|4 
 framework/inc/dispatch/oxt_handler.hxx |4 
 framework/inc/dispatch/popupmenudispatcher.hxx |4 
 framework/inc/dispatch/servicehandler.hxx  |4 
 framework/inc/dispatch/systemexec.hxx  |4 
 framework/inc/jobs/helponstartup.hxx   |4 
 framework/inc/jobs/shelljob.hxx|4 
 framework/inc/macros/registration.hxx  |   90 --
 framework/inc/macros/xinterface.hxx|  145 --
 framework/inc/macros/xserviceinfo.hxx  |  183 -
 framework/inc/macros/xtypeprovider.hxx |  119 
 framework/inc/recording/dispatchrecorder.hxx   |3 
 framework/inc/recording/dispatchrecordersupplier.hxx   |4 
 framework/inc/services.h   |2 
 framework/inc/services/mediatypedetectionhelper.hxx|4 
 framework/inc/services/uriabbreviation.hxx |2 
 framework/inc/uielement/fontmenucontroller.hxx |2 
 framework/inc/uielement/fontsizemenucontroller.hxx |2 
 framework/inc/uielement/headermenucontroller.hxx   |2 
 framework/inc/uielement/langselectionmenucontroller.hxx|2 
 framework/inc/uielement/macrosmenucontroller.hxx   |1 
 framework/inc/uielement/menubarwrapper.hxx |   10 
 framework/inc/uielement/newmenucontroller.hxx  |2 
 framework/inc/uielement/toolbarmodemenucontroller.hxx  |2 
 framework/inc/uielement/toolbarsmenucontroller.hxx |2 
 framework/source/dispatch/dispatchdisabler.cxx |1 
 framework/source/dispatch/mailtodispatcher.cxx |1 
 framework/source/dispatch/oxt_handler.cxx  |3 
 framework/source/dispatch/servicehandler.cxx   |1 
 framework/source/dispatch/systemexec.cxx   |1 
 framework/source/inc/dispatch/dispatchdisabler.hxx |4 
 framework/source/jobs/helponstartup.cxx|1 
 framework/source/jobs/shelljob.cxx |1 
 framework/source/recording/dispatchrecorder.cxx|1 
 framework/source/recording/dispatchrecordersupplier.cxx|1 
 framework/source/services/dispatchhelper.cxx   |2 
 framework/source/services/mediatypedetectionhelper.cxx |1 
 framework/source/services/uriabbreviation.cxx  |3 
 framework/source/uielement/fontmenucontroller.cxx  |1 
 framework/source/uielement/fontsizemenucontroller.cxx  |1 
 framework/source/uielement/footermenucontroller.cxx|1 
 framework/source/uielement/headermenucontroller.cxx|1 
 framework/source/uielement/langselectionmenucontroller.cxx |1 
 framework/source/uielement/macrosmenucontroller.cxx|2 
 framework/source/uielement/menubarwrapper.cxx  |   92 --
 framework/source/uielement/newmenucontroller.cxx   |1 
 framework/source/uielement/toolbarmodemenucontroller.cxx   |2 
 framework/source/uielement/toolbarsmenucontroller.cxx  |1 
 49 files changed, 115 insertions(+), 639 deletions(-)

New commits:
commit 6653107b838be22da2ceb6e9123dafe67b45dd91
Author: Noel Grandin 
AuthorDate: Wed Jul 8 20:31:00 2020 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 9 08:27:53 2020 +0200

clean up macro usage

Change-Id: I06669718f692cc5e9e209b4e490365f4f016afdb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98389
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/framework/IwyuFilter_framework.yaml 
b/framework/IwyuFilter_framework.yaml
index 1b648d7cee43..35fe8d254351 100644
--- a/framework/IwyuFilter_framework.yaml
+++ b/framework/IwyuFilter_framework.yaml
@@ -4,31 +4,6 @@ blacklist:
 framework/inc/stdtypes.h:
 #  Don't propose hxx -> h change in URE libs
 - cppuhelper/interfacecontainer.hxx
-framework/inc/macros/xinterface.hxx:
-# Used in macros
-- com/sun/star/uno/Any.hxx
-- com/sun/star/uno/Type.hxx
-- cppuhelper/queryinterface.hxx
-framework/inc/macros/xserviceinfo.hxx:
-# Used in macros
-- com/sun/star/lang/XServiceInfo.hpp
-- com/sun/star/lang/XSingleServiceFactory.hpp
-- com/sun/star/uno/Reference.hxx
-- com/sun/star/uno/Sequence.hxx
-- com/sun/star/uno/XComponentContext.hpp
-- comphelper/processfactory.hxx
-- cppuhelper/factory.hxx
-- cppuhelper/supportsservice.hxx
-- rtl/ustring.hxx
-framework/inc/macros/registration.hxx:
-# Used in macros
-- com/sun/star/lang/XMultiServiceFactory.hpp
-framework/inc/macros/xtypeprovider.hxx:
-# Used in macros
-- com/sun/star/lang/XTypeProvider.hpp
- 

[Libreoffice-commits] core.git: framework/inc framework/IwyuFilter_framework.yaml framework/source solenv/clang-format

2019-11-20 Thread Gabor Kelemen (via logerrit)
 framework/IwyuFilter_framework.yaml|   90 
++
 framework/inc/general.h|   32 ---
 framework/inc/pch/precompiled_fwk.hxx  |1 
 framework/inc/pch/precompiled_fwl.hxx  |1 
 framework/inc/uielement/FixedImageToolbarController.hxx|2 
 framework/inc/uielement/FixedTextToolbarController.hxx |5 
 framework/source/accelerators/acceleratorcache.cxx |4 
 framework/source/accelerators/acceleratorconfiguration.cxx |5 
 framework/source/accelerators/documentacceleratorconfiguration.cxx |8 
 framework/source/accelerators/globalacceleratorconfiguration.cxx   |5 
 framework/source/accelerators/moduleacceleratorconfiguration.cxx   |7 
 framework/source/accelerators/presethandler.cxx|4 
 framework/source/accelerators/storageholder.cxx|   13 -
 framework/source/classes/taskcreator.cxx   |2 
 framework/source/dispatch/closedispatcher.cxx  |1 
 framework/source/dispatch/dispatchinformationprovider.cxx  |3 
 framework/source/dispatch/dispatchprovider.cxx |9 -
 framework/source/dispatch/mailtodispatcher.cxx |3 
 framework/source/dispatch/oxt_handler.cxx  |4 
 framework/source/dispatch/popupmenudispatcher.cxx  |   14 -
 framework/source/dispatch/servicehandler.cxx   |3 
 framework/source/dispatch/startmoduledispatcher.cxx|7 
 framework/source/dispatch/systemexec.cxx   |3 
 framework/source/dispatch/windowcommanddispatch.cxx|1 
 framework/source/fwe/classes/addonmenu.cxx |8 
 framework/source/fwe/classes/framelistanalyzer.cxx |3 
 framework/source/fwe/classes/imagewrapper.cxx  |1 
 framework/source/fwe/classes/sfxhelperfunctions.cxx|2 
 framework/source/fwe/dispatch/interaction.cxx  |1 
 framework/source/fwe/helper/configimporter.cxx |2 
 framework/source/fwe/helper/titlehelper.cxx|3 
 framework/source/fwe/xml/menuconfiguration.cxx |2 
 framework/source/fwe/xml/menudocumenthandler.cxx   |1 
 framework/source/fwe/xml/saxnamespacefilter.cxx|2 
 framework/source/fwe/xml/statusbarconfiguration.cxx|5 
 framework/source/fwe/xml/toolboxconfiguration.cxx  |5 
 framework/source/fwe/xml/toolboxdocumenthandler.cxx|1 
 framework/source/fwi/classes/protocolhandlercache.cxx  |1 
 framework/source/fwi/helper/mischelper.cxx |2 
 framework/source/fwi/jobs/configaccess.cxx |7 
 framework/source/fwi/threadhelp/transactionmanager.cxx |2 
 framework/source/fwi/uielement/constitemcontainer.cxx  |4 
 framework/source/fwi/uielement/rootitemcontainer.cxx   |3 
 framework/source/helper/dockingareadefaultacceptor.cxx |1 
 framework/source/helper/persistentwindowstate.cxx  |2 
 framework/source/helper/statusindicatorfactory.cxx |9 -
 framework/source/helper/tagwindowasmodified.cxx|5 
 framework/source/helper/titlebarupdate.cxx |8 
 framework/source/helper/uiconfigelementwrapperbase.cxx |2 
 framework/source/helper/uielementwrapperbase.cxx   |3 
 framework/source/interaction/quietinteraction.cxx  |3 
 framework/source/jobs/helponstartup.cxx|3 
 framework/source/jobs/job.cxx  |3 
 framework/source/jobs/jobdata.cxx  |2 
 framework/source/jobs/jobdispatch.cxx  |3 
 framework/source/jobs/jobexecutor.cxx  |6 
 framework/source/jobs/jobresult.cxx|3 
 framework/source/jobs/joburl.cxx   |2 
 framework/source/jobs/shelljob.cxx |3 
 framework/source/layoutmanager/helpers.cxx |1 
 framework/source/layoutmanager/layoutmanager.cxx   |   17 -
 framework/source/layoutmanager/toolbarlayoutmanager.cxx|3 
 framework/source/loadenv/loadenv.cxx   |6 
 framework/source/recording/dispatchrecorder.cxx|1 
 framework/source/services/autorecovery.cxx |8 
 framework/source/services/desktop.cxx