summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2024-04-24cool#8789 sc lok: classify multi-selection with 2 cells as simpleMiklos Vajna3-3/+11
2024-04-24Resolves tdf#159569 - Conditional Formatting dialog jumps with message stringHeiko Tietze1-183/+160
2024-04-24tdf#160765 - Save content for undo when pasting notesAndreas Heinisch2-1/+77
2024-04-23NFC ScRawToken::CreateToken: ocPush uses the same functionJustin Luth1-8/+2
2024-04-23tdf#160768 Changing value in a text box control with a link cell set up, CrashNoel Grandin1-0/+23
2024-04-23loplugin:singlevalfieldsNoel Grandin1-2/+2
2024-04-23xlsx export: never export short-hand version of range addressJustin Luth4-1/+17
2024-04-22tdf#61313 Replace the static ">=" with a dropdown of different operatorsAhmedHamed7-41/+96
2024-04-22tdf#63374 Change cell background color when in edit modeSahil Gautam4-5/+65
2024-04-22pivot: handle whole row/column selections, added many testsTomaž Vajngerl9-71/+261
2024-04-22pivot: add reference image to the test filesTomaž Vajngerl4-0/+0
2024-04-21tdf#80390 Use local copy in anonymous function.Sahil Gautam1-5/+5
2024-04-21Related: tdf#160056 add number format info to ScPatternAttr cacheCaolán McNamara2-17/+43
2024-04-21crashtesting: crash seen on import of forum-mso-en4-602306.xlsxCaolán McNamara1-1/+1
2024-04-20tdf#80390 Extend InsertCells Dialog to allow adding a set of Rows/ColumnsSahil Gautam11-71/+184
2024-04-20fix linker error for PCH buildThorsten Behrens1-0/+1
2024-04-20ofz#68081 Use-of-uninitialized-valueCaolán McNamara1-1/+3
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski2-4/+4
2024-04-19tdf#160706 speed up loading conditional formatting rule in XLS (4)Noel Grandin2-27/+119
2024-04-19cool#8789 sc lok: fix copy for multi-selectionsMiklos Vajna3-0/+53
2024-04-19xlsx export: fix corrupt file for Excel: protectedRange must have sqrefJustin Luth1-1/+4
2024-04-19rename rStyleIdx -> gnStyleIdxNoel Grandin3-6/+6
2024-04-19tdf#160711 - sc fix XLOOKUP function search for empty cellBalazs Varga3-16/+365
2024-04-18crashtesting: crash on export of forum-mso-en4-470772.xlsx to xlsxCaolán McNamara1-9/+6
2024-04-18tdf#160706 speed up loading conditional formatting rule in XLS (3)Noel Grandin4-9/+13
2024-04-18Related: tdf#160056 use simple ref count for temp double tokensCaolán McNamara2-0/+8
2024-04-18Simplify DxfContextNoel Grandin2-10/+6
2024-04-18pivot: test for issue when pivot table format not matching dataTomaž Vajngerl2-5/+30
2024-04-17tdf#160706 speed up loading conditional formatting rule in XLSNoel Grandin1-1/+2
2024-04-17tdf#129701 Follow-up of previous changeLaurent Balland1-3/+3
2024-04-17ofz#68081 keep within boundsCaolán McNamara1-1/+1
2024-04-17Fix typoAndrea Gelmini1-1/+1
2024-04-17Fix typoAndrea Gelmini1-1/+1
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-4/+4
2024-04-16tdf#160589: compare the correct OutDev with PageWindowsArmin Le Grand (allotropia)3-1/+9
2024-04-16pivot: add checks that prevent reading out of vector boundsTomaž Vajngerl1-3/+5
2024-04-16pivot: suppprt multiple cell format reference indicesTomaž Vajngerl6-38/+69
2024-04-15pivot: improve format matching, add empty cell checking to testsTomaž Vajngerl5-80/+273
2024-04-15Related: tdf#160056 FormulaResult may ref an initial interpreter FormulaTokenCaolán McNamara3-0/+30
2024-04-15convert OCellValueBinding to comphelper::WeakComponentImplHelper (II)Noel Grandin2-58/+66
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski3-8/+8
2024-04-14ofz#68019 Null-dereference READCaolán McNamara1-1/+1
2024-04-14Use more o3tl::convertMike Kaganski1-3/+6
2024-04-13Related: tdf#160056 don't set nVal twiceCaolán McNamara1-6/+12
2024-04-13Related: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara2-2/+2
2024-04-13ofz#68019 Null-dereference READCaolán McNamara1-2/+3
2024-04-13Related: tdf#160056 all maTokens are FormulaTypedDoubleToken*Caolán McNamara1-2/+2
2024-04-13Related: tdf#160056 elide ref counting for initial tokensCaolán McNamara3-2/+24
2024-04-13Remove duplicated includeAndrea Gelmini1-1/+0
2024-04-13Fix typoAndrea Gelmini1-1/+1