summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accnotextframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-21replace RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED with SfxHintsBjoern Michaelsen1-41/+25
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-3/+1
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-1/+2
2021-05-12tdf#141307: adapt null-checkBjoern Michaelsen1-1/+1
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen1-1/+1
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling1-0/+1
2019-09-26source/core/access: no more SwClientBjoern Michaelsen1-66/+49
2019-08-26tdf#42949 Fix IWYU warnings in sw/source/core/[a-c]*/*cxxGabor Kelemen1-4/+0
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-9/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-06-08sw_redlinehide: trivial GetNode() conversion in accessMichael Stahl1-2/+3
2018-04-14SwAccessibleNoTextFrame: use WriterMultiListener instead of SwDependBjoern Michaelsen1-3/+4
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-4/+1
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-07-31sw: prefix members of SwAccessibleNoTextFrameMiklos Vajna1-7/+7
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-2/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-03-24sw: remove CHECK_FOR_DEFUNC macrosMichael Stahl1-4/+5
2017-03-24tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl1-1/+1
2017-02-12Various typos on accessibleJulien Nabet1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-28/+18
2016-12-12remove useless Mutex guardsNoel Grandin1-4/+0
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek1-3/+0
2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara1-2/+2
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-11/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-21/+21
2015-07-16coverity#1311944 Logically dead codeCaolán McNamara1-1/+1
2015-07-13fix a11y crash seen on close of tdf#92573Caolán McNamara1-0/+3
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-13/+13
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2014-11-10loplugin: cstylecastNoel Grandin1-2/+2
2014-05-23coverity#1078575 Unchecked dynamic_castCaolán McNamara1-3/+4
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-2/+2
2014-05-03coverity#1078575 Unchecked dynamic_castMiklos Vajna1-2/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-3/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-28/+28
2014-02-18callcatcher: update unused code listsCaolán McNamara1-10/+0