summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke1-9/+15
2021-08-05tsan:data-race in ScTable::bStreamValidNoel Grandin1-4/+6
2021-07-21pass sc::ColumnIterator by valueNoel Grandin1-1/+2
2021-06-04tdf#68976 fix paste transposed regression for notes/patternsscito1-2/+8
2021-05-31tdf#142402 sc UI: store formatted values in standard filterBalazs Varga1-1/+1
2021-05-21tdf#68976 cut paste transposed: fix wrong position in clipdocscito1-3/+6
2021-05-18loplugin:unusedmethodsNoel Grandin1-3/+0
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis1-1/+1
2021-04-24Removed executable bits on source filesAndrea Gelmini1-0/+0
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito1-5/+24
2021-04-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch1-3/+4
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-1/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-01tdf#140462 sc ODF import: fix empty autofilter columnsBalazs Varga1-0/+1
2021-02-09tdf#104502 sc: skip hidden columns at printing pagesAttila Szűcs1-2/+5
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel1-1/+3
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-2/+2
2021-01-27cid#1472566 silence Unintended sign extensionCaolán McNamara1-1/+1
2021-01-26cid#1472493 silence Unintended sign extensionCaolán McNamara1-1/+1
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-1/+1
2020-10-31Improve 'resize with cell' handlingRegina Henschel1-1/+1
2020-10-20use tools::Long in scNoel1-1/+1
2020-10-05tdf#88782 sc: autofill number sequences in merged cellsAttila Szűcs1-2/+6
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-16ScTable ctor never called with a null ScDocument*Caolán McNamara1-4/+4
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis1-0/+7
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis1-1/+2
2020-07-04Introduce ITiledRenderable::getSheetGeometryData()Dennis Francis1-0/+16
2020-05-09compact namespace in scNoel Grandin1-2/+2
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke1-2/+4
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-1/+1
2019-12-11sc: rowcol: tdf#50916 initial conversion of Valid* methodsNoel Grandin1-2/+5
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin1-0/+1
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara1-2/+2
2019-11-15reduce iteration in ScViewData::GetScrPosNoel Grandin1-1/+1
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke1-1/+1
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin1-1/+2
2019-11-05make some classes module-privateNoel Grandin1-1/+1
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis1-1/+1
2019-10-01Thread a group of formula-groups together if possibleDennis Francis1-2/+3
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke1-0/+2
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-0/+1
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák1-1/+3
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-1/+1
2019-05-09loplugin:unusedmethodsNoel Grandin1-7/+0
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-5/+3
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-6/+11
2019-02-28simplify CreateColumnIfNotExistsNoel Grandin1-10/+3
2019-02-05Allow computing spans of formula-groupsDennis Francis1-1/+1