summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acctable.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-16loplugin:useuniqueptr in SwAccessibleTableNoel Grandin1-17/+10
2018-03-07use more Color in swNoel Grandin1-3/+3
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-5/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2018-01-08sw: prefix members of SwAccessibleNoTextHyperlink, SwAccessiblePage and ...Miklos Vajna1-15/+15
2017-11-29loplugin:unusedmethodsNoel Grandin1-91/+0
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-21/+21
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-21/+21
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-21/+21
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-2/+2
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-03-24sw: remove CHECK_FOR_DEFUNC macrosMichael Stahl1-21/+26
2017-03-24sw: remove SolarMutexGuards from SwAccessible* constructorsMichael Stahl1-2/+2
2017-03-24tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl1-5/+7
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-02-13sw: prefix members of SwAccessibleTableMiklos Vajna1-6/+6
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-57/+2
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+3
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-2/+2
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara1-4/+4
2016-06-17Related: tdf#100421 crash in a11y on load of source odtCaolán McNamara1-4/+6
2016-06-16Remove the :: prefix in ::std for swMark Page1-19/+19
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-8/+8
2016-03-22loplugin:constantparam in swNoel Grandin1-17/+13
2016-02-25sw: new sw.a11y log areaMichael Stahl1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-192/+192
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03sw: inline use-once typedefsNoel Grandin1-5/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-7/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-16/+16
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-5/+5
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-8/+6
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin1-3/+3
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin1-2/+2
2014-06-24Fix some warningsMatúš Kukan1-2/+2