summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11sw: prefix members of SwAccessibleSelectionHelperMiklos Vajna2-28/+28
2015-05-05loplugin:staticmethodsNoel Grandin4-14/+14
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-3/+4
2015-04-25sw: remove more SwAccessibleContext code that...Michael Stahl2-18/+0
2015-04-25sw: remove SwAccessibleDocument XEventListener buggy dead codeMichael Stahl4-64/+8
2015-04-25sw: prefix members of SwAccessibleContextMichael Stahl6-120/+120
2015-04-25sw: deploy some assertsMichael Stahl1-7/+7
2015-04-25sw: fix SwAccessibleParagraph crash on deleteMichael Stahl1-6/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+1
2015-04-22Remove some deprecated AccessibleShapeTreeInfo member functionsStephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin25-96/+96
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-3/+4
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna4-8/+8
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-5/+5
2015-03-28merge SwTable::GetFrmFmt/GetTableFmtBjoern Michaelsen1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-23loplugin:constantfunction: swNoel Grandin5-11/+0
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert AccessibleStates to enum classNoel Grandin3-30/+30
2015-03-16use SwIterator for typed iterationBjoern Michaelsen1-4/+2
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1
2015-03-09tdf#84102: Expose duplicated "level" accessible attribute.Jacobo Aragunde Pérez1-0/+2
2015-02-07loplugin:deletedspecialStephan Bergmann2-4/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-9/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-4/+4
2015-01-22::rtl::OUString->OUStringCaolán McNamara2-2/+2
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn3-11/+9
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-6/+6
2015-01-07sal_uInt16 to sal_Int32 / intMatteo Casalin1-5/+4
2015-01-07Some code reformatMatteo Casalin1-39/+35
2015-01-07Use nullptrMatteo Casalin1-56/+56
2015-01-07SwAccessibleNoTextHyperlink::mnIndex is never readMatteo Casalin2-5/+3
2015-01-07Avoid unneeded castMatteo Casalin1-2/+1
2015-01-07sal_uInt16 to size_tMatteo Casalin2-9/+9
2015-01-07Avoid temporary OUStringsMatteo Casalin1-5/+4
2015-01-07Cleanup whitespaces, remove unneeded local scopesMatteo Casalin1-60/+55
2015-01-07sal_uInt16 to sal_Int32Matteo Casalin2-13/+12
2015-01-07sal_uInt16 to sal_Int32Matteo Casalin3-22/+10
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18fdo#87199: sw: fix root cause of a11y crash when merging cellsMichael Stahl1-1/+3
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann11-20/+20
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-9/+6
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-9/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-11/+7
2014-12-04use C++11 iterationBjoern Michaelsen1-17/+10
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1