summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-06-10tdf#149503: Check size of vectorsXisco Fauli4-1/+29
2022-06-10new loplugin:moveitNoel Grandin2-3/+3
2022-06-10Resolves: tdf#148072 Restore sheet-local names for Undo of CutEike Rathke1-5/+13
2022-06-10tdf#135346 clear page row map to avoid invalid "hidden" flagsTomaž Vajngerl1-0/+4
2022-06-09Resolves: tdf#142368 drop popover on ControlLoseFocusCaolán McNamara1-2/+2
2022-06-09tdf#149484: subsequent_filters: Add unittestXisco Fauli2-0/+15
2022-06-09tdf#149414 change Format Object label for Calc and ImpressSeth Chaiklin1-1/+1
2022-06-08Fix typosAndrea Gelmini1-1/+1
2022-06-07tdf#129674 Add GoTo Sheet commandLaurent BP14-7/+442
2022-06-07Resolves tdf#146928 - Redesign charnamedialogHeiko Tietze3-25/+31
2022-06-06ScSingleRefData::TabValid: for absolute reference take sheets into accountEike Rathke2-4/+4
2022-06-06Resolves: tdf#148163 Preserve names of bad cell reference input againEike Rathke2-3/+3
2022-06-06Fix typosAndrea Gelmini1-1/+1
2022-06-05restore %PRODUCTNAME to accessible descriptions that need themCaolán McNamara7-16/+11
2022-06-05drop stray space before full stopCaolán McNamara1-1/+1
2022-06-04Function Wizard: increase display length of array resultsEike Rathke1-1/+1
2022-06-04Function Wizard: use actual array separators to truncate resultEike Rathke1-4/+7
2022-06-03tdf#149378: sc_uicalc: Add unittest, follow-upXisco Fauli1-0/+24
2022-06-03tdf#149378: sc_uicalc: Add unittestXisco Fauli1-0/+16
2022-06-03elide some makeStringAndClear() classNoel Grandin13-24/+37
2022-06-02tdf#148087 assert editing a cell with OnSelectionChange macro breakpointNoel Grandin1-0/+4
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin5-21/+16
2022-06-02Resolves: tdf#149378 Force array input if outer function returns array/matrixEike Rathke3-6/+34
2022-06-01tdf#90579: sc_uicalc: Add unittestXisco Fauli1-0/+37
2022-06-01Remove nonsense comment, function *is* usedEike Rathke1-1/+1
2022-06-01pass ScRange around by valueNoel Grandin15-138/+129
2022-06-01no need to allocate guards on the heapNoel Grandin1-2/+2
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann3-4/+6
2022-06-01MoveCursorAbs: it is cheaper to check for marks first and then formula modeEike Rathke1-3/+4
2022-05-31MoveCursorAbs: do not reset selection marks while editing a formulaEike Rathke1-2/+3
2022-05-31Use some range-based for loopsStephan Bergmann3-15/+15
2022-05-31InsertMatrixFormula: correct references for across sheets array formulasEike Rathke1-15/+8
2022-05-30fix setting cell borders for unallocated cellsLuboš Luňák3-6/+77
2022-05-30first arg of ApplyFrame is never nullLuboš Luňák2-16/+16
2022-05-30these ScTokenArray can be stack allocatedNoel Grandin5-18/+18
2022-05-30no need to use unique_ptr for tokens in ScChartListenerNoel Grandin4-24/+23
2022-05-30in ScOutputData::DrawFrame, we can skip the intermediate containerNoel Grandin1-5/+3
2022-05-30sc uitests: Cleaning up unused variablestagezi106-325/+72
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2022-05-28try to range-reduce even COUNTIFS if not matching empty cellsLuboš Luňák2-50/+132
2022-05-28fix COUNTIFS when matching empty cellsLuboš Luňák2-2/+43
2022-05-27tdf#132293: Removing unused imports from uitests files.tagezi13-30/+21
2022-05-26cid#1504573 Dereference before null checkCaolán McNamara1-1/+1
2022-05-26WIP: dunno about "Hodler"Andrea Gelmini1-1/+1
2022-05-26tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopSiddhant Chaudhary1-2/+0
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin3-9/+10
2022-05-25tdf#148467 Move sparklines items to Insert/Format main menuRoman Kuznetsov1-10/+10
2022-05-25check column again when going to the next Calc sheetLuboš Luňák1-2/+2
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)2-8/+5
2022-05-24tdf#145248 don't start a drag if actively selectingCaolán McNamara1-1/+2