summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann4-6/+1
2014-10-10UBSan runtime error: division by zeroStephan Bergmann1-1/+3
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-2/+2
2014-10-01loplugin: cstylecastNoel Grandin7-17/+17
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza6-6/+0
2014-07-29Fix previous commitStephan Bergmann1-1/+1
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper1-59/+34
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida2-0/+28
2014-07-25Simplify.Kohei Yoshida1-5/+2
2014-07-25Reduce scope levels.Kohei Yoshida1-172/+172
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida3-7/+7
2014-07-02fix ODF validation errorsMarkus Mohrhard1-1/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin7-16/+16
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+55
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-10/+2
2014-06-13loplugin:staticcallStephan Bergmann6-19/+18
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-06-05fdo#72727: Revert "-Werror=unused-but-set-variable second try"Kohei Yoshida1-1/+8
2014-06-05fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none"Kohei Yoshida1-0/+10
2014-05-23coverity#1213120 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-7/+7
2014-05-19fix import issue with property mappingMarkus Mohrhard1-0/+9
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-5/+5
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-05-01set graphic properties for error bars during import, fdo#78041Markus Mohrhard1-0/+15
2014-04-21remove comments why a file gets includedThomas Arnhold7-12/+0
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold1-2/+2
2014-04-15xmloff: sal_Bool->boolNoel Grandin15-120/+117
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann2-8/+6
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard5-4/+72
2014-04-05no need for member variable and bool variableMarkus Mohrhard2-6/+4
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin2-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin3-56/+56
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida1-0/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann29-89/+89
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann4-4/+4
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida2-0/+9
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard1-25/+0
2014-03-17property mapping importMarkus Mohrhard4-0/+187
2014-03-14fix odf validation errorMarkus Mohrhard1-1/+2
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin3-4/+4
2014-03-10fix one more ODF validation errorMarkus Mohrhard1-1/+1
2014-03-10fix odf validation errors around new chart regression curvesMarkus Mohrhard1-8/+19
2014-03-10support export of property mappingMarkus Mohrhard1-0/+42