summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2023-11-03reduce jsdialog formulabar updates from 6 to 3 per keystrokeCaolán McNamara
2023-11-01sc: Fix conditional formatting icon set order for smiliesofftkp
2023-11-01sc: Don't end handleConditionalFormat earlyofftkp
2023-11-01DataStream::mnSettings is unusedNoel Grandin
2023-11-01pass SfxItemSet by const & to CreateNoteFromObjectDataNoel Grandin
2023-10-31tell client when the cell for the comment changedCaolán McNamara
2023-10-31tdf#100584, tdf#157784 - Arrange sheets depending on the RTL settingsAndreas Heinisch
2023-10-31Revert "tdf#100584, tdff#157784 - Arrange sheets depending on the RTL settings"Andreas Heinisch
2023-10-31tdf#100584, tdff#157784 - Arrange sheets depending on the RTL settingsAndreas Heinisch
2023-10-31we always have a ScDocument so pass by referenceCaolán McNamara
2023-10-31tdf#157930 Add Contains Text rule to easy conditional format dialogofftkp
2023-10-29sc: Export conditional formatting expression correctly for text rulesParis Oplopoios
2023-10-29crashtesting: dependency tracking doesn't parse ocRangeCaolán McNamara
2023-10-29Use better approach to translate simple conditional formatting dialogSzymon Kłos
2023-10-29Allow to enter text in simple conditional formatting dialogSzymon Kłos
2023-10-29tdf#157930 Add button to switch to range view in condformateasydlgParis Oplopoios
2023-10-28Introduce easy to apply cond format stylesSzymon Kłos
2023-10-27Make simple conditional formatting dialog translatedSzymon Kłos
2023-10-27merge these checks together to avoid duplicationCaolán McNamara
2023-10-27tdf#157930 sc: Add easy to use conditional formatting menuParis Oplopoios
2023-10-27calc comment boost::property_tree::ptree use quotes comment id numbersCaolán McNamara
2023-10-26tdf#157897 - Clear print ranges before adding additional onesAndreas Heinisch
2023-10-26null-deref seen in ScTabView::UpdateEditViewCaolán McNamara
2023-10-25tdf#114441 - Convert use of sal_uLong to better integer typessahil
2023-10-25Support conditional loading of Apache Parquet files into CalcKohei Yoshida
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-23cool#7332 calc perf: GetEmptyLinesInBlockNoel Grandin
2023-10-20sc: perf: avoid construction of collector for empty note columns.Michael Meeks
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-10-19tdf#156336 - sc ods: fix can't remove Calc comment metadataBalazs Varga
2023-10-19sc: return earlier if there is no pActiveViewShXisco Fauli
2023-10-19use more SdrObjList::begin/end in scNoel Grandin
2023-10-18fix crash in ScInputHandler::ImplCreateEditEngine()Xisco Fauli
2023-10-18cool#6893 cache the EditEngine for renderingNoel Grandin
2023-10-18Replace $baz by %foo for sanity checksLaurent Balland
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-16Resolves: tdf#157797 Let GetCellValue() propagate previous error, if anyEike Rathke
2023-10-16Execute notifyViewRenderState on view constructorParis Oplopoios
2023-10-16Resolves: tdf#157786 Use GetFloor32() for date days instead of GetInt32()Eike Rathke
2023-10-16Revert "Make sure views get new themes on .uno:ChangeTheme"Paris Oplopoios
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-15Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to useEike Rathke
2023-10-14don't bother checking existing mode before seting new modeCaolán McNamara
2023-10-14Fix typoAndrea Gelmini
2023-10-13tdf#150262 Split Autosum button: refactor to deduplicateMatt K
2023-10-13sc: ui: fix cell bidi layout stringsHenry Castro
2023-10-13cool#6893 disable undo for editengine when rendering cell textNoel Grandin
2023-10-12loplugin:unusedmethodsNoel Grandin
2023-10-12no need for these enums in BroadcasterStateNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann