summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acccontext.hxx
AgeCommit message (Expand)Author
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-02-29tdf#124176: Use pragma once instead of include guardsBugra
2019-12-23sal_Char->char in swNoel Grandin
2019-11-27tdf#108642 load accessibility children fasterNoel Grandin
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-05Fix typosAndrea Gelmini
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen
2018-10-03loplugin:constfields in swNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin
2017-04-24sw: let's check GetFrame() instead, it's already publicMichael Stahl
2017-04-22fix the buildMarkus Mohrhard
2017-04-06split getAccessibleParentCaolán McNamara
2017-03-29expand vis to visible; fix typosdennisroczek
2017-03-24sw: remove CHECK_FOR_DEFUNC macrosMichael Stahl
2017-03-24sw: just remove SwAccesibleContext must-override methodsMichael Stahl
2017-03-24sw: remove THROW_RUNTIME_EXCEPTION macroMichael Stahl
2017-03-24sw: remove CHECK_FOR_WINDOW macroMichael Stahl
2017-03-24sw: remove unnecessary ClearMapPointer calls from ~SwAccessibleMapMichael Stahl
2017-03-24tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl
2017-03-19fix grammar/typo: defunctional --> nonfunctionaldennisroczek
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara
2016-04-22Avoid reserved identifiersStephan Bergmann
2015-11-26loplugin:unusedfields variousNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-04-25sw: remove more SwAccessibleContext code that...Michael Stahl
2015-04-25sw: remove SwAccessibleDocument XEventListener buggy dead codeMichael Stahl
2015-04-25sw: prefix members of SwAccessibleContextMichael Stahl
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna
2015-03-18convert AccessibleStates to enum classNoel Grandin
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-10-17coverity#1247640 Uncaught exceptionCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-14use strings directlyThomas Arnhold