summaryrefslogtreecommitdiff
path: root/sc/inc/grouparealistener.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-0/+1
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke1-2/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+2
2015-10-27move SvRefMemberList into idlNoel Grandin1-0/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-4/+0
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-3/+7
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-2/+0
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke1-0/+2
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+2
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-2/+4
2014-11-21Dump formula group listener info.Kohei Yoshida1-0/+6
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida1-10/+0
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-0/+73