summaryrefslogtreecommitdiff
path: root/chart2/source/inc
AgeCommit message (Expand)Author
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-12m_bOwnershipIsWellKnown is unusedCaolán McNamara
2014-05-07chart2: move RegressionCalculationHelper.hxx to incTomaž Vajngerl
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-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25Make the new OpenGL chart type a compile time option.Kohei Yoshida
2014-03-25List child type for GL3D bar chart type.Kohei Yoshida
2014-03-25Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida
2014-03-25Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
2014-03-09improve the handling of property mapping sequencesMarkus Mohrhard
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin
2014-03-03convert chart type page to .ui formatCaolán McNamara
2014-02-27Remove visual noise from chart2Alexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard
2014-02-10the return of callcatcherCaolán McNamara
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard
2014-01-29some improvements for the time based chartingMarkus Mohrhard
2014-01-29no auto_ptr in this classMarkus Mohrhard
2014-01-02It performs better to use unordered_map than std::map here.Kohei Yoshida
2013-12-28Convert insert error bars dialog to widget UIOlivier Hallot
2013-12-27Convert chart data label dialog to widget UIOlivier Hallot
2013-12-20typo fixesAndras Timar
2013-12-14RegressionCurveCalculator & co - com::sun::star -> cssTomaž Vajngerl
2013-12-14Make RegressionCurveHelper more readable (com::sun::star -> css)Tomaž Vajngerl
2013-12-10fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl
2013-12-09Display correct equation with multiple trendlines in chart.Tomaž Vajngerl
2013-12-09Convert chart 3D scene illumination to .uiOlivier Hallot
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-10-23remove unused header file: servicenames_charttypes.hxxThomas Arnhold
2013-09-08chart2: String to OUStringJelle van der Waa
2013-09-03std::auto_ptr is deprecated.Kohei Yoshida
2013-09-03Service manager class member not used. Remove it.Kohei Yoshida
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-14Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl
2013-07-04fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl
2013-07-03Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl
2013-07-03Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl