summaryrefslogtreecommitdiff
path: root/chart2/source/model
AgeCommit message (Expand)AuthorFilesLines
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson1-2/+2
2015-07-30it is insane to not map line and border properties to the same idMarkus Mohrhard1-3/+3
2015-07-30provide also LineTransparence for DataPointPropertiesMarkus Mohrhard1-0/+14
2015-07-28chart2: fix duplicate entries at index 0Takeshi Abe1-6/+6
2015-07-28reflect the property name changes also in the idl filesMarkus Mohrhard1-1/+2
2015-07-28use common fill property names in chart2Markus Mohrhard1-0/+47
2015-07-20loplugin:unusedmethods chart2Noel Grandin23-173/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe17-34/+34
2015-07-09tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens1-0/+1
2015-07-08s/Coordiante/CoordinateTor Lillqvist11-12/+12
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-2/+3
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-3/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann23-26/+26
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara19-20/+20
2015-06-04uno::Sequence provides now begin and endNoel Grandin3-8/+8
2015-05-19fix old GCC buildNoel Grandin2-2/+2
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-4/+0
2015-04-23loplugin:staticmethodsNoel Grandin27-51/+51
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann17-46/+46
2015-03-23loplugin:constantfunction: chart2Noel Grandin2-12/+0
2015-02-19Clean upStephan Bergmann1-34/+0
2015-02-13Add an overlooked constructor to chartcore.component.Jan Holesovsky1-0/+7
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir26-335/+182
2015-02-12But then again, no need to go via UNO here anyway (cf. previous commit)Stephan Bergmann2-12/+9
2015-02-12Add missing registration of GL3DBarChartType in g_entries_chart2_charttypesStephan Bergmann2-9/+12
2015-02-07loplugin:deletedspecialStephan Bergmann2-18/+8
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-2/+2
2014-12-18fix buildCaolán McNamara11-11/+11
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann4-10/+10
2014-12-18bCategoriesUsed is always false at this pointLionel Elie Mamane1-1/+1
2014-12-09fix buildCaolán McNamara1-2/+2
2014-12-09fix build under gccNoel Grandin1-2/+2
2014-12-09inline some strings, they don't need to be in a shared header fileNoel Grandin2-0/+6
2014-12-09inline UNO helper macrosNoel Grandin57-96/+840
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin24-28/+125
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin7-22/+22
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
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