summaryrefslogtreecommitdiff
path: root/chart2/source/model/template
AgeCommit message (Expand)AuthorFilesLines
2014-07-04chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2-4/+27
2014-07-02remove whitespacesMarkus Mohrhard4-4/+0
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-6/+4
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida1-4/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-15/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1
2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard1-10/+0
2014-05-27css already means ::com::sun::starThomas Arnhold4-6/+6
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2-3/+3
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet9-19/+19
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-04-15chart2: sal_Bool->boolNoel Grandin14-26/+26
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
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 Yoshida2-6/+133
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida1-1/+2
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-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann28-208/+353
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida1-4/+4
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-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-02-27Remove visual noise from chart2Alexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann53-240/+240
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-22bool improvementsStephan Bergmann1-1/+1
2013-11-28Remove code that never effectively did anythingStephan Bergmann2-53/+0
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold26-78/+78
2013-08-02Mark as constTakeshi Abe1-2/+2
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa26-66/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák49-111/+87
2013-04-02Some cppcheck cleaningJulien Nabet1-2/+1
2013-03-25remove C2U in chart2Markus Mohrhard2-6/+7
2013-03-11Fix chart2 buildFridrich Štrba1-1/+1
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand1-1/+8
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2-4/+2