summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida2-0/+29
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-0/+50
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-10/+28
2014-05-11Revert "-Werror=unused-but-set-variable second try"cp-4.2-3Andras Timar1-1/+8
2014-05-09Revert "fdo#68663 don't blindly force categories when there are none"Andras Timar1-0/+10
2014-05-09set graphic properties for error bars during import, fdo#78041Markus Mohrhard1-0/+15
2014-03-25fix odf validation errorMarkus Mohrhard1-0/+1
2014-03-25fix odf validation errors around new chart regression curvesMarkus Mohrhard1-8/+19
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2-3/+3
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-8/+8
2013-12-03Support regression curve name in ODF.Tomaž Vajngerl1-0/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-6/+6
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-3/+3
2013-11-11xmloff: include <> for external includesNorbert Thiebaud16-17/+17
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin1-5/+5
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-6/+6
2013-11-02Revert "transpose "data in rows" ranges for internal data provider, fdo#62057"Markus Mohrhard3-36/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-5/+5
2013-10-30 Fix for Chart Series NamesVinaya Mandke1-2/+9
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold24-70/+70
2013-10-13sal_Bool to boolTakeshi Abe4-6/+6
2013-10-08CID#1079188 uninitialized memberCaolán McNamara1-0/+1
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-09-29Mark as const / staticTakeshi Abe6-11/+11
2013-09-25Mark as const / staticTakeshi Abe1-9/+9
2013-09-17Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/drawCaolán McNamara1-1/+2
2013-09-17sal_Bool to boolTakeshi Abe3-17/+17
2013-09-16sal_Bool to boolEike Rathke10-32/+32
2013-09-10Mark as const / staticTakeshi Abe1-2/+2
2013-08-30-Werror=unused-but-set-variable second tryJulien Nabet1-8/+1
2013-08-30Revert "-Werror=unused-but-set-variable bCategoriesApplied"Julien Nabet1-0/+3
2013-08-30-Werror=unused-but-set-variable bCategoriesAppliedJulien Nabet1-3/+0
2013-08-30fdo#68663 don't blindly force categories when there are noneLionel Elie Mamane1-10/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-8/+8
2013-08-16Properly hide implementation details.Kohei Yoshida1-3/+3
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa24-316/+6
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-07-29fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-1/+0
2013-07-21Remove unused getRegressionCurveJulien Nabet2-39/+0
2013-07-18Mark as static and/or constTakeshi Abe1-10/+10
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2-2/+2
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+1
2013-07-03Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl1-2/+3
2013-07-03Added new regression curve properties as ODT 1.2 extended.Tomaž Vajngerl3-8/+17
2013-07-03Little cleanup in ODT regression lines import/exportTomaž Vajngerl2-24/+14
2013-07-03ODT regression curves export refactored to use chart2 APITomaž Vajngerl8-219/+211