[Libreoffice-commits] core.git: sc/res

2023-04-24 Thread Maxim Monastirsky (via logerrit)
 sc/res/xml/styles.xml |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 732ca611a00068c5c77c1774ec893a2abccd6c1e
Author: Maxim Monastirsky 
AuthorDate: Sun Apr 23 15:29:56 2023 +0300
Commit: Maxim Monastirsky 
CommitDate: Mon Apr 24 09:41:40 2023 +0200

Missing CJK and CTL attributes in default cell styles

Presumably after 516bc904e94971b61e4b13af632bf321b0a4a640
("Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectively").
It appears that we used to set them from the latin attributes
specified in styles.xml, which isn't correct. So let's just
add them explicitly.

Change-Id: I3300f73b0376275147f89d2db0ac3ef4bf2da5a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150892
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index d1d1a750e241..37cfc36afae1 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -1,13 +1,13 @@
 
 
 
-
+
 
 
-
+
 
 
-
+
 
 
 
@@ -16,7 +16,7 @@
 
 
 
-
+
 
 
 
@@ -40,11 +40,11 @@
 
 
 
-
+
 
 
 
-
+
 
 
 
@@ -59,6 +59,6 @@
 
 
 
-
+
 
 


[Libreoffice-commits] core.git: sc/res

2018-07-15 Thread Libreoffice Gerrit user
 sc/res/xml/styles.xml |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit d61228c84c1b52c6a876a8348625a1ebb7f44adf
Author: Markus Mohrhard 
AuthorDate: Mon Jul 16 00:37:16 2018 +0200
Commit: Markus Mohrhard 
CommitDate: Mon Jul 16 02:09:43 2018 +0200

pretty-print the calc default styles

Change-Id: I8245fc1d1b3d045ec0431ddb04d890cc59c87825
Reviewed-on: https://gerrit.libreoffice.org/57469
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index 07a87fd69fac..9bfda940c3d9 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -1,8 +1,8 @@
 
 
-
-
-
+
+
+
 
 
 
@@ -10,7 +10,7 @@
 
 
 
-
+
 
 
 
@@ -22,7 +22,7 @@
 
 
 
-
+
 
 
 
@@ -43,9 +43,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/res

2017-10-24 Thread Yousuf Philips
 sc/res/xml/styles.xml |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 39d5a4136f8de0a9033a96cdbf23e04d2184e9b7
Author: Yousuf Philips 
Date:   Sun Oct 22 04:38:33 2017 +0400

tdf#90937 Add hyperlink cell style

Change-Id: Icbfc6d1c7ec5c64671025ce4c4f39f282d2edb08
Reviewed-on: https://gerrit.libreoffice.org/43685
Reviewed-by: Heiko Tietze 
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index 38878f01..07a87fd69fac 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -18,6 +18,9 @@
 
 
 
+
+
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/res

2016-10-21 Thread Yousuf Philips
 sc/res/xml/styles.xml |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c18e169ce817f940bede186166540913cb564b4c
Author: Yousuf Philips 
Date:   Thu Oct 20 17:34:20 2016 +0400

tdf#90937 Adjust Note cell style border width and color

Change-Id: I1ce6d39738ef199c55d95737d7b12cd68af01ace
Reviewed-on: https://gerrit.libreoffice.org/30104
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index d8e114a..38878f7 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -12,7 +12,7 @@
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/res

2016-10-19 Thread Yousuf Philips
 sc/res/xml/styles.xml |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e459881f0c29398052b9ce28354f2668163626af
Author: Yousuf Philips 
Date:   Wed Oct 19 17:30:04 2016 +0400

tdf#90937 Correct cell style names that are missing a space

Change-Id: I9cb8c82304457108e352063135039bb41863554c
Reviewed-on: https://gerrit.libreoffice.org/30060
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index 699f191..d8e114a 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -3,10 +3,10 @@
 
 
 
-
+
 
 
-
+
 
 
 
@@ -43,15 +43,15 @@
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/res

2016-10-02 Thread Jaskaran Singh
 sc/res/xml/styles.xml |   94 --
 1 file changed, 54 insertions(+), 40 deletions(-)

New commits:
commit 06f319937187f76ee402d53b3baa78c391c2af19
Author: Jaskaran Singh 
Date:   Wed Sep 28 19:36:56 2016 +0530

tdf#90937 Add a set of cell styles to calc

The styles that are are added by this commit were created
by the design team. Special thanks to Yousuf Philips and Mattiaz
Poldaru for taking initiative.

These styles have been taken from the attachment posted on the
bugzilla thread. A few necessary lines have been added to make it
work.

Change-Id: I7503ea9114e3908a4007a5e5d6a09486a32a3674
Reviewed-on: https://gerrit.libreoffice.org/29364
Tested-by: Jenkins 
Reviewed-by: Jaskaran singh 

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index f6f9183..699f191 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -1,43 +1,57 @@
 
 
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-
-  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits