summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
AgeCommit message (Expand)Author
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-12chart2: sal_Bool -> boolStephan Bergmann
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida
2014-07-02remove whitespacesMarkus Mohrhard
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-01be explicit about text rotations, fdo#70670Markus Mohrhard
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-25fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard
2014-04-25chart2: use constructor feature for ChartDocumentWrapperMiklos Vajna
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-17fix non unique property handleMarkus Mohrhard
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-29chart2: loplugin:saloverrideMichael Stahl
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida
2014-03-29Let's use define constants here rather than string values....Kohei Yoshida
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida
2014-03-25Crash prevention by checking for NULL.Kohei Yoshida
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-12cid#707669 uninitialized pointer valueNoel Grandin
2014-02-11fdo#74112 Preserve Chart displayunits properties during ODF import/export.sushil_shinde
2014-02-09TyposJulien Nabet
2014-02-06typo fixes in commentsAndras Timar
2014-02-06Resolves: rhbz#975421 wrong chart direction in FarsiCaolán McNamara
2014-01-31coverity#707668 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-11-11remove unnecessary use of OUString constructor in CHART2 moduleNoel Grandin
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-10-02Spell "indices" correctlyTor Lillqvist