Commit Graph

149 Commits

Author SHA1 Message Date
Frédéric Péters 01a7bd6f00 add support for new "texte adopté" document (#10328) 2016-11-01 17:24:20 +01:00
Frédéric Péters 5f51402243 odf2legi: don't assume styles.xml will appear before others 2015-04-03 13:16:07 +02:00
Frédéric Péters e2b130e73e don't break on odt files missing a styles.xml component 2015-04-03 13:01:45 +02:00
Frédéric Péters a3deae3580 odf2legi: parse static list styles (#6899)
The styles.xml file is supposed to be static but it can actually change in some
situations; we cannot therefore rely on known style names for lists and have to
parse the various levels to discover their formats.
2015-04-03 12:36:40 +02:00
Frédéric Péters f704bc3860 turn pre-chapter elements of a CRI(COM) into a preface (#6627) 2015-03-09 08:32:06 +01:00
Frédéric Péters 6cb4bd58cd odf2legi: ignore missing image files (#6254) 2015-01-08 10:13:35 +01:00
Frédéric Péters 056cba7288 legi2odf/odf2legi: keep role="objet" attribute 2015-01-07 14:41:50 +01:00
Frédéric Péters cbeb691a41 legi2odf: fix handling of captions (#6132) 2014-12-10 15:28:45 +01:00
Frédéric Péters 9fe5895596 odf2legi: add test for paragraphs filled with spans and styles 2014-11-21 08:47:04 +01:00
Frédéric Péters eaba5aa228 odf2legi: handle spans containing soft-breaks (#5978) 2014-11-20 12:51:30 +01:00
Frédéric Péters 9531583e6a handle real links in odt (#5861) 2014-11-04 14:35:04 +01:00
Frédéric Péters 53513fe6de fix handling of level 4 sections (#4854) 2014-05-27 20:55:53 +02:00
Frédéric Péters 376df1781c odf2legi: basic handling of hypertext links (#4798) 2014-05-07 15:13:29 +02:00
Frédéric Péters d14fcbd1c8 do not lose paragraph text when it's set in many <span>s (#4254) 2014-04-24 15:27:12 +02:00
Frédéric Péters b982d91c87 always insert underline property first, for proper LaTeX handling (#4276) 2014-02-03 13:43:02 +01:00
Frédéric Péters 71f4dc9df1 handle <span> leftover text (#4254) 2014-01-28 08:37:44 +00:00
Frédéric Péters 8fd91c19a6 odf2legi: remove all blank/empty paragraphs (#3960) 2013-12-29 23:03:29 +01:00
Frédéric Péters e665b1f61b only consider properties marked as custom (#4117) 2013-12-16 12:52:03 +01:00
Frédéric Péters eea4bc937a add a test for blank paragraphs 2013-12-16 09:47:25 +01:00
Frédéric Péters a9d8cd5412 update list style names to match (#4002) 2013-11-27 13:44:00 +01:00
Frédéric Péters b403b1202c add support for legistic subsections (#4001) 2013-11-27 13:25:42 +01:00
Frédéric Péters cfbdde77da add a comment about empty paragraphs 2013-11-12 13:51:52 +01:00
Frédéric Péters 323787a66e ignore unreachable cell (#3888) 2013-11-04 15:11:41 +01:00
Frédéric Péters 82d846b059 odf2legi: update tests to match currently expected output 2013-11-04 15:02:04 +01:00
Frédéric Péters e9adc09603 odf2legi: improve handling of merged cells (#3730) 2013-10-07 13:49:34 +02:00
Frédéric Péters 70077d3dee odf2legi: handle cell spanning columns (#3702) 2013-10-06 15:28:42 +02:00
Frédéric Péters 7e4c39e772 odf2legi: preserve cell alignment 2013-10-06 14:51:44 +02:00
Frédéric Péters 915c90b52d odf2legi: handle pt unit 2013-06-13 12:13:19 +02:00
Frédéric Péters 1da7f509e8 odf2legi: do not insert empty properties 2013-04-17 11:17:13 +02:00
Frédéric Péters 6175204fbb do not duplicate properties in .legi files 2013-04-17 11:15:00 +02:00
Frédéric Péters a1081b97cd add support for a synthese section 2012-10-23 10:45:25 +02:00
Frédéric Péters a444f2434b add hierarchy tests 2011-12-13 11:40:32 +01:00
Frédéric Péters 5617e0d96c reorg for clarity 2011-06-03 14:57:03 +02:00
Frédéric Péters 2d9265bc60 add handling of indented paragraphs 2011-06-03 10:42:38 +02:00
Frédéric Péters 5c6841a298 make sure all table columns have a set width, calculated from page width 2011-05-27 17:51:41 +02:00
Frédéric Péters 4da0be4806 add a new "note for toc" style, that adds text to the table of contents (#390) 2011-04-27 09:35:55 +02:00
Frédéric Péters 4a45c93bb0 do not skip signature cells that have children 2011-04-15 16:53:24 +02:00
Frédéric Péters a71f0a953d [odf2lefi] handle special situation of footnote on title page. 2011-01-26 12:34:04 +01:00
Frédéric Péters d3f9aaaefa Fixed handling of emphasis 2010-10-26 13:28:14 +02:00
Frédéric Péters 4d899d6ca3 don't break on some links 2010-06-24 10:49:47 +02:00
Frédéric Péters a7566cfbbe handle text:span that unset the background colour set by the text:p 2010-05-03 10:21:23 +02:00
Frédéric Péters 3382d66c48 don't output surligned text to the .legi file
surligned text is used to communicate between writers.
2010-04-07 15:29:27 +02:00
Frédéric Péters 8bfaed06f5 fixed handling of bullet lists 2010-04-07 15:16:24 +02:00
Frédéric Péters e5446099f0 style name attribute is style-name for paragraphs and spans 2010-04-07 15:09:35 +02:00
Frédéric Péters 3c6ec8c4e4 add support for text before the first title 2010-04-07 12:12:44 +02:00
Frédéric Péters 277d2e4ad6 add support to convert metadata 2010-03-31 09:05:07 +02:00
Frédéric Péters 7ff99a6575 added support for another kind of bullet list 2010-03-08 11:13:28 +01:00
Frédéric Péters d9fcd3032d specify file encoding, as the license text has non-ascii characters 2010-03-03 16:15:07 +01:00
Frédéric Péters 2aa27709f9 Added/updated licensing headers 2010-03-03 15:58:04 +01:00
Frédéric Péters 8070a1ca74 completed support for signature tables 2010-03-03 15:43:36 +01:00