summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-02-11new loplugin writeonlyvarsNoel Grandin5-26/+1
2019-02-11loplugin:indentationStephan Bergmann1-5/+5
2019-02-11tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis4-1/+45
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin2-21/+29
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski3-4/+4
2019-02-11tdf#120703 PVS: Check object type before static_castMike Kaganski1-4/+2
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski3-9/+8
2019-02-11tdf#120703 PVS: The check must be before assignmentMike Kaganski1-1/+3
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2-2/+2
2019-02-09loplugin:indentation in scNoel Grandin73-615/+615
2019-02-09Simplify containers iterations in sc/qa/unitArkadiy Illarionov5-172/+55
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov18-615/+581
2019-02-08uitest for sc Chart - format Data series dialogZdeněk Crhonek1-0/+129
2019-02-08tdf#120703 PVS: fix conditionMike Kaganski1-1/+1
2019-02-07tdf#122594 OLE import in DOCX: show selected sheetLászló Németh1-0/+36
2019-02-07uitest for bug tdf#93506 + Trend line dialogZdeněk Crhonek2-0/+484
2019-02-06uitest for bug tdf#46885Zdeněk Crhonek1-0/+60
2019-02-06uitest for bug tdf#62349Zdeněk Crhonek2-0/+48
2019-02-06Resolves: tdf#121002 UpdateRefOnNonCopy::mbUpdated=true if references changeEike Rathke1-0/+2
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann1-8/+2
2019-02-05fix typo in commentsStephan Bergmann1-1/+1
2019-02-05sc: fix -Werror,-Wshadow (Android)Miklos Vajna1-4/+4
2019-02-05Allow computing spans of formula-groupsDennis Francis11-152/+472
2019-02-05Functions supporting Wildcards or Regular ExpressionsEike Rathke1-0/+41
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen3-0/+3
2019-02-04tdf#122208 add form group to groupedbar_compactandreas kainz2-43/+298
2019-02-02set parent for ascii import options dialog in calcCaolán McNamara2-1/+17
2019-02-02weld ScTextImportOptionsDlgCaolán McNamara9-75/+74
2019-02-02Remove obsolete TODO commentsJens Carl1-3/+0
2019-02-02weld ScTableProtectionDlgCaolán McNamara4-106/+175
2019-02-02weld ScNewScenarioDlgCaolán McNamara8-112/+129
2019-02-02Add some commentsJens Carl1-0/+4
2019-02-02Add XServiceInfo tests to ScDataPilotFieldsObjJens Carl1-1/+9
2019-02-02tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl2-1/+5
2019-02-02tdf#45904 Move XElementAccess Java tests for C++Jens Carl1-0/+10
2019-02-02tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-1/+9
2019-02-02tdf#45904 Move XNameAccess Java tests to C++Jens Carl3-0/+152
2019-01-31uitest for bug tdf#96432Zdeněk Crhonek2-0/+78
2019-01-31uitest for bug tdf#123013Zdeněk Crhonek2-0/+66
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov24-260/+153
2019-01-30tdf#122260 sc: Autofilters not properly clearedSerge Krot4-1/+104
2019-01-30Remove obsolete header and using-declarationsJens Carl1-4/+1
2019-01-30add test for Options-Chart-Default colors tdf#122977Zdeněk Crhonek1-0/+60
2019-01-30Resolves: tdf#93951 set remainder as bad string if not parsed as validEike Rathke1-3/+23
2019-01-30tdf#45904 Move XPropertySet Java tests to C++Jens Carl2-3/+27
2019-01-29Add XSheetFilterDescriptor2 and XSheetFilterDescriptor3 testsJens Carl1-1/+13
2019-01-29tdf#89998 set increment for percent values to 1%Martin van Zijl1-7/+24
2019-01-29sc: Fix CJK Unified Ideographs range in commentsTakeshi Abe2-4/+4
2019-01-29sc: fix CppunitTest_sc_ddelinkobj to copy its test documentMichael Stahl2-5/+28
2019-01-29use unique_ptr in LotusRangeListNoel Grandin3-25/+24