summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2022-09-02 00:04:39 +0300
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-05 16:20:03 +0200
commit99b85a2eda006a59306042dad5b0b1de116febf3 (patch)
tree8508c83afa26f2898609b08943cc1530f0f0830e /compilerplugins
parentc8cc4c29369f3d5df22c0b9260c00816a7c891eb (diff)
vcl: Rename Gesture event to GesturePan
We have 5 gesture types: GestureZoom, GestureRotate, Gesture (for panning), Swipe and LongPress. For consistency all of these will use Gesture as a prefix to reduce confusion and for easier grepping throughout the codebase. Change-Id: I8b9e245d011203a19c1172f9833c172f65382ca9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139241 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/constantparam.numbers.results2
-rw-r--r--compilerplugins/clang/unusedenumconstants.writeonly.results4
-rw-r--r--compilerplugins/clang/unusedfields.only-used-in-constructor.results6
-rw-r--r--compilerplugins/clang/unusedfields.untouched.results6
4 files changed, 9 insertions, 9 deletions
diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results
index 34a32601044d..4dab02d8179c 100644
--- a/compilerplugins/clang/constantparam.numbers.results
+++ b/compilerplugins/clang/constantparam.numbers.results
@@ -1487,7 +1487,7 @@ include/vcl/print.hxx:667
int i_nMaxValue
1000
include/vcl/svapp.hxx:752
- struct ImplSVEvent * Application::PostGestureEvent(enum VclEventId,class vcl::Window *,const class GestureEvent *)
+ struct ImplSVEvent * Application::PostGestureEvent(enum VclEventId,class vcl::Window *,const class GestureEventPan *)
enum VclEventId nEvent
130
include/vcl/texteng.hxx:132
diff --git a/compilerplugins/clang/unusedenumconstants.writeonly.results b/compilerplugins/clang/unusedenumconstants.writeonly.results
index b4f02f215137..e22323c9d683 100644
--- a/compilerplugins/clang/unusedenumconstants.writeonly.results
+++ b/compilerplugins/clang/unusedenumconstants.writeonly.results
@@ -2900,9 +2900,9 @@ include/vcl/formatter.hxx:120
enum Formatter::valueState valueDirty
include/vcl/gdimtf.hxx:48
enum MtfConversion N8BitGreys
-include/vcl/GestureEvent.hxx:25
+include/vcl/GestureEventPan.hxx:25
enum PanningOrientation Horizontal
-include/vcl/GestureEvent.hxx:26
+include/vcl/GestureEventPan.hxx:26
enum PanningOrientation Vertical
include/vcl/GraphicObject.hxx:40
enum GraphicAdjustmentFlags ALL
diff --git a/compilerplugins/clang/unusedfields.only-used-in-constructor.results b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index 858713811d6b..d22fb2d35d4d 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -373,11 +373,11 @@ include/svx/ClassificationDialog.hxx:37
include/svx/imapdlg.hxx:91
SvxIMapDlg aIMapItem SvxIMapDlgItem
include/vcl/commandevent.hxx:310
- CommandGestureData mfX const double
+ CommandGesturePanData mfX const double
include/vcl/commandevent.hxx:311
- CommandGestureData mfY const double
+ CommandGesturePanData mfY const double
include/vcl/commandevent.hxx:314
- CommandGestureData meOrientation const PanningOrientation
+ CommandGesturePanData meOrientation const PanningOrientation
include/vcl/pdf/PDFAnnotationMarker.hxx:67
vcl::pdf::PDFAnnotationMarkerHighlight meTextMarkerType PDFTextMarkerType
include/xmloff/shapeimport.hxx:57
diff --git a/compilerplugins/clang/unusedfields.untouched.results b/compilerplugins/clang/unusedfields.untouched.results
index e70d7f71426d..3366f862141a 100644
--- a/compilerplugins/clang/unusedfields.untouched.results
+++ b/compilerplugins/clang/unusedfields.untouched.results
@@ -223,11 +223,11 @@ include/svx/imapdlg.hxx:91
include/unotest/macros_test.hxx:111
unotest::MacrosTest mpDll std::unique_ptr<BasicDLL>
include/vcl/commandevent.hxx:310
- CommandGestureData mfX const double
+ CommandGesturePanData mfX const double
include/vcl/commandevent.hxx:311
- CommandGestureData mfY const double
+ CommandGesturePanData mfY const double
include/vcl/commandevent.hxx:314
- CommandGestureData meOrientation const PanningOrientation
+ CommandGesturePanData meOrientation const PanningOrientation
include/vcl/filter/PngImageReader.hxx:35
vcl::PngImageReader mxStatusIndicator css::uno::Reference<css::task::XStatusIndicator>
include/vcl/filter/PngImageWriter.hxx:32