summaryrefslogtreecommitdiff
path: root/xmloff/inc
AgeCommit message (Expand)AuthorFilesLines
2017-07-20loplugin:constparams in xmloffNoel Grandin5-6/+5
2017-07-20mxStatusIndicator is unusedNoel Grandin1-1/+0
2017-07-20mxStatusIndicator is unusedNoel Grandin1-2/+0
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-1/+1
2017-07-12loplugin:useuniqueptr in xmloffNoel Grandin1-1/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin3-3/+3
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin2-4/+0
2017-06-13tdf#103091 conditional style conditions not savedTroy Rollo1-0/+23
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-29xmloff: move in xmlmultiimagehelper.hxx from include/Miklos Vajna1-0/+59
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke1-0/+1
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-15ODF import / export of rotated text in Impress tableTamás Zolnai1-0/+2
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl1-3/+5
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-1/+2
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-18Revert "Revert "Implement export and import of author field in fixed format""Rosemary Sebastian1-0/+4
2017-03-16Revert "Implement export and import of author field in fixed format"Rosemary Sebastian1-4/+0
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-2/+0
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin7-28/+31
2017-03-10Implement export and import of author field in fixed formatRosemary Sebastian1-0/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-8/+8
2017-03-01expose the SvXMLEnumMapEntry arrays in getAnimationsEnumMapNoel Grandin1-18/+16
2017-03-01these arrays should be constNoel Grandin1-3/+3
2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin1-3/+0
2017-02-03loplugin:unusedenumconstants in xmloffNoel Grandin2-4/+0
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-147/+64
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara4-9/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmloffStephan Bergmann1-0/+51
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin1-1/+1
2017-01-09New loplugin:externvar: xmloffStephan Bergmann1-0/+23
2016-12-13tdf#95416 Fix includes for xmloffAdam Kasztenny1-0/+70
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin2-82/+0
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin1-3/+0
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+1
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2-4/+4
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin1-4/+0
2016-10-11loplugin:unnnecessaryoverride in xmloffNoel Grandin1-1/+0
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-6/+0
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin5-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann38-44/+44
2016-09-09use std::unique_ptrDavid Tardon1-5/+5
2016-09-09reduce the insanity level of the codebase a bitDavid Tardon1-4/+7
2016-09-09use std::shared_ptr to manage memoryDavid Tardon1-2/+3
2016-09-09use std::shared_ptrDavid Tardon1-3/+4