summaryrefslogtreecommitdiff
path: root/chart2/source/controller/accessibility
AgeCommit message (Expand)AuthorFilesLines
2018-09-12tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxxGabor Kelemen3-19/+7
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin2-3/+1
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen4-0/+4
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-09tdf#42949 Fix IWYU warnings in chart2/source/controller/inc/[A-G]*Gabor Kelemen2-0/+3
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2-4/+6
2018-03-07use more Color in chart2Noel Grandin1-4/+4
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet1-21/+16
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin3-5/+2
2017-10-23loplugin:includeform: chart2Stephan Bergmann10-27/+27
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-18can drop SCH_RESSTR nowCaolán McNamara1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock3-6/+6
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock3-6/+6
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-4/+4
2017-02-17convert AccessibleBase::EventType to scoped enumNoel Grandin2-17/+4
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-11/+11
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann7-142/+35
2017-01-24AccStatisticsObject is apparently dead codeStephan Bergmann2-99/+0
2017-01-24use rtl::Reference in AccessibleBaseNoel Grandin1-19/+13
2017-01-16new loplugin: useuniqueptr: chart2Noel Grandin2-10/+4
2016-12-11AccessibleEventNotifier AccessibleBase (chart2)Julien Nabet1-1/+1
2016-11-11loplugin:expandablemethods in chart2Noel Grandin2-12/+6
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin3-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-07-17tdf#100913 Remove tOID typedefs in ObjectHierarchy classkrishna keshav1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-07-13chart2: cleanup local var assignmentsJochen Nitschke1-1/+0
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-21/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-05loplugin:constantparam in chart2Noel Grandin6-13/+9
2016-03-14com::sun::star->css in chart2Noel Grandin7-58/+56
2016-03-07-Werror=unused-but-set-variableStephan Bergmann1-5/+0
2016-03-07loplugin:write only fieldsNoel Grandin1-1/+1
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-15/+15
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin2-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-39/+39
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann2-22/+19