summaryrefslogtreecommitdiff
path: root/chart2/source/model/template
AgeCommit message (Expand)Author
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-29chart2: loplugin:saloverrideMichael Stahl
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida
2014-03-29Transfer back properties from the chart type object to template object.Kohei Yoshida
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida
2014-03-28ChartTypeTemplate and its derivatives are not UNO service implementationsStephan Bergmann
2014-03-28Missing XServiceInfo base classStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida
2014-03-26Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida
2014-03-26Error: exception specification of overriding function is more lax than baseTor Lillqvist
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida
2014-03-25Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida
2014-03-25List child type for GL3D bar chart type.Kohei Yoshida
2014-03-25Skeleton template class for GL3D bar chart type.Kohei Yoshida
2014-03-25Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida
2014-03-24Let's be more defensive here by checking for null return objects.Kohei Yoshida
2014-03-09add property mapping to a few more chart typesMarkus Mohrhard
2014-03-09don't hardcode property mapping, read them from chart2::XChartTypeMarkus Mohrhard
2014-03-09no need for overwriting this methodMarkus Mohrhard
2014-02-27Remove visual noise from chart2Alexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22bool improvementsStephan Bergmann
2013-11-28Remove code that never effectively did anythingStephan Bergmann
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-08-02Mark as constTakeshi Abe
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02Some cppcheck cleaningJulien Nabet
2013-03-25remove C2U in chart2Markus Mohrhard
2013-03-11Fix chart2 buildFridrich Štrba
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-05doubled usingThomas Arnhold
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-29hide local functions harderCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe
2012-01-21Improve checking for emptinessThomas Arnhold
2011-11-29catch by const referenceTakeshi Abe