summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke1-11/+12
2021-08-09Related: tdf#143759 Display results of find empty or replace to emptyEike Rathke1-0/+1
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-07-21pass sc::ColumnIterator by valueNoel Grandin1-1/+2
2021-05-29tdf#142201 tdf#142065 fix cut paste transpose references, incl. undoscito1-1/+4
2021-05-18loplugin:unusedmethodsNoel Grandin1-4/+0
2021-05-17small perf improvement in checking for noteNoel Grandin1-0/+1
2021-05-16sc_ucalc: move conditional format tests to their own moduleXisco Fauli1-1/+1
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli1-2/+2
2021-05-14sc_ucalc: move sort tests to their own moduleXisco Fauli1-2/+2
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-4/+8
2021-04-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch1-1/+4
2021-03-30ScDocument::GetRangeAtBlock() name is always passed, so use referenceEike Rathke1-1/+1
2021-03-30Related: tdf#137577 Display (sheetname) with sheet-local names in Name BoxEike Rathke1-1/+2
2021-03-30tdf#99913 XLSX import: set filtered flag for rowsTünde Tóth1-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-23loplugin:constantparamNoel1-1/+1
2021-02-09tdf#104502 sc: skip hidden columns at printing pagesAttila Szűcs1-2/+3
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel1-1/+2
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-1/+1
2021-01-27cid#1472566 silence Unintended sign extensionCaolán McNamara1-2/+2
2021-01-26cid#1472493 silence Unintended sign extensionCaolán McNamara1-2/+2
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-1/+1
2020-11-30clean up ScDocumentThreadSpecificLuboš Luňák1-13/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-14/+14
2020-10-31Implement ScDocument::GetSheetSeparator()Eike Rathke1-0/+6
2020-10-20use tools::Long in scNoel1-1/+1
2020-10-05tdf#88782 sc: autofill number sequences in merged cellsAttila Szűcs1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-30/+32
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-16CopyStaticToDocument never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-16GetChartRanges never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-08tdf#95640 XLSX: import/export of custom sort listsSerge Krot1-2/+2
2020-09-08tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot1-2/+2
2020-08-04fix leak in CppunitTest_sc_ucalcNoel Grandin1-8/+3
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis1-0/+5
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis1-1/+2
2020-07-04Introduce ITiledRenderable::getSheetGeometryData()Dennis Francis1-0/+19
2020-06-09delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák1-0/+14
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09compact namespace in scNoel Grandin1-5/+5
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke1-1/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-3/+3
2019-12-14sc: rowcol: convert mark dataNoel Grandin1-20/+2