summaryrefslogtreecommitdiff
path: root/chart2/source/model
AgeCommit message (Expand)AuthorFilesLines
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida6-13/+32
2014-06-22Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida3-6/+11
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida2-6/+16
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-4/+4
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet17-105/+105
2014-05-16support property mapping in new 3D chartsMarkus Mohrhard2-0/+12
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
2014-05-11Fix previous commit (chart2 part)Julien Nabet2-11/+11
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2-11/+11
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 Arnhold3-8/+0
2014-04-15chart2: sal_Bool->boolNoel Grandin23-51/+51
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-29chart2: loplugin:saloverrideMichael Stahl1-4/+4
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida4-32/+40
2014-03-29Transfer back properties from the chart type object to template object.Kohei Yoshida2-0/+26
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida3-15/+134
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida2-3/+6
2014-03-28ChartTypeTemplate and its derivatives are not UNO service implementationsStephan Bergmann22-192/+0
2014-03-28Missing XServiceInfo base classStephan Bergmann12-46/+36
2014-03-28chart::Wall is not a UNO service implementationStephan Bergmann2-27/+0
2014-03-28chart::impl::StockBar is not a UNO service implementationStephan Bergmann2-27/+0
2014-03-28Missing XServiceInfo base classStephan Bergmann1-6/+10
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann46-427/+607
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida2-5/+12
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida1-1/+2
2014-03-26Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida2-4/+107
2014-03-26Error: exception specification of overriding function is more lax than baseTor Lillqvist4-6/+10
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida2-1/+6
2014-03-25Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida4-6/+35
2014-03-25List child type for GL3D bar chart type.Kohei Yoshida4-6/+44
2014-03-25Skeleton template class for GL3D bar chart type.Kohei Yoshida3-0/+86
2014-03-25Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida2-0/+98
2014-03-24Let's be more defensive here by checking for null return objects.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-09add property mapping to a few more chart typesMarkus Mohrhard6-0/+39
2014-03-09don't hardcode property mapping, read them from chart2::XChartTypeMarkus Mohrhard4-1/+21
2014-03-09no need for overwriting this methodMarkus Mohrhard2-9/+0
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-3/+5
2014-02-27Remove visual noise from chart2Alexander Wilms2-2/+2
2014-02-26Statics with non-trivial initialization must use StaticWithInitStephan Bergmann1-45/+17
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann88-637/+637
2014-02-23Remove unneccessary commentsAlexander Wilms2-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-11fdo#74112 Preserve Chart displayunits properties during ODF import/export.sushil_shinde1-1/+21