summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleTableBase.cxx
AgeCommit message (Expand)Author
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-29coverity#1308591 Uncaught exceptionCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-25coverity#1158359 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158361 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158362 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158365 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158368 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158370 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158371 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158372 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158373 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158374 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158375 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158376 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158377 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158378 Uncaught exceptionCaolán McNamara
2014-01-25coverity#1158379 Uncaught exceptionCaolán McNamara
2014-01-24coverity#1158391 Uncaught exceptionCaolán McNamara
2014-01-24coverity#1158390 Uncaught exceptionCaolán McNamara
2014-01-23coverity#1158392 Uncaught exceptionCaolán McNamara
2014-01-23coverity#1158393 Uncaught exceptionCaolán McNamara
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke
2013-12-03warning C4702: unreachable codeStephan Bergmann
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-08-26String to rtl::OUString.Kohei Yoshida