summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
AgeCommit message (Expand)AuthorFilesLines
2016-11-08loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin1-2/+2
2016-11-07loplugin:oncevar in chart2Noel Grandin12-25/+12
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-05loplugin:unnecessaryoverride in accessibility..chart2Noel Grandin2-9/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann34-78/+78
2016-08-30tdf#64145 Add empty subtitle string as defaultLaurent Balland-Poirier1-1/+1
2016-08-25convert SvxChartRegress to scoped enumNoel Grandin1-11/+11
2016-08-18cppcheck: passedByValueCaolán McNamara38-131/+134
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-3/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke12-13/+0
2016-07-05merge LineProperties with chart::ErrorBarNoel Grandin1-1/+0
2016-05-04-Werror=maybe-uninitializedThorsten Behrens1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-25Some more sal_Bool -> boolStephan Bergmann2-12/+12
2016-04-25Kill comphelper::MakeMapStephan Bergmann8-49/+38
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-17/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke8-8/+0
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin20-36/+36
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke11-14/+0
2016-03-14com::sun::star->css in chart2Noel Grandin47-943/+889
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-10/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin12-30/+21
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin2-4/+3
2015-12-23loplugin:unusedfields in chart2Noel Grandin4-8/+5
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin11-11/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-77/+77
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin5-12/+12
2015-10-13remove some useless commentsNoel Grandin2-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann35-423/+423
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti1-1/+12
2015-10-02Fix typosAndrea Gelmini2-2/+2
2015-09-14boost->stdCaolán McNamara48-221/+221
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti1-0/+8
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-12Avoid division by zeroStephan Bergmann1-2/+2
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-2/+2
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson1-2/+2
2015-07-20loplugin:unusedmethods chart2Noel Grandin2-11/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe10-20/+20
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara19-42/+42
2015-05-19fix old GCC buildNoel Grandin1-1/+1
2015-04-30coverity#1296216 Uncaught exceptionCaolán McNamara1-26/+53
2015-04-30-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1