summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-10/+10
2015-09-17boost->stdCaolán McNamara1-10/+10
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-19tdf#39468 clean-up/translated german comments in auditsh.cxx and cellsh*.cxxAlbert Thuswaldner1-6/+5
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-5/+5
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt1-3/+0