summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/grouparealistener.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-2/+3
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-7/+6
2016-11-09assert a supposed-to-be-fixed condition, tdf#89957 relatedEike Rathke1-1/+9
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-12/+9
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-7/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-02-06mpColumn can already be dead in ~FormulaGroupAreaListenerStephan Bergmann1-4/+1
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-16/+0
2015-06-27tdf#90717 prevent crash, not really fixedEike Rathke1-1/+32
2015-04-15tdf#89957 prevent crash, not really fixedEike Rathke1-2/+20
2015-04-15more SAL_INFO sc.core.grouparealistenerEike Rathke1-3/+6
2015-02-18coverity#1267652 Logically dead codeCaolán McNamara1-2/+4
2015-02-18Avoid numeric overflow when printing BCA_LISTEN_ALWAYS rangeStephan Bergmann1-3/+3
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-12/+32
2015-02-03add some SAL_INFO to group area listener and formula cell ctor/dtorEike Rathke1-0/+10
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-10/+0
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke1-0/+4
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+26
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-2/+15
2014-11-21Dump formula group listener info.Kohei Yoshida1-0/+13
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida1-90/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-0/+321