summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-10/+0
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-25/+0
2015-07-10Add an a11y action for items in the Special Characters dialogMatthew J. Francis1-2/+43
2015-07-04coverity#1309266 Uncaught exceptionCaolán McNamara1-1/+1
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-07-02some other coverity thingsCaolán McNamara1-1/+1
2015-06-29coverity#1308571 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308564 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308547 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308545 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308544 Uncaught exceptionCaolán McNamara1-3/+1
2015-06-28coverity#1308509 Uncaught exceptionCaolán McNamara1-4/+1
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-1/+3
2015-06-13TyposJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-3/+3
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin1-1/+1
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-8/+8
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-3/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-3/+4
2015-04-23loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-22Remove some deprecated AccessibleShapeTreeInfo member functionsStephan Bergmann1-20/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin15-161/+161
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-3/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-26survive 'enable jre' dialog interrupting CreateAccessibilityObjectsCaolán McNamara1-5/+15
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy1-2/+1
2015-03-19loplugin:constantfunction: svxNoel Grandin1-7/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-7/+16
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+2
2015-02-03callcatcher: shave off some moreCaolán McNamara1-13/+0
2015-02-01loplugin:unreffunStephan Bergmann1-20/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara5-342/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+3
2014-12-12svx: Use appropriate OUString functions on string constantsStephan Bergmann2-5/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-24/+17
2014-11-03remove some extra empty linesDavid Tardon1-37/+0
2014-11-03coverity#982188 unchecked return valueDavid Tardon1-1/+13
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-4/+0
2014-10-20loplugin: cstylecastNoel Grandin2-2/+2
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann5-17/+7