summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocument.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-17SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-2/+2
2018-04-16Take care of E3DObjListArmin Le Grand1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-21ColorData->Color in sd..svxNoel Grandin1-1/+1
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara1-1/+1
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-19/+19
2017-08-24loplugin:constparam in sc part4Noel Grandin1-1/+1
2017-07-28Resolves: tdf#106872 only request selected shapesCaolán McNamara1-13/+11
2017-07-27Related: tdf#106872 amount of a11y selection listeners constantly growsCaolán McNamara1-0/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2017-05-23sc: work around MSVC 2017 ICE in AccessibleDocument.cxxMichael Stahl1-9/+11
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-6/+6
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin1-4/+4
2017-05-02untranslated strings are just stringsCaolán McNamara1-1/+2
2017-04-21remove some old MSVC workaroundsNoel Grandin1-17/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+2
2017-03-14Translate German comments in sc/source/ui (part of its sub-dirs)Johnny_M1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-7/+7
2017-02-18German comment translationsLukas Röllin1-1/+1
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-37/+4
2016-12-16tdf#71435: Accessible caret-moved events are missing when "freeze" is enabledTamás Zolnai1-1/+1
2016-12-16remove superfluous this->Init() callEike Rathke1-9/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-5/+5
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-2/+3
2016-11-19Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."Kohei Yoshida1-21/+19
2016-11-19Use rtl::Reference to wrap ScAccessibleEditObject here.Kohei Yoshida1-19/+21
2016-11-07loplugin:expandablemethods in scNoel Grandin1-22/+17
2016-11-03tdf#103633 avoid segfault in a11yDavid Tardon1-2/+2
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-7/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin1-4/+3
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-3/+3
2016-06-02loplugin:unusedfieldsNoel Grandin1-2/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-03-07loplugin:write only fieldsNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-32/+30
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1