summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleCell.cxx
AgeCommit message (Expand)Author
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-03TypedWhichId in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-02-27coverity#1187681 Dereference null return valueCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-11sc: add some missing locks in new codeMichael Stahl
2014-01-28bool improvementsStephan Bergmann
2014-01-24coverity#1158383 Uncaught exceptionCaolán McNamara
2014-01-24coverity#1158384 Uncaught exceptionCaolán McNamara
2014-01-23coverity#1158410 Uncaught exceptionCaolán McNamara
2013-12-12Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann
2013-12-05Avoid multiple definitions of two lovingly copy-pasted functionsTor Lillqvist
2013-12-02fix previous fixStephan Bergmann
2013-12-02-Werror,-Wunused-variableStephan Bergmann
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.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-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud