summaryrefslogtreecommitdiffstats
path: root/chart2/source/model
Commit message (Expand)AuthorAgeFilesLines
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-057-22/+22
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* loplugin: cstylecastNoel Grandin2014-10-231-2/+1
* 3D charts: Update the 3D charts when a value changes.Jan Holesovsky2014-09-121-2/+2
* the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard2014-08-291-0/+7
* opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky2014-08-291-1/+0
* bnc#885825: Support borders around data labels.Kohei Yoshida2014-07-262-26/+81
* fix indentationMarkus Mohrhard2014-07-251-1/+1
* Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard2014-07-231-0/+1
* Wrong indent.Kohei Yoshida2014-07-221-1/+1
* Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida2014-07-211-1/+1
* Scope reduction by throwing early.Kohei Yoshida2014-07-211-26/+23
* opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky2014-07-201-1/+0
* new loplugin: externalandnotdefinedNoel Grandin2014-07-111-2/+1
* coverity#1224984 Dereference before checkNorbert Thiebaud2014-07-101-3/+5
* coverity#1224984 Dereference before null checkCaolán McNamara2014-07-101-2/+1
* chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2014-07-042-4/+27
* remove whitespacesMarkus Mohrhard2014-07-026-8/+0
* coverity#706266 Uncaught exceptionCaolán McNamara2014-07-012-2/+2
* fix invalid memory access in chart testsMarkus Mohrhard2014-06-271-0/+2
* Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida2014-06-261-2/+2
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-196-13/+32
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-193-6/+11
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-177-19/+3
* fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida2014-06-102-6/+16
* coverity#706262 Uncaught exceptionCaolán McNamara2014-06-101-1/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-13/+1
* remove unnecessary and unused chart debug functionalityMarkus Mohrhard2014-06-072-16/+0
* coverity#706265 Uncaught exceptionCaolán McNamara2014-05-282-2/+3
* coverity#706264 Uncaught exceptionCaolán McNamara2014-05-282-2/+4
* coverity#706261 Uncaught exceptionCaolán McNamara2014-05-282-2/+3
* css already means ::com::sun::starThomas Arnhold2014-05-275-30/+30
* make sure that OpenGL charts are rendered after importMarkus Mohrhard2014-05-241-0/+13
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-203-4/+4
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet2014-05-1817-105/+105
* support property mapping in new 3D chartsMarkus Mohrhard2014-05-162-0/+12
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-4/+4
* Fix previous commit (chart2 part)Julien Nabet2014-05-112-11/+11
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-112-11/+11
* the rendering is working on-screenMarkus Mohrhard2014-05-071-0/+8
* let us use the new OpenGLWindowMarkus Mohrhard2014-05-071-2/+2
* provide the OpenGL windowMarkus Mohrhard2014-05-071-0/+10
* fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard2014-04-251-0/+5
* remove comments why a file gets includedThomas Arnhold2014-04-213-8/+0
* chart2: sal_Bool->boolNoel Grandin2014-04-1523-51/+51
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-034-9/+9
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* chart2: loplugin:saloverrideMichael Stahl2014-03-291-4/+4
* Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida2014-03-294-32/+40