summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpara.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-02-20loplugin:refcounting in swNoel1-1/+1
2020-05-09compact namespace in swNoel Grandin1-2/+2
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling1-0/+2
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-4/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+3
2018-11-17loplugin:unusedmethodsNoel Grandin1-2/+0
2018-11-15sw_redlinehide_3: convert even more SwAccessibleParagraph functionsMichael Stahl1-3/+0
2018-11-15sw_redlinehide_3: remove GetSelection/GetSelectionAtIndex duplicationMichael Stahl1-2/+5
2018-11-15sw_redlinehide_3: stop SwAccessibleParagraph listening at SwTextNodeMichael Stahl1-2/+2
2018-03-22loplugin:useuniqueptr in SwAccessibleParagraphNoel Grandin1-3/+3
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-2/+2
2017-08-02loplugin:checkunusedparams in swNoel Grandin1-2/+1
2017-05-29sw: prefix members of SwAccessibleParagraphMiklos Vajna1-9/+9
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-4/+1
2017-03-24tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl1-1/+1
2017-02-12Various typos on accessibleJulien Nabet1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-138/+65
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+5
2017-01-07Typo: Acess->AccessJulien Nabet1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-04-05sequence->vector in swNoel Grandin1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-02-17Pass map by pointer (just like all the other SwAccessible... ctors do)Stephan Bergmann1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-128/+127
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-71/+71
2015-07-21loplugin:unusedmethods swNoel Grandin1-3/+0
2015-06-28coverity#1308566 Uncaught exceptionCaolán McNamara1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-5/+5
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-6/+6
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-19/+19
2014-04-14typo: additinaly -> additionallyThomas Arnhold1-1/+1
2014-04-14typo: drived class -> derived classThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-71/+71
2014-03-05remove unused code in SW moduleNoel Grandin1-1/+0
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-53/+53
2014-02-23coverity#738077 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-23coverity#738075 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-23coverity#738074 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-10the return of callcatcherCaolán McNamara1-1/+0