summaryrefslogtreecommitdiff
path: root/filter/source/odfflatxml
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-01-08fix indentationMarkus Mohrhard1-12/+12
2015-12-25tdf#96713 OdfFlatXml: Seek to 0 before readingMaxim Monastirsky1-0/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-01com::sun::star->css in filter/Noel Grandin1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-4/+21
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage1-1/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-3/+3
2013-06-05fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin1-6/+6
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