summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-12-03Disable Select/Unselect-current Filter Checkboxes in CalcDarshan111-0/+5
2023-12-01lok: external data source listSzymon Kłos2-3/+10
2023-11-30cppunit test for notification of note position changes on row/col changesCaolán McNamara1-5/+26
2023-11-30No kit notification of note position changes on insert/delete rowCaolán McNamara5-3/+40
2023-11-28lok: Block requests to load external referencesSzymon Kłos2-0/+14
2023-11-28Always send theme-change in kit-mode even if the global theme is the sameCaolán McNamara1-10/+23
2023-11-28ScViewOptions::operator== doesn't compare sColorSchemeNameCaolán McNamara1-0/+1
2023-11-27sc: qa: add unit test "testBackColorFilter"Henry Castro1-0/+39
2023-11-27sc: fix back color filter entriesHenry Castro3-0/+68
2023-11-23reuse AllowedLinkProtocolFromDocument in writerCaolán McNamara1-30/+2
2023-11-23tdf#148000 impress: improve fontwork text placement.Attila Szűcs1-1/+1
2023-11-22sc: Enable text wrapping when inputting line breaks in cellofftkp1-0/+12
2023-11-19lok: async calc merge-cells popup dialog.Michael Meeks4-50/+60
2023-11-17merge duplicate formula bar updates in close time proximityCaolán McNamara4-19/+60
2023-11-16SC navigator: fix changing language of contenttreeAttila Szűcs2-1/+19
2023-11-10default to ignoring libreoffice special-purpose protocols in calc hyperlinkCaolán McNamara1-1/+33
2023-11-07sc: extend backcolor areaHenry Castro8-0/+71
2023-11-03reduce jsdialog formulabar updates from 6 to 3 per keystrokeCaolán McNamara3-28/+38
2023-11-01sc: Don't end handleConditionalFormat earlyofftkp1-10/+4
2023-11-01sc: Fix conditional formatting icon set order for smiliesofftkp1-2/+2
2023-11-01tdf#157930 Add Contains Text rule to easy conditional format dialogofftkp2-3/+22
2023-11-01Fix row deletion bug.Gökay Şatır4-14/+31
2023-11-01Fix column deletion bug.Gökay Şatır5-55/+37
2023-10-31tell client when the cell for the comment changedCaolán McNamara3-8/+24
2023-10-31Allow to enter text in simple conditional formatting dialogSzymon Kłos3-10/+6
2023-10-29Make simple conditional formatting dialog translatedSzymon Kłos3-6/+65
2023-10-29sc: Test numeric conditional format text rule exports correctlyParis Oplopoios1-0/+31
2023-10-28tdf#157930 Add button to switch to range view in condformateasydlgParis Oplopoios3-1/+31
2023-10-28sc: Export conditional formatting expression correctly for text rulesParis Oplopoios1-1/+16
2023-10-28null-deref seen in ScTabView::UpdateEditViewCaolán McNamara2-16/+18
2023-10-27calc comment boost::property_tree::ptree use quotes comment id numbersCaolán McNamara1-24/+22
2023-10-26Introduce easy to apply cond format stylesSzymon Kłos2-16/+143
2023-10-24cool#7332 calc perf: GetEmptyLinesInBlockNoel Grandin2-5/+13
2023-10-24Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara2-2/+2
2023-10-20sc: perf: avoid construction of collector for empty note columns.Michael Meeks1-1/+3
2023-10-19sc: Add easy to use conditional formatting menuParis Oplopoios18-2/+591
2023-10-19tdf#141457 sc notebookbar_compact: fix empty Statistics menuJustin Luth1-1/+1
2023-10-19Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to useEike Rathke4-75/+50
2023-10-13Revert "Make sure views get new themes on .uno:ChangeTheme"Paris Oplopoios2-7/+0
2023-10-13cool#6893 disable undo for editengine when rendering cell textNoel Grandin1-0/+1
2023-10-13sc: ui: fix cell bidi layout stringsHenry Castro1-3/+11
2023-10-12cool#7330 calc perf: PaintTile's FillInfoNoel Grandin2-4/+7
2023-10-11tdf#157038 sc: avoid spell-check dialog from outside selectionJustin Luth1-1/+14
2023-10-10make testCondFormatFormulaListenerXLSX reliableCaolán McNamara1-1/+2
2023-10-06cool#7373 the document doesn't change in onlineCaolán McNamara1-0/+5
2023-10-06Related: cool#7373 add an SfxHintId::ThisIsAnSfxEventHintCaolán McNamara4-16/+12
2023-10-05ubsan error seen export to odsCaolán McNamara1-1/+1
2023-10-05crash copying text + chart to clipboard with InputOptions::TextWysiwygCaolán McNamara2-2/+5
2023-09-27perf: NumFmtUtil::isLatinScript doesn't need to copy OUStringCaolán McNamara1-17/+18
2023-09-27tdf#151946 cache LocaleDataWrapperNoel Grandin1-3/+8