summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table4.cxx
AgeCommit message (Expand)AuthorFilesLines
47 hourstdf#161511: create column if not existsMike Kaganski1-1/+1
2024-05-06ScGlobal::GetUserList never returns nullCaolán McNamara1-2/+2
2024-02-07tdf#158440: do not extend transparent colorHenry Castro1-1/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-3/+3
2023-12-12sc: Unify GetColumnDataAron Budea1-1/+1
2023-11-11sc: extend backcolor areaHenry Castro1-0/+34
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-2/+2
2023-06-17Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke1-43/+74
2022-10-11Resolves: tdf#151460 Scale and round time diff fiddling with floating pointEike Rathke1-5/+30
2022-09-29introduce ScTable::GetColumnData() (tdf#151182)Luboš Luňák1-4/+4
2022-09-06cid#1509199 silence Constant expression resultCaolán McNamara1-4/+4
2022-08-23cid#1509308 silence Logically dead codeCaolán McNamara1-1/+1
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-7/+7
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-2/+2
2022-06-17create getter for ScCellValue::mpStringNoel Grandin1-2/+2
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-18/+18
2022-06-16make meType in ScCellValue privateNoel Grandin1-22/+22
2022-05-04use more string_view in unotoolsNoel Grandin1-3/+3
2022-04-22use range-checked GetCellValue()Luboš Luňák1-7/+7
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+3
2022-04-08use more subView when converting to Int32Noel Grandin1-2/+2
2022-04-07sc: take sparklines into account with auto fillTomaž Vajngerl1-0/+56
2022-03-29allocate column in ScTable::FillSeries() when neededLuboš Luňák1-0/+1
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-02-25tdf#147404 sc AutoFillPreview: consider hidden cellsJustin Luth1-24/+43
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-21/+21
2022-02-09tdf#113785 sc FillAutoSimple: also optimize in negative directionJustin Luth1-4/+16
2022-02-06We know the length hereMike Kaganski1-2/+2
2022-01-04Removed break; never reachedAndrea Gelmini1-1/+0
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-9/+8
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-04-29tdf#141970 Revert "tdf#129606: Round the mean of the two subtractions"Mike Kaganski1-2/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-4/+19
2021-03-11tdf#89754 - don't increment non different consecutive date cellsAndreas Heinisch1-0/+7
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-22Fix typosAndrea Gelmini1-1/+1
2020-11-17tdf#137624 sc: autofill mixed sequences in merged cellsAttila Szűcs1-22/+53
2020-11-17tdf#113500 sc: fix autofill of same mixed valuesAttila Szűcs1-15/+0
2020-11-05tdf#137653 tdf#137624 sc: fix autofill user list sequencesAttila Szűcs1-11/+25
2020-10-30tdf#137625 sc: autofill user list sequences in merged cellsAttila Szűcs1-19/+127
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-26tdf#137621 sc: autofill bool sequences in merged cellsAttila Szűcs1-1/+10
2020-10-20use tools::Long in scNoel1-29/+29
2020-10-09Clean-up: Initialized a variable to something.Attila Szűcs1-1/+1
2020-10-09tdf#137205 sc: autofill date sequences in merged cellsAttila Szűcs1-31/+111
2020-10-05tdf#88782 sc: autofill number sequences in merged cellsAttila Szűcs1-9/+162
2020-09-30loplugin:reducevarscope in scNoel1-1/+1