Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-24 | Remove TokenMap::getUnicodeTokenName() | Matúš Kukan | |
Change-Id: I778dc43085b6afbb6456cbf53fe8c95b624b75b3 | |||
2014-06-25 | remove whitespaces | Markus Mohrhard | |
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac | |||
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | |
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-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann | |
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49 | |||
2013-02-04 | String cleanup in oox | José Guilherme Vanz | |
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-01-24 | oox: drop no longer needed STR() macro | Miklos Vajna | |
Change-Id: I95ebe1915edb53ae25f3f85512b7b843726d8473 | |||
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud | |
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-07-23 | oox::formulaimport::XmlStream: allow avoiding XFastAttributeList | Miklos Vajna | |
Change-Id: Iba0ad5ae72920f27e8a443a043c5891b102aee98 | |||
2012-03-27 | remove unused code (oox, sc) | Petr Vorel | |
2012-02-19 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-01-30 | fprintf -> SAL_INFO | Luboš Luňák | |
2012-01-02 | Fix for fdo43460 Part XXV getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox | |||
2011-12-20 | skip unknown elements when reading multiple elements from docx mathml | Luboš Luňák | |
2011-12-07 | make the linear xml processing API more generic | Luboš Luňák | |
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 | disable error logs for now, until the new log macros get sorted out | Luboš Luňák | |
2011-12-07 | append text when reading from xml | Luboš Luňák | |
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-11-29 | better debug output when skipping an element | Luboš Luňák | |
2011-11-29 | no debug about skipping tags if not actually skipping | Luboš Luňák | |
2011-11-29 | make debug output print tags as strings rather than id numbers | Luboš Luňák | |
2011-11-29 | implement import of docx mathml m:d | Luboš Luňák | |
2011-11-29 | the bit hackish addFormula() shortcut is no longer necessary | Luboš Luňák | |
2011-11-25 | Fix build on Windows. | Jan Holesovsky | |
2011-11-25 | add missing include | David Tardon | |
2011-11-24 | skip elements properly | Luboš Luňák | |
2011-11-24 | oox::AttributeList is actually not that usable outside | Luboš Luňák | |
2011-11-24 | fix inverted bool argument | Luboš Luňák | |
2011-11-24 | more api improving in importing mathml docx | Luboš Luňák | |
2011-11-24 | streamline and document the API for mathml xml stream reading | Luboš Luňák | |
2011-11-24 | rename and move mathml oox support classes in oox to better places | Luboš Luňák | |