diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:52:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:52:43 +0200 |
commit | 52b605ff36089fc56c1c41d413adcd131cde845c (patch) | |
tree | ad88bf109337ab1841979d1a8336d4eb85e8e812 /vcl | |
parent | 7d69ac0b8f11ed9cbee2925fc60119404eed4211 (diff) |
loplugin:includeform: vcl (macOS)
Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d
Diffstat (limited to 'vcl')
97 files changed, 313 insertions, 313 deletions
diff --git a/vcl/inc/osx/osxvcltypes.h b/vcl/inc/osx/osxvcltypes.h index f1659c4fc622..bf3f4ec46f7d 100644 --- a/vcl/inc/osx/osxvcltypes.h +++ b/vcl/inc/osx/osxvcltypes.h @@ -20,10 +20,10 @@ #ifndef INCLUDED_VCL_INC_OSX_OSXVCLTYPES_H #define INCLUDED_VCL_INC_OSX_OSXVCLTYPES_H -#include "premac.h" +#include <premac.h> #import <Cocoa/Cocoa.h> #import <AppKit/NSEvent.h> -#include "postmac.h" +#include <postmac.h> #endif // INCLUDED_VCL_INC_OSX_OSXVCLTYPES_H diff --git a/vcl/inc/osx/printview.h b/vcl/inc/osx/printview.h index 83516c681336..a2a6e5454ef2 100644 --- a/vcl/inc/osx/printview.h +++ b/vcl/inc/osx/printview.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_INC_OSX_PRINTVIEW_H #define INCLUDED_VCL_INC_OSX_PRINTVIEW_H -#include "premac.h" +#include <premac.h> #include <Cocoa/Cocoa.h> -#include "postmac.h" +#include <postmac.h> #include <vcl/print.hxx> diff --git a/vcl/inc/osx/runinmain.hxx b/vcl/inc/osx/runinmain.hxx index 0c2a5268d70a..a57b7908214d 100644 --- a/vcl/inc/osx/runinmain.hxx +++ b/vcl/inc/osx/runinmain.hxx @@ -45,7 +45,7 @@ #include <osl/thread.h> #include "saltimer.h" -#include "salframe.hxx" +#include <salframe.hxx> union RuninmainResult { diff --git a/vcl/inc/osx/saldata.hxx b/vcl/inc/osx/saldata.hxx index 357a2df6a74b..f813118803d2 100644 --- a/vcl/inc/osx/saldata.hxx +++ b/vcl/inc/osx/saldata.hxx @@ -22,16 +22,16 @@ #include <config_features.h> -#include "premac.h" +#include <premac.h> #include <Cocoa/Cocoa.h> -#include "postmac.h" +#include <postmac.h> -#include "com/sun/star/uno/Reference.hxx" +#include <com/sun/star/uno/Reference.hxx> #include <vcl/ptrstyle.hxx> -#include "svdata.hxx" -#include "salwtype.hxx" +#include <svdata.hxx> +#include <salwtype.hxx> #include <functional> #include <list> @@ -43,7 +43,7 @@ #include <cstdio> #include <cstdarg> -#include "apple_remote/RemoteMainController.h" +#include <apple_remote/RemoteMainController.h> class AquaSalFrame; class AquaSalInstance; diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h index 55779e6868be..0d93e9e9b2ff 100644 --- a/vcl/inc/osx/salframe.h +++ b/vcl/inc/osx/salframe.h @@ -26,12 +26,12 @@ #include <vcl/sysdata.hxx> -#include "osx/salinst.h" -#include "osx/salmenu.h" -#include "osx/saldata.hxx" -#include "osx/osxvcltypes.h" +#include <osx/salinst.h> +#include <osx/salmenu.h> +#include <osx/saldata.hxx> +#include <osx/osxvcltypes.h> -#include "salframe.hxx" +#include <salframe.hxx> #include <vector> #include <utility> diff --git a/vcl/inc/osx/salframeview.h b/vcl/inc/osx/salframeview.h index 0d3226680593..d3f40111d103 100644 --- a/vcl/inc/osx/salframeview.h +++ b/vcl/inc/osx/salframeview.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_OSX_SALFRAMEVIEW_H #define INCLUDED_VCL_INC_OSX_SALFRAMEVIEW_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> enum class SalEvent; diff --git a/vcl/inc/osx/salinst.h b/vcl/inc/osx/salinst.h index a80af4fb5ee7..f70bbcac1ca5 100644 --- a/vcl/inc/osx/salinst.h +++ b/vcl/inc/osx/salinst.h @@ -28,13 +28,13 @@ #include <osl/thread.hxx> #ifdef MACOSX -#include "osx/osxvcltypes.h" +#include <osx/osxvcltypes.h> #endif -#include "salinst.hxx" +#include <salinst.hxx> -#include "osx/runinmain.hxx" +#include <osx/runinmain.hxx> -#include "salusereventlist.hxx" +#include <salusereventlist.hxx> class AquaSalFrame; class SalFrame; diff --git a/vcl/inc/osx/salmenu.h b/vcl/inc/osx/salmenu.h index 4d3ffaaf752e..f98e44ca0c23 100644 --- a/vcl/inc/osx/salmenu.h +++ b/vcl/inc/osx/salmenu.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_VCL_INC_OSX_SALMENU_H #define INCLUDED_VCL_INC_OSX_SALMENU_H -#include "premac.h" +#include <premac.h> #include <Cocoa/Cocoa.h> -#include "postmac.h" +#include <postmac.h> -#include "salmenu.hxx" +#include <salmenu.hxx> #include <vector> diff --git a/vcl/inc/osx/salnstimer.h b/vcl/inc/osx/salnstimer.h index cce2746c1535..d1928fe9d671 100644 --- a/vcl/inc/osx/salnstimer.h +++ b/vcl/inc/osx/salnstimer.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_INC_OSX_SALNSTIMER_H #define INCLUDED_VCL_INC_OSX_SALNSTIMER_H -#include "premac.h" -#include "Cocoa/Cocoa.h" -#include "postmac.h" +#include <premac.h> +#include <Cocoa/Cocoa.h> +#include <postmac.h> @interface TimerCallbackCaller : NSObject { diff --git a/vcl/inc/osx/salobj.h b/vcl/inc/osx/salobj.h index 25a59cf85702..40b51004992d 100644 --- a/vcl/inc/osx/salobj.h +++ b/vcl/inc/osx/salobj.h @@ -21,7 +21,7 @@ #define INCLUDED_VCL_INC_OSX_SALOBJ_H #include <vcl/sysdata.hxx> -#include "salobj.hxx" +#include <salobj.hxx> class AquaSalFrame; class AquaSalObject; diff --git a/vcl/inc/osx/salprn.h b/vcl/inc/osx/salprn.h index 86e04bb548dd..f98a4c4e595f 100644 --- a/vcl/inc/osx/salprn.h +++ b/vcl/inc/osx/salprn.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_INC_OSX_SALPRN_H #define INCLUDED_VCL_INC_OSX_SALPRN_H -#include "osx/osxvcltypes.h" +#include <osx/osxvcltypes.h> -#include "salprn.hxx" +#include <salprn.hxx> #include <memory> diff --git a/vcl/inc/osx/salsys.h b/vcl/inc/osx/salsys.h index c619a99eef4e..b0bc98578b35 100644 --- a/vcl/inc/osx/salsys.h +++ b/vcl/inc/osx/salsys.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_OSX_SALSYS_H #define INCLUDED_VCL_INC_OSX_SALSYS_H -#include "salsys.hxx" +#include <salsys.hxx> #include <list> diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h index a9934f280636..0680cf966bbc 100644 --- a/vcl/inc/osx/saltimer.h +++ b/vcl/inc/osx/saltimer.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_VCL_INC_OSX_SALTIMER_H #define INCLUDED_VCL_INC_OSX_SALTIMER_H -#include "premac.h" +#include <premac.h> #include <Cocoa/Cocoa.h> -#include "postmac.h" +#include <postmac.h> -#include "saltimer.hxx" +#include <saltimer.hxx> /** * if NO == bAtStart, then it has to be run in the main thread, diff --git a/vcl/inc/osx/svsys.h b/vcl/inc/osx/svsys.h index 7c5451c33f2b..9fcabe074f70 100644 --- a/vcl/inc/osx/svsys.h +++ b/vcl/inc/osx/svsys.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_INC_OSX_SVSYS_H #define INCLUDED_VCL_INC_OSX_SVSYS_H -#include "premac.h" -#include "Cocoa/Cocoa.h" -#include "postmac.h" +#include <premac.h> +#include <Cocoa/Cocoa.h> +#include <postmac.h> #endif // INCLUDED_VCL_INC_OSX_SVSYS_H diff --git a/vcl/inc/osx/vclnsapp.h b/vcl/inc/osx/vclnsapp.h index 39bd3170abaf..82f0229a9f93 100644 --- a/vcl/inc/osx/vclnsapp.h +++ b/vcl/inc/osx/vclnsapp.h @@ -22,9 +22,9 @@ #include <config_features.h> -#include "premac.h" -#include "Cocoa/Cocoa.h" -#include "postmac.h" +#include <premac.h> +#include <Cocoa/Cocoa.h> +#include <postmac.h> class AquaSalFrame; diff --git a/vcl/inc/quartz/ctfonts.hxx b/vcl/inc/quartz/ctfonts.hxx index 1a3dd7a1eaa8..78f13242c62d 100644 --- a/vcl/inc/quartz/ctfonts.hxx +++ b/vcl/inc/quartz/ctfonts.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_VCL_INC_QUARTZ_CTFONTS_HXX #define INCLUDED_VCL_INC_QUARTZ_CTFONTS_HXX -#include "quartz/salgdi.h" +#include <quartz/salgdi.h> #ifdef IOS #include "headless/svpgdi.hxx" #endif -#include "sallayout.hxx" +#include <sallayout.hxx> SystemFontList* GetCoretextFontList(); FontAttributes DevFontFromCTFontDescriptor( CTFontDescriptorRef, bool* ); diff --git a/vcl/inc/quartz/salbmp.h b/vcl/inc/quartz/salbmp.h index 7c79110ed509..a4dca65c0ee3 100644 --- a/vcl/inc/quartz/salbmp.h +++ b/vcl/inc/quartz/salbmp.h @@ -20,15 +20,15 @@ #ifndef INCLUDED_VCL_INC_QUARTZ_SALBMP_H #define INCLUDED_VCL_INC_QUARTZ_SALBMP_H -#include "tools/gen.hxx" +#include <tools/gen.hxx> #include <vcl/salbtype.hxx> -#include "quartz/salgdi.h" +#include <quartz/salgdi.h> -#include "salinst.hxx" -#include "salvd.hxx" -#include "salbmp.hxx" +#include <salinst.hxx> +#include <salvd.hxx> +#include <salbmp.hxx> #include <memory> diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 9a9626719169..9c952d69be20 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -22,28 +22,28 @@ #include <vector> -#include "basegfx/polygon/b2dpolypolygon.hxx" +#include <basegfx/polygon/b2dpolypolygon.hxx> -#include "premac.h" +#include <premac.h> #ifdef MACOSX #include <ApplicationServices/ApplicationServices.h> -#include "osx/osxvcltypes.h" -#include "osx/salframe.h" +#include <osx/osxvcltypes.h> +#include <osx/salframe.h> #else #include <CoreGraphics/CoreGraphics.h> #include <CoreText/CoreText.h> #endif -#include "postmac.h" +#include <postmac.h> #include <vcl/fontcapabilities.hxx> #include <vcl/metric.hxx> -#include "fontinstance.hxx" -#include "impfontmetricdata.hxx" -#include "PhysicalFontFace.hxx" -#include "salgdi.hxx" +#include <fontinstance.hxx> +#include <impfontmetricdata.hxx> +#include <PhysicalFontFace.hxx> +#include <salgdi.hxx> -#include "quartz/salgdicommon.hxx" +#include <quartz/salgdicommon.hxx> #include <unordered_map> #include <hb-ot.h> diff --git a/vcl/inc/quartz/salvd.h b/vcl/inc/quartz/salvd.h index ac2a1f280b9d..17d539182d7f 100644 --- a/vcl/inc/quartz/salvd.h +++ b/vcl/inc/quartz/salvd.h @@ -20,17 +20,17 @@ #ifndef INCLUDED_VCL_INC_QUARTZ_SALVD_H #define INCLUDED_VCL_INC_QUARTZ_SALVD_H -#include "premac.h" +#include <premac.h> #ifdef MACOSX #include <ApplicationServices/ApplicationServices.h> #else #include <CoreGraphics/CoreGraphics.h> #endif -#include "postmac.h" +#include <postmac.h> -#include "quartz/salgdi.h" +#include <quartz/salgdi.h> -#include "salvd.hxx" +#include <salvd.hxx> class AquaSalGraphics; diff --git a/vcl/osx/DataFlavorMapping.cxx b/vcl/osx/DataFlavorMapping.cxx index 54a769a121c3..d9df38ac6666 100644 --- a/vcl/osx/DataFlavorMapping.cxx +++ b/vcl/osx/DataFlavorMapping.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include <DataFlavorMapping.hxx> +#include "DataFlavorMapping.hxx" #include "HtmlFmtFlt.hxx" #include "PictToBmpFlt.hxx" -#include "com/sun/star/datatransfer/UnsupportedFlavorException.hpp" -#include "com/sun/star/datatransfer/XMimeContentType.hpp" -#include "com/sun/star/datatransfer/MimeContentTypeFactory.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "comphelper/processfactory.hxx" +#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> +#include <com/sun/star/datatransfer/XMimeContentType.hpp> +#include <com/sun/star/datatransfer/MimeContentTypeFactory.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <comphelper/processfactory.hxx> #include <rtl/ustring.hxx> #include <osl/endian.h> diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx index 559ae5c9461a..5adb522610d9 100644 --- a/vcl/osx/DragSource.cxx +++ b/vcl/osx/DragSource.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/awt/MouseButton.hpp> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <cppuhelper/supportsservice.hxx> @@ -30,7 +30,7 @@ #include "clipboard.hxx" #include "DragActionConversion.hxx" -#include "osx/salframe.h" +#include <osx/salframe.h> #include <cassert> diff --git a/vcl/osx/a11yactionwrapper.h b/vcl/osx/a11yactionwrapper.h index 0fda9a32ae21..20b2bad1b4af 100644 --- a/vcl/osx/a11yactionwrapper.h +++ b/vcl/osx/a11yactionwrapper.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H #define INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H -#include "osx/osxvcltypes.h" -#include "osx/a11ywrapper.h" +#include <osx/osxvcltypes.h> +#include <osx/a11ywrapper.h> @interface AquaA11yActionWrapper : NSObject { diff --git a/vcl/osx/a11yactionwrapper.mm b/vcl/osx/a11yactionwrapper.mm index 5319c47bff3c..8af087edf75e 100644 --- a/vcl/osx/a11yactionwrapper.mm +++ b/vcl/osx/a11yactionwrapper.mm @@ -18,8 +18,8 @@ */ -#include "osx/salinst.h" -#include "quartz/utils.h" +#include <osx/salinst.h> +#include <quartz/utils.h> #include "a11yactionwrapper.h" diff --git a/vcl/osx/a11ycomponentwrapper.h b/vcl/osx/a11ycomponentwrapper.h index 450f0688155e..92c6b1b493fd 100644 --- a/vcl/osx/a11ycomponentwrapper.h +++ b/vcl/osx/a11ycomponentwrapper.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_OSX_A11YCOMPONENTWRAPPER_H #define INCLUDED_VCL_OSX_A11YCOMPONENTWRAPPER_H -#include "osx/osxvcltypes.h" -#include "osx/a11ywrapper.h" +#include <osx/osxvcltypes.h> +#include <osx/a11ywrapper.h> @interface AquaA11yComponentWrapper : NSObject { diff --git a/vcl/osx/a11ycomponentwrapper.mm b/vcl/osx/a11ycomponentwrapper.mm index d7d0327b7b8a..e389f176d637 100644 --- a/vcl/osx/a11ycomponentwrapper.mm +++ b/vcl/osx/a11ycomponentwrapper.mm @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "quartz/utils.h" +#include <quartz/utils.h> #include "a11ycomponentwrapper.h" #include "a11yrolehelper.h" #include <com/sun/star/accessibility/AccessibleRole.hpp> diff --git a/vcl/osx/a11yfactory.mm b/vcl/osx/a11yfactory.mm index e9ce490049f7..0068bf853aca 100644 --- a/vcl/osx/a11yfactory.mm +++ b/vcl/osx/a11yfactory.mm @@ -18,9 +18,9 @@ */ -#include "osx/salinst.h" -#include "osx/a11yfactory.h" -#include "osx/a11yfocustracker.hxx" +#include <osx/salinst.h> +#include <osx/a11yfactory.h> +#include <osx/a11yfocustracker.hxx> #include "a11yfocuslistener.hxx" #include "a11yrolehelper.h" diff --git a/vcl/osx/a11yfocuslistener.cxx b/vcl/osx/a11yfocuslistener.cxx index 07014cf5b7e9..6c9efc4aafd0 100644 --- a/vcl/osx/a11yfocuslistener.cxx +++ b/vcl/osx/a11yfocuslistener.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osx/a11yfocustracker.hxx" -#include "osx/a11yfactory.h" +#include <osx/a11yfocustracker.hxx> +#include <osx/a11yfactory.h> #include "a11yfocuslistener.hxx" diff --git a/vcl/osx/a11yfocuslistener.hxx b/vcl/osx/a11yfocuslistener.hxx index 22620b863229..12c76d92741b 100644 --- a/vcl/osx/a11yfocuslistener.hxx +++ b/vcl/osx/a11yfocuslistener.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_OSX_A11YFOCUSLISTENER_HXX #define INCLUDED_VCL_OSX_A11YFOCUSLISTENER_HXX -#include "osx/keyboardfocuslistener.hxx" -#include "osx/osxvcltypes.h" +#include <osx/keyboardfocuslistener.hxx> +#include <osx/osxvcltypes.h> class AquaA11yFocusListener : public KeyboardFocusListener { diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx index fdc00b78b2b0..b650720adcb1 100644 --- a/vcl/osx/a11yfocustracker.cxx +++ b/vcl/osx/a11yfocustracker.cxx @@ -22,7 +22,7 @@ #include <vcl/toolbox.hxx> #include <vcl/menu.hxx> -#include "osx/a11yfocustracker.hxx" +#include <osx/a11yfocustracker.hxx> #include "documentfocuslistener.hxx" diff --git a/vcl/osx/a11ylistener.cxx b/vcl/osx/a11ylistener.cxx index 018106fd9304..3a9499c7ffcc 100644 --- a/vcl/osx/a11ylistener.cxx +++ b/vcl/osx/a11ylistener.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osx/salinst.h" -#include "osx/a11ylistener.hxx" -#include "osx/a11yfactory.h" -#include "osx/a11yfocustracker.hxx" -#include "osx/a11ywrapper.h" +#include <osx/salinst.h> +#include <osx/a11ylistener.hxx> +#include <osx/a11yfactory.h> +#include <osx/a11yfocustracker.hxx> +#include <osx/a11ywrapper.h> #include "a11ytextwrapper.h" diff --git a/vcl/osx/a11yrolehelper.mm b/vcl/osx/a11yrolehelper.mm index f3cb57dd1416..e28fc1ad4d6f 100644 --- a/vcl/osx/a11yrolehelper.mm +++ b/vcl/osx/a11yrolehelper.mm @@ -18,7 +18,7 @@ */ -#include "osx/a11yfactory.h" +#include <osx/a11yfactory.h> #include "a11yrolehelper.h" diff --git a/vcl/osx/a11yselectionwrapper.h b/vcl/osx/a11yselectionwrapper.h index 9b254d7df1f6..923737b652c7 100644 --- a/vcl/osx/a11yselectionwrapper.h +++ b/vcl/osx/a11yselectionwrapper.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_OSX_A11YSELECTIONWRAPPER_H #define INCLUDED_VCL_OSX_A11YSELECTIONWRAPPER_H -#include "osx/osxvcltypes.h" -#include "osx/a11ywrapper.h" +#include <osx/osxvcltypes.h> +#include <osx/a11ywrapper.h> @interface AquaA11ySelectionWrapper : NSObject { diff --git a/vcl/osx/a11yselectionwrapper.mm b/vcl/osx/a11yselectionwrapper.mm index e341aedacfe0..cc5b280994bd 100644 --- a/vcl/osx/a11yselectionwrapper.mm +++ b/vcl/osx/a11yselectionwrapper.mm @@ -18,8 +18,8 @@ */ -#include "osx/salinst.h" -#include "osx/a11yfactory.h" +#include <osx/salinst.h> +#include <osx/a11yfactory.h> #include "a11yselectionwrapper.h" diff --git a/vcl/osx/a11ytablewrapper.h b/vcl/osx/a11ytablewrapper.h index 94b29bd44c78..450a829c12f3 100644 --- a/vcl/osx/a11ytablewrapper.h +++ b/vcl/osx/a11ytablewrapper.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YTABLEWRAPPER_H #define INCLUDED_VCL_OSX_A11YTABLEWRAPPER_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> #define MAXIMUM_ACCESSIBLE_TABLE_CELLS 1000 diff --git a/vcl/osx/a11ytablewrapper.mm b/vcl/osx/a11ytablewrapper.mm index 1b24dd8a2b71..be26940b275f 100644 --- a/vcl/osx/a11ytablewrapper.mm +++ b/vcl/osx/a11ytablewrapper.mm @@ -18,7 +18,7 @@ */ -#include "osx/a11yfactory.h" +#include <osx/a11yfactory.h> #include "a11ytablewrapper.h" diff --git a/vcl/osx/a11ytextattributeswrapper.h b/vcl/osx/a11ytextattributeswrapper.h index 03e3b3a82eef..4170f5f8a8cc 100644 --- a/vcl/osx/a11ytextattributeswrapper.h +++ b/vcl/osx/a11ytextattributeswrapper.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YTEXTATTRIBUTESWRAPPER_H #define INCLUDED_VCL_OSX_A11YTEXTATTRIBUTESWRAPPER_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yTextAttributesWrapper : NSObject { diff --git a/vcl/osx/a11ytextattributeswrapper.mm b/vcl/osx/a11ytextattributeswrapper.mm index 5d5f84fedc6c..425534a8f898 100644 --- a/vcl/osx/a11ytextattributeswrapper.mm +++ b/vcl/osx/a11ytextattributeswrapper.mm @@ -18,9 +18,9 @@ */ -#include "osx/salinst.h" -#include "quartz/utils.h" -#include "quartz/salgdi.h" +#include <osx/salinst.h> +#include <quartz/utils.h> +#include <quartz/salgdi.h> #include "a11ytextattributeswrapper.h" diff --git a/vcl/osx/a11ytextwrapper.h b/vcl/osx/a11ytextwrapper.h index c1830a2072c6..5d2154ff6298 100644 --- a/vcl/osx/a11ytextwrapper.h +++ b/vcl/osx/a11ytextwrapper.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_OSX_A11YTEXTWRAPPER_H #define INCLUDED_VCL_OSX_A11YTEXTWRAPPER_H -#include "osx/osxvcltypes.h" -#include "osx/a11ywrapper.h" +#include <osx/osxvcltypes.h> +#include <osx/a11ywrapper.h> @interface AquaA11yTextWrapper : NSObject { diff --git a/vcl/osx/a11ytextwrapper.mm b/vcl/osx/a11ytextwrapper.mm index 14a63aa8fd9e..b76bee5f5594 100644 --- a/vcl/osx/a11ytextwrapper.mm +++ b/vcl/osx/a11ytextwrapper.mm @@ -18,8 +18,8 @@ */ -#include "osx/salinst.h" -#include "quartz/utils.h" +#include <osx/salinst.h> +#include <quartz/utils.h> #include "a11ytextwrapper.h" #include "a11ytextattributeswrapper.h" #include "a11yutil.h" diff --git a/vcl/osx/a11yutil.mm b/vcl/osx/a11yutil.mm index 68438643ace7..66d574fac616 100644 --- a/vcl/osx/a11yutil.mm +++ b/vcl/osx/a11yutil.mm @@ -18,7 +18,7 @@ */ -#include "osx/osxvcltypes.h" +#include <osx/osxvcltypes.h> #include "a11yutil.h" diff --git a/vcl/osx/a11yvaluewrapper.h b/vcl/osx/a11yvaluewrapper.h index 3ff33d491424..b4db1de964ab 100644 --- a/vcl/osx/a11yvaluewrapper.h +++ b/vcl/osx/a11yvaluewrapper.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H #define INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H -#include "osx/salinst.h" -#include "osx/osxvcltypes.h" -#include "osx/a11ywrapper.h" +#include <osx/salinst.h> +#include <osx/osxvcltypes.h> +#include <osx/a11ywrapper.h> @interface AquaA11yValueWrapper : NSObject { diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm index 13571189be71..37ad10c3242a 100644 --- a/vcl/osx/a11ywrapper.mm +++ b/vcl/osx/a11ywrapper.mm @@ -18,15 +18,15 @@ */ -#include "osx/salinst.h" -#include "osx/saldata.hxx" +#include <osx/salinst.h> +#include <osx/saldata.hxx> -#include "osx/a11ywrapper.h" -#include "osx/a11ylistener.hxx" -#include "osx/a11yfactory.h" -#include "osx/a11yfocustracker.hxx" +#include <osx/a11ywrapper.h> +#include <osx/a11ylistener.hxx> +#include <osx/a11yfactory.h> +#include <osx/a11yfocustracker.hxx> -#include "quartz/utils.h" +#include <quartz/utils.h> #include "a11yfocuslistener.hxx" #include "a11yactionwrapper.h" diff --git a/vcl/osx/a11ywrapperbutton.h b/vcl/osx/a11ywrapperbutton.h index 0bf115f130be..23103cd92b98 100644 --- a/vcl/osx/a11ywrapperbutton.h +++ b/vcl/osx/a11ywrapperbutton.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H #define INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperButton : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperbutton.mm b/vcl/osx/a11ywrapperbutton.mm index eab7e07d00e3..ca5f16af3d42 100644 --- a/vcl/osx/a11ywrapperbutton.mm +++ b/vcl/osx/a11ywrapperbutton.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperbutton.h" #include "a11ytextwrapper.h" diff --git a/vcl/osx/a11ywrappercheckbox.h b/vcl/osx/a11ywrappercheckbox.h index 58cd2986e41e..6f20a888b271 100644 --- a/vcl/osx/a11ywrappercheckbox.h +++ b/vcl/osx/a11ywrappercheckbox.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERCHECKBOX_H #define INCLUDED_VCL_OSX_A11YWRAPPERCHECKBOX_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperCheckBox : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrappercheckbox.mm b/vcl/osx/a11ywrappercheckbox.mm index e8e6ad3d0210..d67c5b610ded 100644 --- a/vcl/osx/a11ywrappercheckbox.mm +++ b/vcl/osx/a11ywrappercheckbox.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappercheckbox.h" #include "a11yvaluewrapper.h" diff --git a/vcl/osx/a11ywrappercombobox.h b/vcl/osx/a11ywrappercombobox.h index 4b7534805104..7995f06b69fd 100644 --- a/vcl/osx/a11ywrappercombobox.h +++ b/vcl/osx/a11ywrappercombobox.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERCOMBOBOX_H #define INCLUDED_VCL_OSX_A11YWRAPPERCOMBOBOX_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> #include <com/sun/star/accessibility/XAccessibleContext.hpp> @interface AquaA11yWrapperComboBox : AquaA11yWrapper diff --git a/vcl/osx/a11ywrappercombobox.mm b/vcl/osx/a11ywrappercombobox.mm index 2467718c79d4..0f0a8c4129a9 100644 --- a/vcl/osx/a11ywrappercombobox.mm +++ b/vcl/osx/a11ywrappercombobox.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappercombobox.h" #include "a11yrolehelper.h" diff --git a/vcl/osx/a11ywrappergroup.h b/vcl/osx/a11ywrappergroup.h index af2baea63e11..5309c155b1c4 100644 --- a/vcl/osx/a11ywrappergroup.h +++ b/vcl/osx/a11ywrappergroup.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERGROUP_H #define INCLUDED_VCL_OSX_A11YWRAPPERGROUP_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperGroup : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrappergroup.mm b/vcl/osx/a11ywrappergroup.mm index 04c17a266f65..39cbd9adfcbc 100644 --- a/vcl/osx/a11ywrappergroup.mm +++ b/vcl/osx/a11ywrappergroup.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappergroup.h" // Wrapper for AXGroup role diff --git a/vcl/osx/a11ywrapperlist.h b/vcl/osx/a11ywrapperlist.h index 65f605a173b1..8864555f283e 100644 --- a/vcl/osx/a11ywrapperlist.h +++ b/vcl/osx/a11ywrapperlist.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERLIST_H #define INCLUDED_VCL_OSX_A11YWRAPPERLIST_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperList : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperlist.mm b/vcl/osx/a11ywrapperlist.mm index e10bf727858f..9b0bac733bf9 100644 --- a/vcl/osx/a11ywrapperlist.mm +++ b/vcl/osx/a11ywrapperlist.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperlist.h" using namespace ::com::sun::star::accessibility; diff --git a/vcl/osx/a11ywrapperradiobutton.h b/vcl/osx/a11ywrapperradiobutton.h index 83e3f5fc9e89..ec8999f36035 100644 --- a/vcl/osx/a11ywrapperradiobutton.h +++ b/vcl/osx/a11ywrapperradiobutton.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERRADIOBUTTON_H #define INCLUDED_VCL_OSX_A11YWRAPPERRADIOBUTTON_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperRadioButton : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperradiobutton.mm b/vcl/osx/a11ywrapperradiobutton.mm index de94af6a196e..21fd9529bb96 100644 --- a/vcl/osx/a11ywrapperradiobutton.mm +++ b/vcl/osx/a11ywrapperradiobutton.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperradiobutton.h" #include "a11ytextwrapper.h" #include "a11yvaluewrapper.h" diff --git a/vcl/osx/a11ywrapperradiogroup.h b/vcl/osx/a11ywrapperradiogroup.h index 6ae98cbfd583..98e5a5cf5789 100644 --- a/vcl/osx/a11ywrapperradiogroup.h +++ b/vcl/osx/a11ywrapperradiogroup.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERRADIOGROUP_H #define INCLUDED_VCL_OSX_A11YWRAPPERRADIOGROUP_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperRadioGroup : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperradiogroup.mm b/vcl/osx/a11ywrapperradiogroup.mm index d66192df67bb..557e0b1bca15 100644 --- a/vcl/osx/a11ywrapperradiogroup.mm +++ b/vcl/osx/a11ywrapperradiogroup.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperradiogroup.h" #include "a11ytextwrapper.h" diff --git a/vcl/osx/a11ywrapperrow.h b/vcl/osx/a11ywrapperrow.h index 45cd7477d6ec..00e32f4dfdb4 100644 --- a/vcl/osx/a11ywrapperrow.h +++ b/vcl/osx/a11ywrapperrow.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERROW_H #define INCLUDED_VCL_OSX_A11YWRAPPERROW_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperRow : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperrow.mm b/vcl/osx/a11ywrapperrow.mm index 98739e6597d1..1b7ee56dd456 100644 --- a/vcl/osx/a11ywrapperrow.mm +++ b/vcl/osx/a11ywrapperrow.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperrow.h" #include "a11ytextwrapper.h" diff --git a/vcl/osx/a11ywrapperscrollarea.h b/vcl/osx/a11ywrapperscrollarea.h index 35a2aa15a028..c1556f9a9c19 100644 --- a/vcl/osx/a11ywrapperscrollarea.h +++ b/vcl/osx/a11ywrapperscrollarea.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERSCROLLAREA_H #define INCLUDED_VCL_OSX_A11YWRAPPERSCROLLAREA_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperScrollArea : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperscrollarea.mm b/vcl/osx/a11ywrapperscrollarea.mm index f70f44962ddb..bd5edf75f519 100644 --- a/vcl/osx/a11ywrapperscrollarea.mm +++ b/vcl/osx/a11ywrapperscrollarea.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperscrollarea.h" #include "a11ywrapperscrollbar.h" diff --git a/vcl/osx/a11ywrapperscrollbar.h b/vcl/osx/a11ywrapperscrollbar.h index a6d87079a31b..88beceb4f1cd 100644 --- a/vcl/osx/a11ywrapperscrollbar.h +++ b/vcl/osx/a11ywrapperscrollbar.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H #define INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperScrollBar : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperscrollbar.mm b/vcl/osx/a11ywrapperscrollbar.mm index 3717cafc883b..a4b7a246b411 100644 --- a/vcl/osx/a11ywrapperscrollbar.mm +++ b/vcl/osx/a11ywrapperscrollbar.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperscrollbar.h" diff --git a/vcl/osx/a11ywrappersplitter.h b/vcl/osx/a11ywrappersplitter.h index 18cdb6e0cdca..22397e869488 100644 --- a/vcl/osx/a11ywrappersplitter.h +++ b/vcl/osx/a11ywrappersplitter.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERSPLITTER_H #define INCLUDED_VCL_OSX_A11YWRAPPERSPLITTER_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperSplitter : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrappersplitter.mm b/vcl/osx/a11ywrappersplitter.mm index 66db6dc92f36..b43928bd43cd 100644 --- a/vcl/osx/a11ywrappersplitter.mm +++ b/vcl/osx/a11ywrappersplitter.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappersplitter.h" using namespace ::com::sun::star::accessibility; diff --git a/vcl/osx/a11ywrapperstatictext.h b/vcl/osx/a11ywrapperstatictext.h index a210d80b7550..c02a1f3b82a4 100644 --- a/vcl/osx/a11ywrapperstatictext.h +++ b/vcl/osx/a11ywrapperstatictext.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H #define INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperStaticText : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrapperstatictext.mm b/vcl/osx/a11ywrapperstatictext.mm index ce0d7c425d92..cd4728544c00 100644 --- a/vcl/osx/a11ywrapperstatictext.mm +++ b/vcl/osx/a11ywrapperstatictext.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrapperstatictext.h" // Wrapper for AXStaticText role diff --git a/vcl/osx/a11ywrappertabgroup.h b/vcl/osx/a11ywrappertabgroup.h index b340d7506995..38c12ed21afb 100644 --- a/vcl/osx/a11ywrappertabgroup.h +++ b/vcl/osx/a11ywrappertabgroup.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERTABGROUP_H #define INCLUDED_VCL_OSX_A11YWRAPPERTABGROUP_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperTabGroup : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrappertabgroup.mm b/vcl/osx/a11ywrappertabgroup.mm index 0174e43093e2..ad5971865449 100644 --- a/vcl/osx/a11ywrappertabgroup.mm +++ b/vcl/osx/a11ywrappertabgroup.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappertabgroup.h" // Wrapper for AXTabGroup role diff --git a/vcl/osx/a11ywrappertextarea.h b/vcl/osx/a11ywrappertextarea.h index a0cf4f68d6af..325284973eac 100644 --- a/vcl/osx/a11ywrappertextarea.h +++ b/vcl/osx/a11ywrappertextarea.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERTEXTAREA_H #define INCLUDED_VCL_OSX_A11YWRAPPERTEXTAREA_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperTextArea : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrappertextarea.mm b/vcl/osx/a11ywrappertextarea.mm index 9b4fbf995733..3f51f3541bd1 100644 --- a/vcl/osx/a11ywrappertextarea.mm +++ b/vcl/osx/a11ywrappertextarea.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappertextarea.h" // Wrapper for AXTextArea role diff --git a/vcl/osx/a11ywrappertoolbar.h b/vcl/osx/a11ywrappertoolbar.h index 64bd14250e9e..d8871a507879 100644 --- a/vcl/osx/a11ywrappertoolbar.h +++ b/vcl/osx/a11ywrappertoolbar.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_OSX_A11YWRAPPERTOOLBAR_H #define INCLUDED_VCL_OSX_A11YWRAPPERTOOLBAR_H -#include "osx/a11ywrapper.h" +#include <osx/a11ywrapper.h> @interface AquaA11yWrapperToolbar : AquaA11yWrapper { diff --git a/vcl/osx/a11ywrappertoolbar.mm b/vcl/osx/a11ywrappertoolbar.mm index 9636d7882705..05e9b30e255e 100644 --- a/vcl/osx/a11ywrappertoolbar.mm +++ b/vcl/osx/a11ywrappertoolbar.mm @@ -18,7 +18,7 @@ */ -#include "osx/salinst.h" +#include <osx/salinst.h> #include "a11ywrappertoolbar.h" // Wrapper for AXToolbar role diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx index a702432dd3f1..53326fb6634d 100644 --- a/vcl/osx/clipboard.cxx +++ b/vcl/osx/clipboard.cxx @@ -23,7 +23,7 @@ #include "OSXTransferable.hxx" #include <com/sun/star/datatransfer/MimeContentTypeFactory.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include "comphelper/processfactory.hxx" +#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace com::sun::star::datatransfer; diff --git a/vcl/osx/documentfocuslistener.hxx b/vcl/osx/documentfocuslistener.hxx index f22f7e371305..93bc8136a984 100644 --- a/vcl/osx/documentfocuslistener.hxx +++ b/vcl/osx/documentfocuslistener.hxx @@ -24,7 +24,7 @@ #include <cppuhelper/implbase.hxx> -#include "osx/a11yfocustracker.hxx" +#include <osx/a11yfocustracker.hxx> #include <set> diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm index ad4ea5af9de7..dda38c4479c8 100644 --- a/vcl/osx/printaccessoryview.mm +++ b/vcl/osx/printaccessoryview.mm @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <vcl/print.hxx> #include <vcl/image.hxx> @@ -26,16 +26,16 @@ #include <vcl/unohelp.hxx> #include <vcl/settings.hxx> -#include "osx/printview.h" -#include "osx/salinst.h" -#include "quartz/utils.h" +#include <osx/printview.h> +#include <osx/salinst.h> +#include <quartz/utils.h> -#include "svdata.hxx" -#include "strings.hrc" -#include "printaccessoryview.hrc" +#include <svdata.hxx> +#include <strings.hrc> +#include <printaccessoryview.hrc> -#include "com/sun/star/i18n/XBreakIterator.hpp" -#include "com/sun/star/i18n/WordType.hpp" +#include <com/sun/star/i18n/XBreakIterator.hpp> +#include <com/sun/star/i18n/WordType.hpp> #include <map> diff --git a/vcl/osx/printview.mm b/vcl/osx/printview.mm index 51b9b5ad04e7..95875a26f767 100644 --- a/vcl/osx/printview.mm +++ b/vcl/osx/printview.mm @@ -20,8 +20,8 @@ #include <vcl/print.hxx> -#include "osx/printview.h" -#include "osx/salprn.h" +#include <osx/printview.h> +#include <osx/salprn.h> @implementation AquaPrintView diff --git a/vcl/osx/saldata.cxx b/vcl/osx/saldata.cxx index a445e5cfb7ad..48ee575fbea8 100644 --- a/vcl/osx/saldata.cxx +++ b/vcl/osx/saldata.cxx @@ -19,10 +19,10 @@ #include <config_features.h> -#include "osx/saldata.hxx" -#include "osx/salnsmenu.h" -#include "osx/salinst.h" -#include "o3tl/enumarray.hxx" +#include <osx/saldata.hxx> +#include <osx/salnsmenu.h> +#include <osx/salinst.h> +#include <o3tl/enumarray.hxx> #import "apple_remote/RemoteMainController.h" diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index ff87c83e3205..476ef9ab3bad 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -20,33 +20,33 @@ #include <string> #include <comphelper/fileurl.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> -#include "osl/file.h" +#include <osl/file.h> #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> #include <vcl/settings.hxx> -#include "osx/saldata.hxx" -#include "quartz/salgdi.h" -#include "osx/salframe.h" -#include "osx/salmenu.h" -#include "osx/salinst.h" -#include "osx/salframeview.h" -#include "osx/a11yfactory.h" -#include "osx/runinmain.hxx" -#include "quartz/utils.h" +#include <osx/saldata.hxx> +#include <quartz/salgdi.h> +#include <osx/salframe.h> +#include <osx/salmenu.h> +#include <osx/salinst.h> +#include <osx/salframeview.h> +#include <osx/a11yfactory.h> +#include <osx/runinmain.hxx> +#include <quartz/utils.h> -#include "salwtype.hxx" +#include <salwtype.hxx> -#include "premac.h" +#include <premac.h> #include <objc/objc-runtime.h> // needed for theming // FIXME: move theming code to salnativewidgets.cxx #include <Carbon/Carbon.h> -#include "postmac.h" +#include <postmac.h> using namespace std; diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index c0d28fe4bc3f..c79244a0011e 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -26,12 +26,12 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> -#include "osx/a11yfactory.h" -#include "osx/salframe.h" -#include "osx/salframeview.h" -#include "osx/salinst.h" -#include "quartz/salgdi.h" -#include "quartz/utils.h" +#include <osx/a11yfactory.h> +#include <osx/salframe.h> +#include <osx/salframeview.h> +#include <osx/salinst.h> +#include <quartz/salgdi.h> +#include <quartz/utils.h> #define WHEEL_EVENT_FACTOR 1.5 diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index 922046bcbfe8..50623eac24aa 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -23,11 +23,11 @@ #include <comphelper/solarmutex.hxx> -#include "comphelper/lok.hxx" +#include <comphelper/lok.hxx> -#include "osl/process.h" +#include <osl/process.h> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> @@ -35,34 +35,34 @@ #include <vcl/svmain.hxx> #include <vcl/opengl/OpenGLContext.hxx> -#include "osx/saldata.hxx" -#include "osx/salinst.h" -#include "osx/salframe.h" -#include "osx/salobj.h" -#include "osx/salsys.h" -#include "quartz/salvd.h" -#include "quartz/salbmp.h" -#include "quartz/utils.h" -#include "osx/salprn.h" -#include "osx/saltimer.h" -#include "osx/vclnsapp.h" -#include "osx/runinmain.hxx" - -#include "print.h" -#include "impbmp.hxx" -#include "salimestatus.hxx" +#include <osx/saldata.hxx> +#include <osx/salinst.h> +#include <osx/salframe.h> +#include <osx/salobj.h> +#include <osx/salsys.h> +#include <quartz/salvd.h> +#include <quartz/salbmp.h> +#include <quartz/utils.h> +#include <osx/salprn.h> +#include <osx/saltimer.h> +#include <osx/vclnsapp.h> +#include <osx/runinmain.hxx> + +#include <print.h> +#include <impbmp.hxx> +#include <salimestatus.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/uri/ExternalUriReferenceTranslator.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include "premac.h" +#include <premac.h> #include <Foundation/Foundation.h> #include <ApplicationServices/ApplicationServices.h> #import "apple_remote/RemoteMainController.h" -#include "apple_remote/RemoteControl.h" -#include "postmac.h" +#include <apple_remote/RemoteControl.h> +#include <postmac.h> extern "C" { #include <crt_externs.h> diff --git a/vcl/osx/salmenu.cxx b/vcl/osx/salmenu.cxx index abab89f1dee7..4fb54d224503 100644 --- a/vcl/osx/salmenu.cxx +++ b/vcl/osx/salmenu.cxx @@ -29,15 +29,15 @@ #include <vcl/window.hxx> #include <vcl/svapp.hxx> -#include "osx/saldata.hxx" -#include "osx/salinst.h" -#include "osx/salmenu.h" -#include "osx/salnsmenu.h" -#include "osx/salframe.h" -#include "osx/a11ywrapper.h" -#include "quartz/utils.h" -#include "strings.hrc" -#include "window.h" +#include <osx/saldata.hxx> +#include <osx/salinst.h> +#include <osx/salmenu.h> +#include <osx/salnsmenu.h> +#include <osx/salframe.h> +#include <osx/a11ywrapper.h> +#include <quartz/utils.h> +#include <strings.hrc> +#include <window.h> namespace { diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx index 39cb514ddcbf..42add9e30d5a 100644 --- a/vcl/osx/salnativewidgets.cxx +++ b/vcl/osx/salnativewidgets.cxx @@ -25,16 +25,16 @@ #include <vcl/timer.hxx> #include <vcl/settings.hxx> -#include "quartz/salgdi.h" -#include "osx/salnativewidgets.h" -#include "osx/saldata.hxx" -#include "osx/salframe.h" +#include <quartz/salgdi.h> +#include <osx/salnativewidgets.h> +#include <osx/saldata.hxx> +#include <osx/salframe.h> -#include "premac.h" +#include <premac.h> #include <Carbon/Carbon.h> -#include "postmac.h" +#include <postmac.h> -#include <cuidraw.hxx> +#include "cuidraw.hxx" #if !HAVE_FEATURE_MACOSX_SANDBOX diff --git a/vcl/osx/salnsmenu.mm b/vcl/osx/salnsmenu.mm index 1b65d1e2ed9c..8a00b4105964 100644 --- a/vcl/osx/salnsmenu.mm +++ b/vcl/osx/salnsmenu.mm @@ -21,11 +21,11 @@ #include <vcl/window.hxx> -#include "osx/salinst.h" -#include "osx/saldata.hxx" -#include "osx/salframe.h" -#include "osx/salmenu.h" -#include "osx/salnsmenu.h" +#include <osx/salinst.h> +#include <osx/saldata.hxx> +#include <osx/salframe.h> +#include <osx/salmenu.h> +#include <osx/salnsmenu.h> @implementation SalNSMenu -(id)initWithMenu: (AquaSalMenu*)pMenu diff --git a/vcl/osx/salnstimer.mm b/vcl/osx/salnstimer.mm index 9647bb6b87c1..95be181644a5 100644 --- a/vcl/osx/salnstimer.mm +++ b/vcl/osx/salnstimer.mm @@ -19,11 +19,11 @@ #include <sal/config.h> -#include "osx/saltimer.h" -#include "osx/salnstimer.h" -#include "osx/salinst.h" -#include "osx/saldata.hxx" -#include "svdata.hxx" +#include <osx/saltimer.h> +#include <osx/salnstimer.h> +#include <osx/salinst.h> +#include <osx/saldata.hxx> +#include <svdata.hxx> @implementation TimerCallbackCaller diff --git a/vcl/osx/salobj.cxx b/vcl/osx/salobj.cxx index b6cea6e614bc..e282780f67fa 100644 --- a/vcl/osx/salobj.cxx +++ b/vcl/osx/salobj.cxx @@ -22,11 +22,11 @@ #include <vcl/opengl/OpenGLHelper.hxx> #include <opengl/zone.hxx> -#include "osx/saldata.hxx" -#include "osx/salframe.h" -#include "osx/salinst.h" -#include "osx/salobj.h" -#include "osx/runinmain.hxx" +#include <osx/saldata.hxx> +#include <osx/salframe.h> +#include <osx/salinst.h> +#include <osx/salobj.h> +#include <osx/runinmain.hxx> #include <AppKit/NSOpenGLView.h> diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx index 25f312b1daf9..4285d418da84 100644 --- a/vcl/osx/salprn.cxx +++ b/vcl/osx/salprn.cxx @@ -17,24 +17,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "officecfg/Office/Common.hxx" +#include <officecfg/Office/Common.hxx> #include <vcl/print.hxx> #include <sal/macros.h> -#include "osx/salinst.h" -#include "osx/salprn.h" -#include "osx/printview.h" -#include "quartz/salgdi.h" -#include "osx/saldata.hxx" -#include "quartz/utils.h" +#include <osx/salinst.h> +#include <osx/salprn.h> +#include <osx/printview.h> +#include <quartz/salgdi.h> +#include <osx/saldata.hxx> +#include <quartz/utils.h> -#include "jobset.h" -#include "salptype.hxx" +#include <jobset.h> +#include <salptype.hxx> -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/awt/Size.hpp" -#include "com/sun/star/uno/Sequence.hxx" +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/uno/Sequence.hxx> #include <algorithm> #include <cstdlib> diff --git a/vcl/osx/salsys.cxx b/vcl/osx/salsys.cxx index 7051aeedeb44..1927ba27cb9e 100644 --- a/vcl/osx/salsys.cxx +++ b/vcl/osx/salsys.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <vcl/button.hxx> -#include "osx/salsys.h" -#include "osx/saldata.hxx" -#include "osx/salinst.h" -#include "quartz/utils.h" +#include <osx/salsys.h> +#include <osx/saldata.hxx> +#include <osx/salinst.h> +#include <quartz/utils.h> -#include "strings.hrc" +#include <strings.hrc> AquaSalSystem::~AquaSalSystem() { diff --git a/vcl/osx/saltimer.cxx b/vcl/osx/saltimer.cxx index 3d74da42a3dc..43931d722ef8 100644 --- a/vcl/osx/saltimer.cxx +++ b/vcl/osx/saltimer.cxx @@ -22,11 +22,11 @@ #include <rtl/math.hxx> #include <tools/time.hxx> -#include "osx/saltimer.h" -#include "osx/salnstimer.h" -#include "osx/saldata.hxx" -#include "osx/salframe.h" -#include "osx/salinst.h" +#include <osx/saltimer.h> +#include <osx/salnstimer.h> +#include <osx/saldata.hxx> +#include <osx/salframe.h> +#include <osx/salinst.h> void ImplNSAppPostEvent( short nEventId, BOOL bAtStart, int nUserData ) diff --git a/vcl/osx/service_entry.cxx b/vcl/osx/service_entry.cxx index 111983d68fba..50f8498c2f63 100644 --- a/vcl/osx/service_entry.cxx +++ b/vcl/osx/service_entry.cxx @@ -20,8 +20,8 @@ #include <vcl/svapp.hxx> -#include "osx/saldata.hxx" -#include "osx/salinst.h" +#include <osx/saldata.hxx> +#include <osx/salinst.h> #include "DragSource.hxx" #include "DropTarget.hxx" diff --git a/vcl/osx/vclnsapp.mm b/vcl/osx/vclnsapp.mm index 23b22c360eeb..473c8d7f9a30 100644 --- a/vcl/osx/vclnsapp.mm +++ b/vcl/osx/vclnsapp.mm @@ -28,18 +28,18 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> -#include "osx/saldata.hxx" -#include "osx/salframe.h" -#include "osx/salframeview.h" -#include "osx/salinst.h" -#include "osx/vclnsapp.h" -#include "quartz/utils.h" - -#include "premac.h" +#include <osx/saldata.hxx> +#include <osx/salframe.h> +#include <osx/salframeview.h> +#include <osx/salinst.h> +#include <osx/vclnsapp.h> +#include <quartz/utils.h> + +#include <premac.h> #include <objc/objc-runtime.h> #import "Carbon/Carbon.h" #import "apple_remote/RemoteControl.h" -#include "postmac.h" +#include <postmac.h> @implementation CocoaThreadEnabler diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx index 9c2acbd2de01..f9e7bc2bacbf 100644 --- a/vcl/quartz/ctfonts.cxx +++ b/vcl/quartz/ctfonts.cxx @@ -25,18 +25,18 @@ #include <vcl/settings.hxx> -#include "quartz/ctfonts.hxx" -#include "impfont.hxx" +#include <quartz/ctfonts.hxx> +#include <impfont.hxx> #ifdef MACOSX -#include "osx/saldata.hxx" -#include "osx/salinst.h" +#include <osx/saldata.hxx> +#include <osx/salinst.h> #endif -#include "fontinstance.hxx" -#include "fontattributes.hxx" -#include "PhysicalFontCollection.hxx" -#include "quartz/salgdi.h" -#include "quartz/utils.h" -#include "sallayout.hxx" +#include <fontinstance.hxx> +#include <fontattributes.hxx> +#include <PhysicalFontCollection.hxx> +#include <quartz/salgdi.h> +#include <quartz/utils.h> +#include <sallayout.hxx> inline double toRadian(int nDegree) diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index fe8aa8920f7b..b96e25421686 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -28,12 +28,12 @@ #include <vcl/bitmap.hxx> #include <vcl/salbtype.hxx> -#include "bmpfast.hxx" -#include "quartz/salbmp.h" -#include "quartz/utils.h" +#include <bmpfast.hxx> +#include <quartz/salbmp.h> +#include <quartz/utils.h> #ifdef MACOSX -#include "osx/saldata.hxx" +#include <osx/saldata.hxx> #else #include "saldatabasic.hxx" #endif diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index 42bb48ffefd4..e84702eabb12 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -35,24 +35,24 @@ #include <vcl/svapp.hxx> #include <vcl/sysdata.hxx> -#include "quartz/ctfonts.hxx" -#include "fontsubset.hxx" -#include "impfont.hxx" -#include "impfontcharmap.hxx" -#include "impfontmetricdata.hxx" -#include "CommonSalLayout.hxx" -#include "outdev.h" -#include "PhysicalFontCollection.hxx" +#include <quartz/ctfonts.hxx> +#include <fontsubset.hxx> +#include <impfont.hxx> +#include <impfontcharmap.hxx> +#include <impfontmetricdata.hxx> +#include <CommonSalLayout.hxx> +#include <outdev.h> +#include <PhysicalFontCollection.hxx> #ifdef MACOSX -#include "osx/salframe.h" +#include <osx/salframe.h> #endif -#include "quartz/utils.h" +#include <quartz/utils.h> #ifdef IOS #include "saldatabasic.hxx" #endif -#include "sallayout.hxx" -#include "sft.hxx" +#include <sallayout.hxx> +#include <sft.hxx> using namespace vcl; diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 099c33e3e817..5022a93c70f0 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -29,16 +29,16 @@ #include <vcl/sysdata.hxx> -#include "fontsubset.hxx" -#include "quartz/salbmp.h" +#include <fontsubset.hxx> +#include <quartz/salbmp.h> #ifdef MACOSX -#include "quartz/salgdi.h" +#include <quartz/salgdi.h> #endif -#include "quartz/utils.h" +#include <quartz/utils.h> #ifdef IOS #include "saldatabasic.hxx" #endif -#include "sft.hxx" +#include <sft.hxx> #if defined(IOS) && defined(DBG_UTIL) diff --git a/vcl/quartz/salgdiutils.cxx b/vcl/quartz/salgdiutils.cxx index 6149eceadae4..acda751afb67 100644 --- a/vcl/quartz/salgdiutils.cxx +++ b/vcl/quartz/salgdiutils.cxx @@ -26,10 +26,10 @@ #include <basegfx/vector/b2ivector.hxx> #include <vcl/svapp.hxx> -#include "quartz/salgdi.h" -#include "quartz/utils.h" -#include "osx/salframe.h" -#include "osx/saldata.hxx" +#include <quartz/salgdi.h> +#include <quartz/utils.h> +#include <osx/salframe.h> +#include <osx/saldata.hxx> void AquaSalGraphics::SetWindowGraphics( AquaSalFrame* pFrame ) { diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx index 26f90af338e7..3d9d700cb4d9 100644 --- a/vcl/quartz/salvd.cxx +++ b/vcl/quartz/salvd.cxx @@ -23,18 +23,18 @@ #include <vcl/sysdata.hxx> #ifdef MACOSX -#include "osx/salinst.h" -#include "osx/saldata.hxx" -#include "osx/salframe.h" +#include <osx/salinst.h> +#include <osx/saldata.hxx> +#include <osx/salframe.h> #else #include "headless/svpframe.hxx" #include "headless/svpgdi.hxx" #include "headless/svpinst.hxx" #include "headless/svpvd.hxx" #endif -#include "quartz/salgdi.h" -#include "quartz/salvd.h" -#include "quartz/utils.h" +#include <quartz/salgdi.h> +#include <quartz/salvd.h> +#include <quartz/utils.h> SalVirtualDevice* AquaSalInstance::CreateVirtualDevice( SalGraphics* pGraphics, long &nDX, long &nDY, diff --git a/vcl/quartz/utils.cxx b/vcl/quartz/utils.cxx index f0ebb9a65c20..2a65acd0af2f 100644 --- a/vcl/quartz/utils.cxx +++ b/vcl/quartz/utils.cxx @@ -25,7 +25,7 @@ #include <rtl/alloc.h> #include <rtl/ustrbuf.hxx> -#include "quartz/utils.h" +#include <quartz/utils.h> OUString GetOUString( CFStringRef rStr ) { |