summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLExport.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-09new loplugin: oncevarNoel Grandin1-25/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-11-04loplugin:stringconstantNoel Grandin1-25/+13
2015-10-30xmloff tree cleanupMario J. Rugiero1-14/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-3/+0
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-11/+11
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+8
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-3/+3
2015-04-07loplugin:staticmethodsNoel Grandin1-3/+3
2015-03-09V801: Decreased performanceCaolán McNamara1-29/+29
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 Weghorn1-1/+2
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 Grandin1-9/+9
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-10-10UBSan runtime error: division by zeroStephan Bergmann1-1/+3
2014-10-01loplugin: cstylecastNoel Grandin1-6/+6
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-07-29Fix previous commitStephan Bergmann1-1/+1
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper1-59/+34
2014-07-25Simplify.Kohei Yoshida1-5/+2
2014-07-25Reduce scope levels.Kohei Yoshida1-172/+172
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-7/+4
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-9/+9
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+55
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-06-12WaE: unused function 'isString'Tor Lillqvist1-8/+0
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-17/+24
2014-06-08avoid memory leak and invalid documentsMarkus Mohrhard1-11/+4
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-59/+59
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-8/+5
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard1-4/+24
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-49/+49
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard1-25/+0
2014-03-10support export of property mappingMarkus Mohrhard1-0/+42
2014-03-10unnecessary null pointer check before deleteMarkus Mohrhard1-2/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-37/+9
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke1-1/+1