summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-12-08fastparser in stylesNoel Grandin2-11/+13
2020-12-08fastparser in sc tablesNoel Grandin3-156/+20
2020-12-07move various notebookbar widgets into vclCaolán McNamara2-3/+3
2020-12-07remove OpenGL VCL backend codeLuboš Luňák1-3/+1
2020-12-07avoid possible nullptr dereferenceLuboš Luňák1-1/+2
2020-12-07loplugin:unusedmethodsNoel2-62/+0
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch2-0/+26
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin11-71/+42
2020-12-06tdf#131815 Reduce Validity dialog heightRoman Kuznetsov1-1/+1
2020-12-04move some logic inside createFastChildContextFallbackNoel2-6/+2
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann1-1/+3
2020-12-04cid#1468696 Logically dead codeCaolán McNamara1-2/+0
2020-12-04Fix typoAndrea Gelmini1-1/+1
2020-12-04update pchesCaolán McNamara4-20/+23
2020-12-04fastparser in CreateGroupChildContextNoel6-119/+89
2020-12-04exclude some more tests for !IsDefaultDPINoel Grandin2-0/+4
2020-12-03cid#1470396 Unchecked dynamic_castCaolán McNamara1-2/+2
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs8-4/+98
2020-12-03Fix wrong downcastStephan Bergmann1-1/+1
2020-12-03tdf#107870 sw: don't jump to cursor setting Record ChangesLászló Németh2-2/+2
2020-12-03fastparser in ScXMLChangeTextPContextNoel1-46/+38
2020-12-03Related: tdf#138360 Use approxFloor() in rtl_math_round()Eike Rathke16-44/+44
2020-12-02tdf#137576 Improve cell anchored measure line in CalcRegina Henschel3-8/+135
2020-12-02tdf#138540 formula popover in the wrong placeCaolán McNamara3-19/+82
2020-12-02fastparser in XMLTableHeaderFooterContextNoel2-36/+16
2020-12-01cid#1470370 Uninitialized scalar fieldCaolán McNamara1-0/+1
2020-12-01cid#1470375 Unrecoverable parse warningCaolán McNamara1-1/+1
2020-12-01Simplify nullptrStephan Bergmann1-2/+1
2020-12-01Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara1-11/+0
2020-12-01bring back optimized calc querying by value (tdf#133878)Luboš Luňák1-8/+40
2020-12-01Revert "Revert "tdf#138483 sc: update red circles after merging cells""László Németh5-4/+51
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel17-28/+43
2020-11-30Fix stack-use-after-returnStephan Bergmann1-1/+1
2020-11-30Fix typoAndrea Gelmini1-1/+1
2020-11-30Revert "tdf#138483 sc: update red circles after merging cells"László Németh5-51/+4
2020-11-30Missing include (for ScMergeFlagAttr)Stephan Bergmann1-0/+1
2020-11-30Make Pivot table data source dialog asyncSzymon Kłos3-111/+132
2020-11-30autofilter: fix submenu popup for onlineSzymon Kłos2-2/+26
2020-11-30tdf#138483 sc: update red circles after merging cellsTibor Nagy5-4/+51
2020-11-30clean up ScDocumentThreadSpecificLuboš Luňák4-40/+11
2020-11-30it does not work to clear data of other thread's thread_localLuboš Luňák2-1/+6
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel14-36/+36
2020-11-30LOKit: hide 'To document' dropdownAndras Timar2-0/+8
2020-11-29added parameter to SheetRightToLeft commandPranam Lashkari1-1/+1
2020-11-28tdf#138466 Crash when creating different scenariosNoel Grandin1-2/+3
2020-11-28fastparser in ScXMLTableContextNoel2-39/+15
2020-11-28fastparser in ScXMLContentContextNoel2-32/+0
2020-11-27tdf#138507: sc_subsequent_filters: Add unittestXisco Fauli2-0/+14
2020-11-27calc notebookbar update for 7.1andreas kainz1-8/+63