summaryrefslogtreecommitdiff
path: root/chart2/inc/ChartView.hxx
AgeCommit message (Expand)Author
2018-09-06loplugin:useuniqueptr in VCoordinateSystemNoel Grandin
2018-07-17remove the GL based 3D chartsMarkus Mohrhard
2018-06-22tdf#42949 Fix IWYU warnings in chart2/source/inc/chartview/Gabor Kelemen
2018-06-05tdf#42949 Fix IWYU warnings in chart2/inc/*Gabor Kelemen
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-02-17drop TimeBasedMode enumNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin
2016-04-24C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-03-23loplugin:constantfunction: chart2Noel Grandin
2014-12-09inline UNO helper macrosNoel Grandin
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida
2014-10-09Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida
2014-09-19Move the code that creates shapes for axis titles to own method.Kohei Yoshida
2014-09-19Move the 2D shape creation code into a separate method.Kohei Yoshida
2014-06-27fix invalid memory access in chart testsMarkus Mohrhard
2014-06-04fix refresh problem with 2D OpenGL chart and OpenGLWindowMarkus Mohrhard
2014-06-01extract the rendering code in ChartViewMarkus Mohrhard
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-12Have ChartView keep the instance of GL3D chart object between rendering.Kohei Yoshida
2014-05-12volatile does not make any sense hereMarkus Mohrhard
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15chart2: sal_Bool->boolNoel Grandin
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-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-08coverity#737047 Uncaught exceptionCaolán McNamara
2014-02-07coverity#737046 Uncaught exceptionCaolán McNamara
2014-01-29some improvements for the time based chartingMarkus Mohrhard
2014-01-29first try at implementing time based updates in new chart implementationMarkus Mohrhard
2014-01-29remaining chart work for time based chartingMarkus Mohrhard
2014-01-29implement time based charting based on new approachMarkus Mohrhard
2014-01-29make it easier to draw with all propertiesMarkus Mohrhard
2013-11-19we need to init manually nowMarkus Mohrhard
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard