Commit Graph

28 Commits

Author SHA1 Message Date
62badf3828 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
4c0c23af21 Simplify equalsIgnoreAsciiCaseAscii[L] calls
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-19 11:32:20 +01:00
1749eac1d0 String cleanup in oox
Change-Id: Ib06b6defdb82c5d62be9cbd59f02827c07a320d8
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1969
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-04 07:15:25 +00:00
a577418d9f oox: drop no longer needed STR() macro
Change-Id: I95ebe1915edb53ae25f3f85512b7b843726d8473
2013-01-24 11:21:00 +01:00
b854de954f deprecate oustringostreaminserter.hxx
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...

Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely

All internal users of that header are converted.

Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-18 10:10:06 +00:00
4a62512086 oox::formulaimport::XmlStream: allow avoiding XFastAttributeList
Change-Id: Iba0ad5ae72920f27e8a443a043c5891b102aee98
2012-07-23 17:18:36 +02:00
16410cdcb9 remove unused code (oox, sc) 2012-03-27 16:52:46 +01:00
96cb767123 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19 23:28:55 +09:00
0843da18a6 fprintf -> SAL_INFO 2012-01-30 14:10:49 +01:00
6af59644d6 Fix for fdo43460 Part XXV getLength() to isEmpty()
Please find attached a partial fix for Easy Hack FDO43460

Part XXI
Module
oox
2012-01-02 19:17:17 +01:00
0acff1783a skip unknown elements when reading multiple elements from docx mathml 2011-12-20 10:49:40 +01:00
7be8bac42a make the linear xml processing API more generic
I'm pretty sure I'll love to use it in writerfilter instead of the normal
API whenever I get the chance.
2011-12-07 14:47:11 +01:00
1e4fb45c03 disable error logs for now, until the new log macros get sorted out 2011-12-07 14:47:11 +01:00
d7017dbc17 append text when reading from xml
The xml parser apparently can call the characters() callback several
times for one text content (if it needs to un-escape maybe?), so
append, otherwise some content would be overwritten.
2011-12-07 14:47:10 +01:00
5c897753a6 better debug output when skipping an element 2011-11-29 21:20:27 +01:00
f92bb66096 no debug about skipping tags if not actually skipping 2011-11-29 21:20:27 +01:00
6bbca34846 make debug output print tags as strings rather than id numbers 2011-11-29 21:20:27 +01:00
7bdccfdc1d implement import of docx mathml m:d 2011-11-29 21:20:25 +01:00
93be239c95 the bit hackish addFormula() shortcut is no longer necessary 2011-11-29 13:27:43 +01:00
15da1a153e Fix build on Windows. 2011-11-25 13:19:29 +01:00
20c8eb409e add missing include 2011-11-25 07:26:10 +01:00
5e10ed16ce skip elements properly 2011-11-24 18:44:00 +01:00
3236f5bea9 oox::AttributeList is actually not that usable outside 2011-11-24 18:43:59 +01:00
199c95b3e9 fix inverted bool argument 2011-11-24 18:43:59 +01:00
5b94957f7f more api improving in importing mathml docx 2011-11-24 18:43:58 +01:00
4d5ca442d8 streamline and document the API for mathml xml stream reading 2011-11-24 18:43:58 +01:00
f8f1ccbaf9 rename and move mathml oox support classes in oox to better places 2011-11-24 18:43:58 +01:00