summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh2.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-01use officecfg for Experimental flagNoel Grandin1-3/+2
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-1/+1
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara1-2/+2
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-44/+42
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-1/+1
2020-07-28Make Sort dialog asyncSzymon Kłos1-50/+15
2020-06-27cid#1401342 Uncaught exceptionCaolán McNamara1-1/+2
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-2/+2
2019-10-22sc: rowcol: tdf#50916 convert cellshNoel Grandin1-2/+2
2019-10-19weld ScDataProviderDlgCaolán McNamara1-3/+3
2019-10-17weld ScImportAsciiDlgCaolán McNamara1-1/+1
2019-10-05Let's bring XML Source out of the list of experimental features.Kohei Yoshida1-6/+1
2019-10-05Convert various FID_VALID_* to SfxUInt16ItemNoel Grandin1-6/+6
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-6/+2
2019-06-21reference childwins are all weldedCaolán McNamara1-1/+1
2019-05-12weld ScDataFormDlgCaolán McNamara1-1/+1
2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara1-3/+26
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-3/+2
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-12/+4
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen1-0/+1
2018-07-06add a selection for the DB range to Dataprovider dlgMarkus Mohrhard1-2/+2
2018-07-03store the data provider settings in the documentMarkus Mohrhard1-1/+2
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen1-0/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-5/+0
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-6/+0
2018-06-05Remove superfluous temporary rExtendRangeEike Rathke1-4/+3
2018-06-05Resolves: tdf#117372 preserve preselected sort area, if so, then extend or notEike Rathke1-1/+9
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-1/+1
2018-05-28lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti1-1/+1
2018-05-21weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFieldsCaolán McNamara1-1/+1
2018-05-19weld ScSortWarningDlgCaolán McNamara1-1/+1
2018-05-18weld ScSelEntryDlgCaolán McNamara1-2/+1
2018-05-18weld DataStreamDlgCaolán McNamara1-4/+4
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-2/+2
2018-01-26tdf#98931 Add option to sort boundary image-only columnsSamuel Mehrbrodt1-0/+5
2018-01-24[Pardus] tdf#108989 Add contextual validity command.Gulsah Kose1-0/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-5/+5
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-30/+30
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-3/+3