summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2021-09-10tdf#142214: reintroduce unittest and adapt it to the expected behaviourXisco Fauli
2021-09-10cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák
2021-09-10do not intern a temporary cell error stringLuboš Luňák
2021-09-09don't need to explicitly call GetFocus()Caolán McNamara
2021-09-09Resolves: tdf#144376 focus into protected ScTextWnd shouldn't be possibleCaolán McNamara
2021-09-08avoid double-lookupNoel Grandin
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-09-08related: tdf#118938: simplify uitestXisco Fauli
2021-09-08uitest: sc: factor out common codeXisco Fauli
2021-09-08tdf#114878: sc: Add UItestXisco Fauli
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-08Fix typosAndrea Gelmini
2021-09-07loplugin:unusedmethodsNoel Grandin
2021-09-07Use while instead of for loopMichael Weghorn
2021-09-07sc: lok: introduce LOK_CALLBACK_DOCUMENT_BACKGROUND_COLOR callbackDennis Francis
2021-09-06tdf#144242 no width-height swap for line and pathlineRegina Henschel
2021-09-06Revert "tdf#142214: autocomplete: do not search across empty blocks"Ilmari Lauhakangas
2021-09-06tdf#142579 Consider cond. format background colors in color filterSamuel Mehrbrodt
2021-09-06tdf#142580 Consider cond. format text colors in color filterSamuel Mehrbrodt
2021-09-06tdf#142579 Consider color scale background colors in color filterSamuel Mehrbrodt
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt
2021-09-05no need to allocate DimensionNode with unique_ptrNoel Grandin
2021-09-05cid#1491055 Explicit null dereferencedCaolán McNamara
2021-09-05no need to allocate ColumnSpanSet with unique_ptrNoel Grandin
2021-09-05ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-05ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-05move variables to where they are usedCaolán McNamara
2021-09-05fix indentCaolán McNamara
2021-09-05ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-05no need to allocate NamePropsType with unique_ptrNoel Grandin
2021-09-04Fix assert in sc/undoblk3Julien Nabet
2021-09-04inline ScTokenArray into ScFormulaCellGroupNoel Grandin
2021-09-04no need to allocate RangeListType with unique_ptrNoel Grandin
2021-09-04flatten ScFormulaCellGroupNoel Grandin
2021-09-04no need to allocate ScMyLabelRange with unique_ptrNoel Grandin
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin
2021-09-04no need to allocate ScMyNamedExpression with unique_ptrNoel Grandin
2021-09-04no need to allocate ScMyImportValidations with unique_ptrNoel Grandin
2021-09-04no need to allocate ScMyLabelRanges with unique_ptrNoel Grandin
2021-09-04no need to allocate ScMyNamedExpressions with unique_ptrNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-03tdf#131548 Android: jump to cellIlhan Yesil
2021-09-03tdf#144155: Revert "tdf#36383 sc AutoFilter: fix changing row height"Xisco Fauli
2021-09-02tdf#144209: sc_subsequent_filters_test2: Add unittestXisco Fauli
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-09-02Use utl::TempFile::EnableKillingFileMike Kaganski