summaryrefslogtreecommitdiffstats
path: root/chart2/source/model
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2011-40/+40
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-181-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1824-26/+0
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-144-12/+9
* loplugin:passstuffbyref in chart2Noel Grandin2016-04-143-3/+3
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-123-5/+4
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1222-28/+0
* loplugin:constantparamNoel Grandin2016-04-116-13/+7
* loplugin:constantparam in chart2Noel Grandin2016-04-059-24/+15
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-022-3/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* fix headless buildOliver Specht2016-03-251-2/+7
* com::sun::star->css in chart2Noel Grandin2016-03-1474-1206/+1012
* remove some unused typedefs, and inline some use-onceNoel Grandin2016-03-141-2/+1
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
* new loplugin: commaoperatorNoel Grandin2016-02-231-7/+14
* don't assert that no ODF import happens without a base URLMichael Stahl2016-02-091-1/+2
* unnecessary use of OUString constructorNoel Grandin2016-01-311-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-3/+3
* Fix typosAndrea Gelmini2016-01-062-2/+2
* assert that no ODF import happens without a BaseURLMichael Stahl2015-12-161-0/+1
* chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import()Michael Stahl2015-12-151-1/+2
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-11/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-1933-46/+47
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-22/+22
* tdf#94960, Revert "it is insane to not map line and ..."Markus Mohrhard2015-10-181-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1246-502/+502
* tdf#88154 workaround and unit testMarco Cecchetti2015-10-071-1/+14
* boost->stdCaolán McNamara2015-09-142-3/+3
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-092-0/+9
* make sure that LineColor is supported for data seriesMarkus Mohrhard2015-08-201-0/+9
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-143-6/+6
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-111-2/+2
* tdf#92459 replace deprecated o3tl featuresDaniel Robertson2015-08-011-2/+2
* it is insane to not map line and border properties to the same idMarkus Mohrhard2015-07-301-3/+3
* provide also LineTransparence for DataPointPropertiesMarkus Mohrhard2015-07-301-0/+14
* chart2: fix duplicate entries at index 0Takeshi Abe2015-07-281-6/+6
* reflect the property name changes also in the idl filesMarkus Mohrhard2015-07-281-1/+2
* use common fill property names in chart2Markus Mohrhard2015-07-281-0/+47
* loplugin:unusedmethods chart2Noel Grandin2015-07-2023-173/+0
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-1717-34/+34
* tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens2015-07-091-0/+1
* s/Coordiante/CoordinateTor Lillqvist2015-07-0811-12/+12
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-291-2/+3
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-291-3/+2