summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleCellBase.cxx
AgeCommit message (Expand)Author
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen
2019-02-09loplugin:indentation in scNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-03-07use more Color in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-05-20Fix typo in codeAndrea Gelmini
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-27Add default line width defines for TableBordersslideon
2016-04-21new plugin stylepoliceNoel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-06-28coverity#1308565 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308532 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308520 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308517 Uncaught exceptionCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
2014-02-10coverity#1038334 Uncaught exceptionCaolán McNamara
2014-01-23coverity#1158402 Uncaught exceptionCaolán McNamara
2013-12-03Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan 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-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida