summaryrefslogtreecommitdiff
path: root/filter/source/odfflatxml
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-49/+8
2013-04-14add filter libs to libmergedPeter Foley2-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-5/+2
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-9/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-4/+4
2011-12-12catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0
2011-10-08do not use _COMPHELPER_COMPONENT_GETFACTORY macroMatúš Kukan1-10/+26
2011-09-15filter: convert odfflatxml libraryMichael Stahl1-64/+0
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-2/+0
2011-03-25fix odfflatxml export broken after mergePeter Jentsch2-0/+45
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-8/+0
2011-03-13fix mis-merge (mostly tools type remnants)Norbert Thiebaud1-8/+0
2011-03-12Use getStr() on OStringThomas Arnhold1-1/+1
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-02-21Include precompiled_filter.hxxTor Lillqvist1-0/+3
2011-02-03Simplified implementation of the flat xml import/export.Peter Jentsch7-634/+256
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-5/+5
2011-01-11Add alternative implementation of flat xml filter w/o xslt.Peter Jentsch3-0/+565
2010-11-25Unification of `<text:p>` and `<text:span>` code pathsGioele Barabucci1-4/+5
2010-11-25Also split `<text:span>` elementsGioele Barabucci1-0/+7
2010-11-25Split long paragraphs inside flat ODT filesGioele Barabucci2-0/+92
2010-09-30oops, move files actually into filters/...Rene Engelhard2-0/+24