summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerBase.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-20m_xExtHandler is unusedNoel Grandin1-12/+2
2017-07-02loplugin:casttovoid: xmloffStephan Bergmann1-3/+0
2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem1-54/+5
2017-03-02Fix typosAndrea Gelmini1-2/+2
2017-03-01xmloff: prefix member nElement of XMLTransformerBaseJulien Nabet1-4/+4
2017-03-01Typo: decaration->declarationJulien Nabet1-1/+1
2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin1-11/+0
2017-01-28coverity#1399595 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-01-28Resolves: coverity#1399594 Unchecked dynamic_castCaolán McNamara1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+2
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem1-1/+56
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+7
2016-03-29Avoid reserved identifiersStephan Bergmann1-1/+1
2016-03-16loplugin:constantparam in xmloff/Noel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-17Avoid memory leaksStephan Bergmann1-2/+2
2015-12-17Remove trivial class XMLTransformerContextVectorStephan Bergmann1-20/+14
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-5/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-25assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl1-0/+2
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-3/+3
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-70/+70
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-16/+16
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-10cppcheck: reduce scopeJulien Nabet1-1/+1
2013-10-31Remove the xmloff::token::ResetTokens race conditionStephan Bergmann1-2/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa1-4/+1
2013-07-18Mark as static and/or constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+6
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-08make use of startsWith()Thomas Arnhold1-3/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-42/+20
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara1-2/+0
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák1-1/+1
2012-06-02targeted string re-workNorbert Thiebaud1-9/+9