[Libreoffice-commits] core.git: extras/source svx/source

2023-11-01 Thread khushishikhu (via logerrit)
 extras/source/templates/presnt/Growing_Liberty/content.xml |   90 ++---
 svx/source/customshapes/EnhancedCustomShapeGeometry.cxx|   18 +-
 2 files changed, 54 insertions(+), 54 deletions(-)

New commits:
commit 48dffbd86ea2893c589e816bce2e974edb2cf344
Author: khushishikhu 
AuthorDate: Sat Oct 28 03:25:52 2023 +0530
Commit: Ilmari Lauhakangas 
CommitDate: Thu Nov 2 07:54:30 2023 +0100

tdf#157956 convert ellipses to quarter rounded circle

The change is about corner rounding of a 'Flowchart Alternate Process' 
shape. The quarter circles remain circles even after stretching the shape.

Change-Id: I4ecaba9a9f39cfb797e248eb4728ed7dea844f5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158580
Tested-by: Jenkins
Reviewed-by: Regina Henschel 
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/extras/source/templates/presnt/Growing_Liberty/content.xml 
b/extras/source/templates/presnt/Growing_Liberty/content.xml
index 7f9072dea369..06802c9aaa31 100644
--- a/extras/source/templates/presnt/Growing_Liberty/content.xml
+++ b/extras/source/templates/presnt/Growing_Liberty/content.xml
@@ -1187,15 +1187,15 @@
   
 Lorem ipsum dolor sit amet, 
consectetuer adipiscing elit. 
   
-  
-
-
-
-
-
-
-
-
+  
+
+
+
+
+
+
+
+
   
 
 
@@ -1208,15 +1208,15 @@
   
 Lorem ipsum dolor sit amet, 
consectetuer adipiscing elit. 
   
-  
-
-
-
-
-
-
-
-
+  
+
+
+
+
+
+
+
+
   
 
 
@@ -1229,15 +1229,15 @@
   
 Lorem ipsum dolor sit amet, 
consectetuer adipiscing elit. 
   
-  
-
-
-
-
-
-
-
-
+  
+
+
+
+
+
+
+
+
   
 
 
@@ -1250,15 +1250,15 @@
   
 Lorem ipsum dolor sit amet, 
consectetuer adipiscing elit. 
   
-  
-
-
-
-
-
-
-
-
+  
+
+
+
+
+
+
+
+
   
 
 
@@ -1301,15 +1301,15 @@
   
 Lorem ipsum dolor sit amet, 
consectetuer adipiscing elit. 
   
-  
-
-
-
-
-
-
-
-
+  
+
+
+
+
+
+
+
+
   
 
 
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx 
b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index a4b991efb6a5..8e9ee89fb716 100644
--- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
@@ -4957,14 +4957,14 @@ const sal_uInt16 mso_sptFlowChartAlternateProcessSegm[] 
=
 };
 const SvxMSDffCalculationData mso_sptFlowChartAlternateProcessCalc[] =
 {
-{ 0x2000, { DFF_Prop_geoLeft, 2540, 0 } },
-{ 0x2000, { DFF_Prop_geoRight, 0, 2540 } },
-{ 0x2000, { DFF_Prop_geoTop, 2540, 0 } },
-{ 0x2000, { DFF_Prop_geoBottom, 0, 2540 } },
-{ 0x2000, { DFF_Prop_geoLeft, 800, 0 } },
-{ 0x2000, { DFF_Prop_geoRight, 0, 800 } },
-{ 0x2000, { DFF_Prop_geoTop, 800, 0 } },
-{ 0x2000, { DFF_Prop_geoBottom,0, 800 } }
+{ 0x2000, { DFF_Prop_geoLeft, 3600, 0 } },
+{ 0x2000, { DFF_Prop_geoRight, 0, 3600 } },
+{ 0x2000, { DFF_Prop_geoTop, 3600, 0 } },
+{ 0x2000, { DFF_Prop_geoBottom, 0, 3600 } },
+{ 0x2000, { DFF_Prop_geoLeft, 1054, 0 } },
+{ 0x2000, { DFF_Prop_geoRight, 0, 1054 } },
+{ 0x2000, { DFF_Prop_geoTop, 1054, 0 } },
+{ 0x2000, { DFF_Prop_geoBottom,0, 1054 } }
 };
 const SvxMSDffTextRectangles mso_sptFlowChartAlternateProcessTextRect[] =
 {
@@ -4978,7 +4978,7 @@ const mso_CustomShape msoFlowChartAlternateProcess =
 nullptr,
 
const_cast(mso_sptFlowChartAlternateProcessTextRect), 
SAL_N_ELEMENTS( mso_sptFlowChartAlternateProcessTextRect ),
 21600, 21600,
-MIN_INT32, MIN_INT32,
+10800, 10800,
 const_cast(mso_sptStandardGluePoints), SAL_N_ELEMENTS( 
mso_sptStandardGluePoints ),
 nullptr, 0 // handles
 };


[Libreoffice-commits] core.git: extras/source svx/source

2018-06-16 Thread Caolán McNamara
 extras/source/glade/libreoffice-catalog.xml.in |3 ---
 svx/source/dialog/graphctl.cxx |2 --
 2 files changed, 5 deletions(-)

New commits:
commit 596820a5a3d9a12196b6bbcbfcb6d16ecd437962
Author: Caolán McNamara 
Date:   Sat Jun 16 19:21:34 2018 +0100

GraphCtrl factory no longer needed

Change-Id: I55f8280bb256c8eb298dd3550cc2a9621b2cfb4b
Reviewed-on: https://gerrit.libreoffice.org/55933
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/extras/source/glade/libreoffice-catalog.xml.in 
b/extras/source/glade/libreoffice-catalog.xml.in
index d084720de918..5f8097ea2a2c 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -422,9 +422,6 @@
 
-
 
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index 435de61442d6..0f9325232f01 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -72,8 +72,6 @@ GraphCtrl::GraphCtrl( vcl::Window* pParent, WinBits nStyle ) :
 EnableRTL( false );
 }
 
-VCL_BUILDER_FACTORY_CONSTRUCTOR(GraphCtrl, 0)
-
 GraphCtrl::~GraphCtrl()
 {
 disposeOnce();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source svx/source

2016-06-16 Thread Rishabh Kumar
 extras/source/palettes/standard.sog |   12 ++--
 svx/source/dialog/sdstring.src  |   26 +-
 2 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit dabee9834be560c0b2ca174e88002f0eae1d155a
Author: Rishabh Kumar 
Date:   Wed Jun 15 02:42:32 2016 +0530

tdf#94724: Make Gradient and Hatch preset names consistent

Change-Id: If191fe7dd5a3986a5f75e149d2d37c36c1256b04
Reviewed-on: https://gerrit.libreoffice.org/26277
Tested-by: Jenkins 
Reviewed-by: Katarina Behrens 

diff --git a/extras/source/palettes/standard.sog 
b/extras/source/palettes/standard.sog
index a74b95c..eab2b15 100644
--- a/extras/source/palettes/standard.sog
+++ b/extras/source/palettes/standard.sog
@@ -90,8 +90,8 @@ draw:angle="300"
 draw:border="0%"/>
 
 
 
 
 
 
 https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits