summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleCsvControl.cxx
AgeCommit message (Expand)Author
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvCellStephan Bergmann
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvGridStephan Bergmann
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvRulerStephan Bergmann
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-03loplugin:refcounting in scNoel
2021-02-21loplugin:refcounting in scNoel
2021-02-15loplugin:referencecasting in scNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2019-10-17weld ScImportAsciiDlgCaolán McNamara
2019-10-15back isShowing with IsReallyVisibleCaolán McNamara
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-03loplugin:unusedfieldsNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-07use more Color in scNoel Grandin
2018-02-21ColorData->Color in sd..svxNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
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-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-26Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every queryCaolán McNamara
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann