summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper
AgeCommit message (Expand)Author
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-20fix y-axis position on x-axis handlingMarkus Mohrhard
2014-12-06reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl
2014-10-17coverity#1247647 Uncaught exceptionCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-04prevent memory leakMarkus Mohrhard
2014-08-03cosmetic clean-upMarkus Mohrhard
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida
2014-07-22boost::checked_deleter will do.Kohei Yoshida
2014-07-21Perhaps it's time we put ItemConverter etc into the right namespace.Kohei Yoshida
2014-07-21More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida
2014-07-21Remove auto_ptr from CharacterPropertyItemConverter.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-07-01clang scan-build: various warningsCaolán McNamara
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
2014-06-26clang: Uninitialized argument valueCaolán McNamara
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-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-07coverity#1158125 Unchecked dynamic_castCaolán McNamara
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl
2013-11-24Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl
2013-11-24DRY-cleanup RegressionCurveItemConverterTomaž Vajngerl
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-09-08chart2: String to OUStringJelle van der Waa
2013-08-15cppcheck: fix redundant assignmentsJulien Nabet
2013-07-29cppcheck: dup breakJulien Nabet
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-03Insert new trendline instead of changing the existing one.Tomaž Vajngerl
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida