summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleCellBase.cxx
AgeCommit message (Expand)Author
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
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-06-03use standard template for this throughoutCaolán McNamara