summaryrefslogtreecommitdiff
path: root/chart2/source/model/main
AgeCommit message (Expand)AuthorFilesLines
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin7-22/+22
2014-10-23loplugin: cstylecastNoel Grandin1-2/+1
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky1-2/+2
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard1-0/+7
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-1/+0
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida2-26/+81
2014-07-25fix indentationMarkus Mohrhard1-1/+1
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard1-0/+1
2014-07-22Wrong indent.Kohei Yoshida1-1/+1
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida1-1/+1
2014-07-21Scope reduction by throwing early.Kohei Yoshida1-26/+23
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-1/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-10coverity#1224984 Dereference before checkNorbert Thiebaud1-3/+5
2014-07-10coverity#1224984 Dereference before null checkCaolán McNamara1-2/+1
2014-07-02remove whitespacesMarkus Mohrhard2-4/+0
2014-07-01coverity#706266 Uncaught exceptionCaolán McNamara2-2/+2
2014-06-27fix invalid memory access in chart testsMarkus Mohrhard1-0/+2
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-2/+2
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-4/+23
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2-2/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida2-6/+16
2014-06-10coverity#706262 Uncaught exceptionCaolán McNamara1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard1-6/+0
2014-05-28coverity#706265 Uncaught exceptionCaolán McNamara2-2/+3
2014-05-28coverity#706264 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-28coverity#706261 Uncaught exceptionCaolán McNamara2-2/+3
2014-05-27css already means ::com::sun::starThomas Arnhold1-24/+24
2014-05-24make sure that OpenGL charts are rendered after importMarkus Mohrhard1-0/+13
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet8-86/+86
2014-05-11Fix previous commit (chart2 part)Julien Nabet1-1/+1
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-07the rendering is working on-screenMarkus Mohrhard1-0/+8
2014-05-07let us use the new OpenGLWindowMarkus Mohrhard1-2/+2
2014-05-07provide the OpenGL windowMarkus Mohrhard1-0/+10
2014-04-25fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard1-0/+5
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15chart2: sal_Bool->boolNoel Grandin5-21/+21
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-7/+7
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida1-9/+1
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida1-2/+4
2014-03-28chart::Wall is not a UNO service implementationStephan Bergmann2-27/+0
2014-03-28chart::impl::StockBar is not a UNO service implementationStephan Bergmann1-13/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann10-126/+137
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida1-1/+8
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann1-6/+0
2014-03-17Fold framework::IGuard into framework::IMutexGuardStephan Bergmann1-3/+1
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-3/+5