[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2017-09-02 Thread liongold
 helpauthoring/filter/soffice2xmlhelp.xsl |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 17f376ba6c890054411294b0a59ae94faceab87d
Author: liongold 
Date:   Wed Aug 9 15:04:26 2017 +

Removed fileonly variable in soffice2xmlhelp transformation file

This is part of some other work but I'm submitting this to ease review. I 
have
checked if this variable is used anywhere and it does not seems so. 
However, I
appreciate if the reviewer double-checks this just to be sure.

Change-Id: Ie7aedaec1d657a4bea1e9bb02092383c085e3e51
Reviewed-on: https://gerrit.libreoffice.org/40927
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index afec3e8..4ade15e 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -62,7 +62,6 @@ META DATA
 
 
 
-
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2016-04-12 Thread Christian Lohmaier
 helpauthoring/filter/soffice2xmlhelp.xsl |   16 
 helpauthoring/filter/xmlhelp.dtd |   12 +++-
 helpauthoring/filter/xmlhelp2soffice.xsl |   25 +
 3 files changed, 48 insertions(+), 5 deletions(-)

New commits:
commit 5f231ff8263565988470f7fbedb90ff3a4883174
Author: Christian Lohmaier 
Date:   Tue Jan 26 12:45:54 2016 +0100

tdf#94057 - add support for bascode tag (preserve on roundtrip)

it was introduced with d06c698b799e0e4ceaf3a3760c9589fe29dc29a9 on core
to have LO apply syntax-highlighting for Basic (for 4.1.0)

This change will preserve the tag on import/export, but has no sanity
checks (like open and closing tags must match), and no
encapsulation/surrounding of the paragraphs.
Also no UI controls to insert the tags yet.

Change-Id: Idb434aed739e0d8eaceddbd6f48147028c8eec3e
Reviewed-on: https://gerrit.libreoffice.org/21803
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index 058348b..418da44 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -344,6 +344,22 @@ COMMENT
 
 
+
+
+
+bascode
+
+
+
+
+/bascode
+
+
+
diff --git a/helpauthoring/filter/xmlhelp.dtd b/helpauthoring/filter/xmlhelp.dtd
index 3d915d8..aecabd2 100644
--- a/helpauthoring/filter/xmlhelp.dtd
+++ b/helpauthoring/filter/xmlhelp.dtd
@@ -33,7 +33,9 @@ Version 03-Feb-2006
   localize CDATA #IMPLIED
 >
 
-
+
+
+
 
 
 
 
-
+
 
@@ -71,7 +73,7 @@ Version 03-Feb-2006
   date CDATA #REQUIRED
 >
 
-
+
 
 
 
@@ -163,7 +165,7 @@ Version 03-Feb-2006
   localize CDATA #IMPLIED
 >
 
-
+
 
@@ -193,7 +195,7 @@ Version 03-Feb-2006
   id CDATA #REQUIRED
 >
 
-
+
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2016-01-26 Thread Christian Lohmaier
 helpauthoring/filter/xmlhelp.dtd |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

New commits:
commit 33c72614de2a9d3add66a9fce81233f66fb55e6d
Author: Christian Lohmaier 
Date:   Tue Jan 26 13:54:35 2016 +0100

add superscript "sup" and subscript "sub" tags to xmlhelp.dtd

were added to the one in helpcontent repository in
e3ed3283b7867afa0084371e2050ed6a23a59d37

diff --git a/helpauthoring/filter/xmlhelp.dtd b/helpauthoring/filter/xmlhelp.dtd
index 50ffe8e..3d915d8 100644
--- a/helpauthoring/filter/xmlhelp.dtd
+++ b/helpauthoring/filter/xmlhelp.dtd
@@ -20,7 +20,7 @@ Version 03-Feb-2006
   added optional localize attribute to images
 -->
 
-
+
 
 
-
+
 
 
-
+
 
@@ -73,7 +73,7 @@ Version 03-Feb-2006
 
 
 
-
+
 
 
 
 
+
+
+
+
 
 
 
@@ -113,7 +117,7 @@ Version 03-Feb-2006
   type CDATA #REQUIRED
 >
 
-
+
 
 
-
+
 
 
-
+
 http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-11-12 Thread Jan Holesovsky
 helpauthoring/filter/soffice2xmlhelp.xsl |2 --
 helpauthoring/filter/xmlhelp.dtd |7 +--
 helpauthoring/filter/xmlhelp2soffice.xsl |   11 ---
 3 files changed, 1 insertion(+), 19 deletions(-)

New commits:
commit 4f65bb81fdc580ff303877d4c75ba767f790dc32
Author: Jan Holesovsky 
Date:   Thu Nov 12 09:46:14 2015 +0100

Killed the 'lastedited' element, we have git.

Change-Id: I32b24785759c84f963a7d078cdb1f9c2ba4c87e2

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index 3b533c6..058348b 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -81,8 +81,6 @@ META DATA
 
 
 
 
 
 
@@ -766,14 +763,6 @@ ITEM
 
 
-
-

[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-11-03 Thread Yousuf Philips
 helpauthoring/filter/soffice2xmlhelp.xsl |2 --
 1 file changed, 2 deletions(-)

New commits:
commit a0c61cfafa575aebb2569cba172afa7ca0dc2665
Author: Yousuf Philips 
Date:   Mon Nov 2 23:51:56 2015 +0400

tdf#95509 Retain image size on save

Change-Id: Ie6f5e0dd0c1fac01b9b4b7e5602633e8406c0d17
Reviewed-on: https://gerrit.libreoffice.org/19743
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index ca5f8f8..3b533c6 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -494,12 +494,10 @@ IMAGE
 
 
 image 
id= src=
-
 
  
localize=
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-10-20 Thread Regina Henschel
 helpauthoring/filter/xmlhelp2soffice.xsl |   33 +--
 1 file changed, 27 insertions(+), 6 deletions(-)

New commits:
commit 1d020c732782085c99c166bd3b4bd583360c277e
Author: Regina Henschel 
Date:   Mon Oct 5 18:22:33 2015 +0200

tdf#93981 Attribute localize=(false|true) is deleted

The information localize='false' is tracked by adding _NOL10N to
the paragraph id. But some files exist, where the paragraph does not
have an id at all. In such cases an id is created, as an id is
a required attribute. This solves tdf#94612 partly, because a
missing id in a file would otherwise generate an empty id on import,
which is neither allowed.

Change-Id: Ib136493dee004fd09f8e7e14d05c99ea173865e0
Reviewed-on: https://gerrit.libreoffice.org/19166
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl 
b/helpauthoring/filter/xmlhelp2soffice.xsl
index a8584ed..fdb3f43 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -938,15 +938,25 @@ PARAGRAPH
 
 
 
+
+
+
+
+
+
+ 
+
+
+
 
 
 
 
-
-
+
+
 
 
-
+
 
 
 
+
+
+
+
 
 
 
-
-
+
+
 
 
-
+
 
 
 

[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-10-07 Thread Regina Henschel
 helpauthoring/filter/xmlhelp2soffice.xsl |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cfc05699a5e541f0e0785ed342443506f272255f
Author: Regina Henschel 
Date:   Wed Oct 7 10:34:30 2015 +0200

tdf#94201: No 'localize' on the 'switch' element.

Change-Id: I25e4b5bc6dd1fc96121fcfb80d5e7b3ebaa07c09

diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl 
b/helpauthoring/filter/xmlhelp2soffice.xsl
index 3175f39..e9221ad 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -1086,14 +1086,13 @@ SORT
 ##
 SWITCH
   + select (sys | appl | distrib ) #REQUIRED
-  + localize CDATA #IMPLIED
 ##
 -->
 
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-10-07 Thread Regina Henschel
 helpauthoring/filter/xmlhelp2soffice.xsl |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 7876235adbb4b3da4a0e7e809524b21d4fb47c88
Author: Regina Henschel 
Date:   Wed Oct 7 12:29:22 2015 +0200

tdf#94201 Dont import blank visibility attribute of  tag

The default is visibility='visible' and need not be written. A blank value
is not allowed. So write the attribute only in case visibility='hidden'.

Change-Id: Iebf23ede13fb8297f83af7cd987128eacf6246eb
Reviewed-on: https://gerrit.libreoffice.org/19223
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl 
b/helpauthoring/filter/xmlhelp2soffice.xsl
index e9221ad..a8584ed 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -1244,7 +1244,14 @@ VARIABLE
 
 
 
-
+
+
+
+
+
+
+
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-10-02 Thread Regina Henschel
 helpauthoring/filter/xmlhelp2soffice.xsl |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8d865a141c6690ee0dbc1e3f1c2e057ad63e53b9
Author: Regina Henschel 
Date:   Thu Oct 1 19:53:41 2015 +0200

tdf#94332 Help files open with hidden paragraph ids

Change in paragraph attribute text:display
its value from 'none' to 'value'.

Change-Id: Ib7c94024d0401c373f5aa644144dd8f5bcf72f59
Reviewed-on: https://gerrit.libreoffice.org/19084
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl 
b/helpauthoring/filter/xmlhelp2soffice.xsl
index 3083b4d..3175f39 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -940,7 +940,7 @@ PARAGRAPH
 
 
 
-
+
 
 
 
@@ -982,7 +982,7 @@ PARAGRAPH
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-09-22 Thread Regina Henschel
 helpauthoring/filter/xmlhelp2soffice.xsl |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 406a2a01987cd2425b67a0da98ba404c0631cf99
Author: Regina Henschel 
Date:   Tue Sep 22 17:02:06 2015 +0200

tdf#94167 Modifying fields turm them into Expression is faulty

The root cause of the error is, that xmlhelp2soffice.xsl has produced a 
wrong
nesting of office:text and text:variable-decls. That has caused, that the
field edit dialog does not know the format of the field and therefore does
not accept text format. The patch corrects the nesting.

Change-Id: I90a1cfee41a503a4a75e7b71d7e4688ae58847d5
Reviewed-on: https://gerrit.libreoffice.org/18766
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl 
b/helpauthoring/filter/xmlhelp2soffice.xsl
index 67a6357..3083b4d 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -195,11 +195,11 @@ FILTER FOR OPENOFFICE.ORG 2+
 
 
 
-
+
 
 
 
-
+
 
 
 
@@ -273,9 +273,7 @@ BODY, SEE HEADER
 ##
 -->
 
-
 
-
 
 
 

[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-09-08 Thread Yousuf Philips
 helpauthoring/filter/soffice2xmlhelp.xsl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd9ddd7bdb8420b58b42e32136c83f2f589907f2
Author: Yousuf Philips 
Date:   Tue Sep 8 15:14:48 2015 +0400

Have title tag id attribute before xml-lang

Most .xhp files have it in this format, so no need to change this line
unnecessarily everytime a file is saved using the tool.

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index 4d4e557..56f47d1 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -106,7 +106,7 @@ DOCUMENT SKELETON
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-09-08 Thread Yousuf Philips
 helpauthoring/filter/soffice2xmlhelp.xsl |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2abf85b691cc27ea3c6832652226f78ada8229af
Author: Yousuf Philips 
Date:   Tue Sep 8 15:39:50 2015 +0400

Embed tags should be on their own line

When embed tags arent preceeded by a newline, a group of embeds all get
put on the same line and sometimes on a previous paragraph line.

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index 56f47d1..2534b39 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -395,6 +395,7 @@ EMBED
 
 
 
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-09-08 Thread Yousuf Philips
 helpauthoring/filter/soffice2xmlhelp.xsl |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 10522c945308d88ce49de7212fbf98a4f0ccd6c1
Author: Yousuf Philips 
Date:   Tue Sep 8 17:59:44 2015 +0400

Have level attribute of paragraph tag appear before xml-lang

Change-Id: I1dbb3522fd57394fabfb8169ffa3e2efd67a2cb2
Reviewed-on: https://gerrit.libreoffice.org/18410
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index 2534b39..ca5f8f8 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -871,10 +871,10 @@ PARAGRAPH
 
 
 
-
-
-
-
+
+
+
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits