summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
2015-11-09new loplugin: oncevarNoel Grandin2-38/+14
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann7-22/+22
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin6-12/+9
2015-11-04loplugin:stringconstantNoel Grandin5-66/+35
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-30xmloff tree cleanupMario J. Rugiero1-14/+3
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann29-89/+89
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti2-0/+8
2015-10-07tdf#90839: follow-up workMarco Cecchetti1-1/+0
2015-10-01remove old standalone Sun bug numbersNoel Grandin2-8/+0
2015-09-29Fix typosAndrea Gelmini2-2/+2
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht4-7/+7
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe3-5/+4
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2-1/+1
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin2-16/+17
2015-08-05loplugin:unusedmethodsNoel Grandin1-6/+0
2015-07-15-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-22/+12
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-12/+12
2015-06-04uno::Sequence provides now begin and endNoel Grandin3-6/+5
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara9-11/+11
2015-05-02it works if we first set the size and then the position, tdf#86624Markus Mohrhard1-3/+3
2015-04-18these two attributes are not part of ODF and unnecessaryMarkus Mohrhard1-4/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard3-3/+6
2015-04-07loplugin:staticmethodsNoel Grandin1-3/+3
2015-03-13Typo: elemet->elementJulien Nabet1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara3-38/+38
2015-03-04V813: Decreased performanceCaolán McNamara1-4/+4
2015-02-17boost->stdCaolán McNamara1-0/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-4/+4
2015-01-28remove unused typedefsNoel Grandin1-2/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+1
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn2-2/+4
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon1-2/+2
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-10/+10
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2-10/+10
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane1-2/+2
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-07don't write extension elements into ODF namespaces, related fdo#45266Markus Mohrhard1-3/+6