summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-10-11tdf#91305 related: Drop redundant only-one-column/row checkMike Kaganski
2022-10-11Resolves: tdf#151460 Scale and round time diff fiddling with floating pointEike Rathke
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-10improve setup/teardown handling in VBAMacrosTestNoel Grandin
2022-10-09tdf#151429: don't convert OUStrings to system encodingMike Kaganski
2022-10-07related tdf#148806 xls/x vba: no auto_open if Auto_Open moduleJustin Luth
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze
2022-10-06use more string_view in scNoel Grandin
2022-10-05tdf#36383 - sc AutoFilter: fix changing row heightAndreas Heinisch
2022-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth
2022-10-04tdf#150786 use a 'standard' theme for form controlsCaolán McNamara
2022-10-04tdf#139480 sc: Un/Track changes now marks spreadsheet as unsavedJustin Luth
2022-10-04tdf$131937 tdf#61060 sc: UnFreezing now marks spreadsheet as unsavedJustin Luth
2022-10-03CppunitTest_sc_uicalc: simplify codeXisco Fauli
2022-10-02Resolves: tdf#125110 tdf#151211 Disentangle the convoluted CSV/TSV-clip importEike Rathke
2022-10-01related tdf#123990 sc condition: cleanup ScConditionMode::BetweenJustin Luth
2022-10-01related tdf#123990 sc condition: GetCollator -> GetTransliterationJustin Luth
2022-09-30align sparkline color labels like all the othersCaolán McNamara
2022-09-29introduce ScTable::GetColumnData() (tdf#151182)Luboš Luňák
2022-09-29tdf#151197: Remove EmojiControlKhaled Hosny
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-29Fix incrementing number in dbrange names during copying, tdf#145054 follow-upEike Rathke
2022-09-28fix bug in lcl_IncrementNumberInNamedRangeNoel Grandin
2022-09-28elide some ref-countingNoel Grandin
2022-09-28no need to convert this OUStringBuffer to OUStringNoel Grandin
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth
2022-09-26crashtesting: forum-de2-1635.odsNoel Grandin
2022-09-26uitest: sc: check 'all' button in autofilterXisco Fauli
2022-09-25Resolves: tdf#151165 Function Wizard: ISODD()/ISEVEN() truncate to integerEike Rathke
2022-09-24Fix typoAndrea Gelmini
2022-09-24tdf#117764: fix context menu item "Conditional formatting"Julien Nabet
2022-09-23Rename #defineTaichi Haradaguchi
2022-09-23CppunitTest_sc_uicalc: use utf-16Xisco Fauli
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák
2022-09-22tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin
2022-09-22Fix string length assertion and handle parentheses in multi-line formulaEike Rathke
2022-09-22crashtesting: "unknown cell text: element" assert on broken xmlJustin Luth
2022-09-22reduce excessive code repetition when matching opcode in openclLuboš Luňák
2022-09-22drop opencl implementation of MEDIAN()Luboš Luňák
2022-09-22remove unused or duplicated opencl helper functionsLuboš Luňák
2022-09-22fix handling of string arguments in openclLuboš Luňák
2022-09-22fix and simplify ocInt in openclLuboš Luňák
2022-09-22make ocTrunc and ocRoundDown the same in openclLuboš Luňák
2022-09-22ocAnd/ocOr are not actually binary operatorsLuboš Luňák
2022-09-22add SAL_INFO about which formula group will be interpreter by openclLuboš Luňák
2022-09-22fix opencl ocModLuboš Luňák
2022-09-22fix incorrect as_double usage in openclLuboš Luňák
2022-09-22fix opencl round(), roundup() and rounddown()Luboš Luňák
2022-09-22fix opencl ocHypGeomDistLuboš Luňák