summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-10lok: formula bar: send whole function listMarco Cecchetti1-5/+116
2019-12-17Removed duplicated includeAndrea Gelmini1-1/+0
2019-12-16LOK: emit modified status on entering cell dataAshod Nakashian1-0/+12
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos1-2/+3
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-3/+0
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-4/+2
2019-04-28tdf#120703 PVS: Check potentially null pointer before useMike Kaganski1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-16weld ScAutoFormatDlgCaolán McNamara1-2/+2
2019-02-02weld ScNewScenarioDlgCaolán McNamara1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-2/+2
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin1-1/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-14/+0
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-4/+0
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+5
2018-05-01weld ScMetricInputDlgCaolán McNamara1-4/+4
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-6/+13
2018-02-22weld native message dialogsCaolán McNamara1-5/+12
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2017-12-23Revert "unused SID commands in sc"Noel Grandin1-0/+18
2017-12-21unused SID commands in scNoel Grandin1-18/+0
2017-12-21TypedWhichId in svx part 2Noel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-25tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro1-14/+16
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-4/+4
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-2/+2
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard1-12/+0
2017-04-05LOK - Calc: beyond row 65535 it is not possibile to resize a rowMarco Cecchetti1-1/+1
2017-02-15tdf#100726 Improved readability in sc directoryFakabbir Amin1-4/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-6/+6
2016-08-23sc lok: fix re-sizing several rows/columns at onceHenry Castro1-2/+20
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-08-15-fsanitize=vptrStephan Bergmann1-4/+4
2016-07-29sc lok: add parameters for column/row resizeHenry Castro1-2/+29
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-2/+2
2016-06-01sc lok: Add new param to .uno:EnterString to prevent committingPranav Kant1-6/+26
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-19cppcheck: silence known conditions warnings in scJochen Nitschke1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-18boost->stdCaolán McNamara1-10/+10