summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák1-55/+50
2021-10-22no need to allocate RangeIndexMapPtr separatelyNoel Grandin2-13/+13
2021-10-22lok: invalidate sheet-geometry sizes on clip pasteDennis Francis1-0/+9
2021-10-21loplugin:flattenNoel Grandin9-182/+182
2021-10-20tdf#145235: sc_text_functions_test: Add unittest for empty delimiterXisco Fauli1-0/+22
2021-10-20ScRefCellValue::hasEmptyValue() already includes isEmpty()Eike Rathke1-18/+12
2021-10-20Related: tdf#145235 TEXTJOIN() allow empty delimiter of referenced emptyEike Rathke1-45/+34
2021-10-20tdf#145235: sc_text_functions_test: Add unittestXisco Fauli1-0/+25
2021-10-20tdf#144996 XLSX export: keep permission for editing on saveTünde Tóth1-5/+28
2021-10-20Resolves: tdf#145235 TEXTJOIN() clear last string also for referenced emptyEike Rathke1-9/+6
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl3-5/+11
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-5/+5
2021-10-19fix crash of OOXML export of deleted, empty range namesBalazs Varga1-3/+12
2021-10-19tdf#96499 sc htmlimport: fix broken CSSHandler so that...Kevin Suo2-43/+55
2021-10-19Bump tolerance from 30 to 40 to make this test pass on my MacTor Lillqvist1-2/+2
2021-10-19consider font when caching SalLayoutGlyphs in calc (tdf#143978)Luboš Luňák1-4/+36
2021-10-19tdf#144572 - fix incomplete labeling of Pivot Table UI elementsRoss Johnson4-4/+4
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke2-2/+2
2021-10-18tdf#88359: sc: Add UItestXisco Fauli2-0/+40
2021-10-18tdf#145198: Bash like autocompletion for Calc autoinputDennis Francis4-25/+101
2021-10-18tdf#145085: sc_uicalc: Add unittestXisco Fauli1-0/+18
2021-10-18cid#1492880 avoid Improper use of negative valueCaolán McNamara1-4/+6
2021-10-16cid#1492880 make Improper use of negative value explicitCaolán McNamara1-2/+4
2021-10-16ofz#40008 check if column exists before EndListening attemptCaolán McNamara2-1/+2
2021-10-16Simplify vector initialization in scJulien Nabet19-59/+59
2021-10-16Resolves: tdf#145085 HYPERLINK() do not force a 2nd row URL cell in array modeEike Rathke2-0/+26
2021-10-15do not use text-based LOK callback internallyLuboš Luňák2-77/+80
2021-10-15Resolves: tdf#88359 CSV: import strict ISO date(+time) with standard settingsEike Rathke1-0/+43
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski23-46/+36
2021-10-15Related: tdf#88359 CSV: choose proper ISO date(+time) format if detectedEike Rathke1-12/+100
2021-10-14use std::vector::insert instead of push_backNoel Grandin7-19/+10
2021-10-14tdf#138842 Delete Default item from Calc Comment's context menuRoman Kuznetsov1-2/+0
2021-10-14sc: remove unused documentXisco Fauli1-408/+0
2021-10-14ofz: leak of ScDocumentCaolán McNamara1-1/+1
2021-10-14tdf#119083 small improvement to large vlookup sheet insertNoel Grandin1-4/+2
2021-10-14sc: move test to the right directoryXisco Fauli1-0/+0
2021-10-14tdf#33749 - revised merge and unmerge cells UI controlsRoss Johnson2-6/+12
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski8-19/+21
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-2/+2
2021-10-13sc: remove unused documents from gitXisco Fauli4-0/+0
2021-10-13sc: no reason for this test to be UNX onlyXisco Fauli1-6/+0
2021-10-13tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs5-1/+32
2021-10-13sc: remove unused references from gitXisco Fauli4-80/+0
2021-10-13tdf#145077: sc: Add UItestXisco Fauli2-0/+39
2021-10-13Remove useless checkStephan Bergmann1-1/+1
2021-10-13uitest: sc: fix assertXisco Fauli1-2/+2
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch2-0/+28
2021-10-12loplugin:unusedmethodsNoel Grandin4-35/+0
2021-10-12Resolves: tdf#145077 Use position for jumping to named relative referencesEike Rathke3-8/+17
2021-10-12Pass rDetails argument from getCellRangeByName() to MakeRangeFromName()Eike Rathke1-2/+2