summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2016-09-28tdf#101549: Remove tooltip_markup from glade .ui filesMuhammet Kara2-12/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin2-6/+0
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin4-15/+8
2016-09-13loplugin:dllprivateStephan Bergmann1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann224-303/+303
2016-09-09loplugin:constantparam in svtoolsNoel Grandin1-3/+1
2016-09-09loplugin:constantparam in svxNoel Grandin2-2/+2
2016-09-04remove reimplementations of SfxItemPool::ReleaseDefaults()Jochen Nitschke2-12/+4
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna2-3/+3
2016-09-01std::list<float> -> std::dequeNoel Grandin2-5/+5
2016-08-31Improve polynomial trendline equation representationLaurent Balland-Poirier2-3/+7
2016-08-30no point in these dtors being virtualCaolán McNamara6-13/+0
2016-08-30default assignment operator is fineCaolán McNamara2-9/+0
2016-08-30tdf#64145 Add empty subtitle string as defaultLaurent Balland-Poirier1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (chart2)Stephan Bergmann2-2/+2
2016-08-30convert RECT_POINT to scoped enumNoel Grandin1-11/+11
2016-08-30convert ActionDescriptionProvider::ActionType to scoped enumNoel Grandin8-50/+50
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann5-10/+10
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann6-11/+11
2016-08-26tdf#95416 remove ../ style includeJochen Nitschke4-2/+8
2016-08-25convert SvxChartStyle to scoped enumNoel Grandin1-1/+1
2016-08-25convert SvxChartTextOrder to scoped enumNoel Grandin2-10/+10
2016-08-25convert SvxChartKindError to scoped enumNoel Grandin4-71/+71
2016-08-25convert SvxChartIndicate to scoped enumNoel Grandin4-24/+24
2016-08-25convert SvxChartRegress to scoped enumNoel Grandin7-54/+54
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin2-5/+5
2016-08-23convert SdrIterMode to scoped enumNoel Grandin3-6/+6
2016-08-22convert SdrHintKind to scoped enumNoel Grandin2-7/+7
2016-08-22convert SdrHitKind to scoped enumNoel Grandin1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara4-5/+5
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrDragMode to scoped enumNoel Grandin2-9/+9
2016-08-18Trend Line UI: R² was hiddenLaurent Balland-Poirier1-9/+9
2016-08-18cppcheck: passedByValueCaolán McNamara38-131/+134
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+2
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for chart2Armin Le Grand4-0/+292
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin3-6/+2
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-1/+1
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier20-27/+250
2016-08-16new loplugin to check for static OUStringsNoel Grandin2-5/+5
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke2-4/+4
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot1-0/+1
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara16-49/+27
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin34-58/+57
2016-08-03fix loplugin:cppunitassertequals in chart2Markus Mohrhard2-14/+14
2016-08-03Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist2-5/+5
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith3-25/+11