summaryrefslogtreecommitdiffstats
path: root/chart2/inc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantfunction: chart2Noel Grandin2015-03-231-1/+0
* Typo: curently->currentlyJulien Nabet2015-02-241-1/+1
* Updated all precompiled headers.Ashod Nakashian2015-02-052-3/+8
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* inline UNO helper macrosNoel Grandin2014-12-092-4/+18
* inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin2014-12-091-1/+5
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-041-3/+7
* Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida2014-10-091-4/+1
* Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida2014-09-191-4/+3
* Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida2014-09-191-2/+1
* Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida2014-09-191-4/+2
* Move the code that creates shapes for axis titles to own method.Kohei Yoshida2014-09-191-0/+2
* Move the 2D shape creation code into a separate method.Kohei Yoshida2014-09-191-0/+1
* the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard2014-08-291-0/+2
* warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold2014-08-131-1/+1
* update_pchThomas Arnhold2014-08-133-0/+5
* bnc#885825: Support borders around data labels.Kohei Yoshida2014-07-261-0/+7
* Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida2014-07-211-0/+1
* fix invalid memory access in chart testsMarkus Mohrhard2014-06-271-0/+1
* Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida2014-06-261-0/+2
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-191-0/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
* fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida2014-06-101-0/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-2/+2
* fix refresh problem with 2D OpenGL chart and OpenGLWindowMarkus Mohrhard2014-06-041-0/+3
* extract the rendering code in ChartViewMarkus Mohrhard2014-06-011-0/+2
* update_pch: exclude OpenGLContext.hxx for nowThomas Arnhold2014-05-291-1/+0
* update_pchThomas Arnhold2014-05-283-2/+7
* make sure that OpenGL charts are rendered after importMarkus Mohrhard2014-05-241-0/+3
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-153-6/+6
* Have ChartView keep the instance of GL3D chart object between rendering.Kohei Yoshida2014-05-121-0/+2
* volatile does not make any sense hereMarkus Mohrhard2014-05-121-4/+4
* the rendering is working on-screenMarkus Mohrhard2014-05-071-0/+4
* provide the OpenGL windowMarkus Mohrhard2014-05-071-4/+10
* update_pch for chartopenglThomas Arnhold2014-05-061-4/+2
* fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard2014-04-251-0/+3
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* remove executable bitAndras Timar2014-04-172-0/+0
* remove some crap that should not have been pushedMarkus Mohrhard2014-04-151-81/+0
* chart2: sal_Bool->boolNoel Grandin2014-04-152-6/+6
* update_pchThomas Arnhold2014-04-142-2/+19
* update_pch: fix precompiled_chartopenglThomas Arnhold2014-04-142-8/+59
* add initial code for creating 3D bar shapesMarkus Mohrhard2014-04-081-0/+2
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-3/+3
* Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida2014-03-291-0/+2
* Let's use define constants here rather than string values....Kohei Yoshida2014-03-291-2/+5
* Start using common symbols for textural UNO property names.Kohei Yoshida2014-03-291-0/+18
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-272-106/+106
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-98/+98
* coverity#737047 Uncaught exceptionCaolán McNamara2014-02-081-1/+1