summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2021-10-27ofz: Timeout, clamp hyperlink range when fuzzingCaolán McNamara1-0/+12
2021-10-27fix AVX512 detectionLuboš Luňák3-53/+30
2021-10-27try harder not to mix CPU-specific code with generic codeLuboš Luňák4-5/+5
2021-10-27Typo: pDataIgoreCase->pDataIgoreCase in scJulien Nabet1-2/+2
2021-10-26Heuristic filename extension should be <= 4 charactersEike Rathke1-1/+2
2021-10-26Restore original lcl_ScAddress_Parse_OOo() behaviour detecting externalEike Rathke1-1/+1
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski5-8/+18
2021-10-26let focus enter calc sheet bg color dialog's valueset on clickCaolán McNamara1-1/+1
2021-10-26tdf#145129 XLSX import: round down default row heightAttila Szűcs1-1/+6
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh2-42/+2
2021-10-25expanding macro SCSTRTomoyuki Kubota1-8/+6
2021-10-22no need to allocate RangeIndexMapPtr separatelyNoel Grandin1-10/+10
2021-10-22lok: invalidate sheet-geometry sizes on clip pasteDennis Francis1-0/+9
2021-10-21loplugin:flattenNoel Grandin9-182/+182
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#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ž Vajngerl2-5/+8
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-19consider font when caching SalLayoutGlyphs in calc (tdf#143978)Luboš Luňák1-4/+36
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke2-2/+2
2021-10-18tdf#145198: Bash like autocompletion for Calc autoinputDennis Francis3-18/+94
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 McNamara1-1/+2
2021-10-16Simplify vector initialization in scJulien Nabet17-48/+55
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ňák1-2/+1
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 Kaganski22-45/+35
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 Grandin6-19/+8
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-14Avoid COW overhead using css::uno::SequenceMike Kaganski8-19/+21
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-2/+2
2021-10-13tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs1-0/+6
2021-10-13Remove useless checkStephan Bergmann1-1/+1
2021-10-12loplugin:unusedmethodsNoel Grandin2-28/+0
2021-10-12Resolves: tdf#145077 Use position for jumping to named relative referencesEike Rathke2-7/+15
2021-10-12Pass rDetails argument from getCellRangeByName() to MakeRangeFromName()Eike Rathke1-2/+2
2021-10-12Construct ScAddress::Details only onceEike Rathke1-5/+5
2021-10-12tdf#145016 calc: don't show selection from other split panesSzymon Kłos1-0/+6
2021-10-11loplugin:moveparam in scNoel Grandin75-289/+289
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann14-45/+29
2021-10-11add coverity[uninit_member] to explanationCaolán McNamara1-0/+1
2021-10-11loplugin:moveparam in formulaNoel Grandin1-1/+2