summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-3/+3
2015-03-20fix y-axis position on x-axis handlingMarkus Mohrhard1-1/+1
2014-12-06reduce scope of local variablesMichael Weghorn1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl1-3/+3
2014-10-17coverity#1247647 Uncaught exceptionCaolán McNamara2-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann6-17/+17
2014-08-04prevent memory leakMarkus Mohrhard1-4/+16
2014-08-03cosmetic clean-upMarkus Mohrhard1-8/+8
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida2-0/+631
2014-07-22boost::checked_deleter will do.Kohei Yoshida7-11/+15
2014-07-21Perhaps it's time we put ItemConverter etc into the right namespace.Kohei Yoshida9-90/+85
2014-07-21More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida1-4/+2
2014-07-21Remove auto_ptr from CharacterPropertyItemConverter.Kohei Yoshida7-120/+67
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida1-6/+6
2014-07-02remove whitespacesMarkus Mohrhard3-4/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara2-87/+9
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-2/+3
2014-06-26clang: Uninitialized argument valueCaolán McNamara2-18/+18
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-2/+5
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida3-12/+16
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-13/+0
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet1-2/+2
2014-04-21remove comments why a file gets includedThomas Arnhold6-15/+1
2014-04-15chart2: sal_Bool->boolNoel Grandin4-11/+11
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin2-6/+6
2014-03-14svx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann3-8/+8
2014-02-07coverity#1158125 Unchecked dynamic_castCaolán McNamara1-1/+2
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl2-1/+30
2013-11-24Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl2-354/+138
2013-11-24DRY-cleanup RegressionCurveItemConverterTomaž Vajngerl1-144/+117
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-1/+4
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann3-3/+0
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold1-3/+3
2013-09-08chart2: String to OUStringJelle van der Waa3-3/+3
2013-08-15cppcheck: fix redundant assignmentsJulien Nabet1-8/+4
2013-07-29cppcheck: dup breakJulien Nabet1-1/+0
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa12-29/+0
2013-07-03Insert new trendline instead of changing the existing one.Tomaž Vajngerl2-25/+29
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl2-24/+28
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl2-0/+129
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl2-0/+335
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-6/+4
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+4