summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Test joining two disjoint ranges into one by adding a third inbetweenTor Lillqvist1-0/+20
2017-09-15borderline: Extended decomposeArmin Le Grand1-1/+1
2017-09-15borderline: Adapt ViewContactOfTableObjArmin Le Grand2-3/+6
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand1-6/+13
2017-09-15Handle also the case where a range extends an existing one with overlapTor Lillqvist2-4/+42
2017-09-15convert SvxFileType to scoped enumNoel Grandin3-6/+6
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin5-19/+19
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin19-131/+131
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet6-51/+49
2017-09-14Add test for joining a range totally contained in an existing oneTor Lillqvist1-0/+23
2017-09-14Add debugging output operator<< for ScRangeTor Lillqvist1-0/+19
2017-09-14InsertMatrixFormula,InsertTableOp: assert valid cols/rowsEike Rathke1-0/+2
2017-09-14improve redundantcast lopluginNoel Grandin15-32/+32
2017-09-14ofz#3362 SYLK import: check ;X;Y;C;R col/row validity earlyEike Rathke1-0/+20
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin8-74/+74
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin16-111/+65
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin11-387/+353
2017-09-13tdf#107267: Fix grand total calculationJean-Sebastien Bevilacqua2-56/+99
2017-09-13tdf#109096 Allow 0 as argument value(s) to GEOMEAN()Winfried Donkers2-9/+124
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin7-18/+15
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-4/+2
2017-09-13having context in strings is not enough, it should also be ~uniqueChristian Lohmaier1-8/+8
2017-09-13This return value is unused nowTamás Zolnai2-7/+5
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin8-131/+132
2017-09-13Replace list by vector in TableFillingAndNavigationTools (sc)Julien Nabet1-2/+2
2017-09-12tdf#112348: Pivot table: page field filtering is not imported from XLSTamás Zolnai4-29/+141
2017-09-12Revert "tdf#108299: Limit the size of bitmap created for clipboard..."Dennis Francis2-11/+1
2017-09-12Prefix one more member of ScDocument: pDrawLayerTor Lillqvist5-107/+107
2017-09-12Prefix one more member of ScDocument: pVirtualDevice_100th_mmTor Lillqvist3-10/+10
2017-09-12Prefix one more member of ScDocument: pPrinterTor Lillqvist3-17/+17
2017-09-12Bin noise commentTor Lillqvist1-2/+0
2017-09-12tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai4-3/+48
2017-09-12Revert "Make two slightly mysterious static local variables thread_local"Tor Lillqvist1-2/+2
2017-09-12Make two slightly mysterious static local variables thread_localTor Lillqvist1-2/+2
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin103-450/+440
2017-09-12use more GetColumnsRangeNoel Grandin1-1/+1
2017-09-12tdf#112328: Pivot table, XLS: Popup button for column fields is missingTamás Zolnai1-2/+2
2017-09-11remove constant bool variableJochen Nitschke1-3/+1
2017-09-11add missing context attributes to .ui filesAndras Timar2-53/+53
2017-09-11This test file was added by accidentTamás Zolnai1-0/+0
2017-09-11tdf#108299: Limit the size of bitmap created for clipboard...Dennis Francis2-1/+11
2017-09-11cppcheck: knownConditionTrueFalse 'bClip' is always trueJochen Nitschke1-31/+21
2017-09-11Fix typoAndrea Gelmini1-1/+1
2017-09-10cppcheck: knownConditionTrueFalse 'bTestMerge' is always trueJochen Nitschke1-58/+45
2017-09-10tdf#112306: containsSemiMixedTypes is true for blanks-onlyMike Kaganski3-46/+66
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai15-50/+501
2017-09-09Avoid underflow of unsigned integer which leads a false error messageTamás Zolnai1-1/+1
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke12-63/+100
2017-09-08Inspecting children is only necessary if parent is selectedEike Rathke1-11/+14