summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet6-51/+49
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 Grandin9-367/+333
2017-09-13tdf#107267: Fix grand total calculationJean-Sebastien Bevilacqua1-55/+98
2017-09-13tdf#109096 Allow 0 as argument value(s) to GEOMEAN()Winfried Donkers1-0/+50
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-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 Grandin7-124/+124
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 Zolnai2-29/+46
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 Lillqvist4-104/+104
2017-09-12Prefix one more member of ScDocument: pVirtualDevice_100th_mmTor Lillqvist2-9/+9
2017-09-12Prefix one more member of ScDocument: pPrinterTor Lillqvist2-16/+16
2017-09-12Bin noise commentTor Lillqvist1-2/+0
2017-09-12tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai1-1/+7
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 Grandin99-254/+244
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-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-10cppcheck: knownConditionTrueFalse 'bTestMerge' is always trueJochen Nitschke1-58/+45
2017-09-10tdf#112306: containsSemiMixedTypes is true for blanks-onlyMike Kaganski1-12/+15
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai7-50/+146
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 Rathke8-57/+54
2017-09-08Inspecting children is only necessary if parent is selectedEike Rathke1-11/+14
2017-09-08If children then insert only if a child is selected, tdf#112258 follow-upEike Rathke1-1/+1
2017-09-08convert pEntryLists to std::array<std::unique_ptr<...Noel Grandin2-12/+11
2017-09-08set parent for file dialog helperCaolán McNamara9-13/+21
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth5-2/+161
2017-09-07Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke2-12/+31
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers6-2/+51
2017-09-07tdf#112177 remove incorrect constraint for Calc function NPER.Winfried Donkers1-2/+0
2017-09-07tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis2-0/+13
2017-09-06Replace some lists by vectors in unoobj (sc)Julien Nabet2-7/+4
2017-09-06tdf#111305: Fix group name refresh in pivot tableDimitri Bouron1-0/+14
2017-09-06tdf#107135 fix too tight constraint for FINDB.Winfried Donkers1-1/+1
2017-09-05sc: adjust block height only if neededDimitri Bouron3-11/+20
2017-09-05Revert "Make two slightly mysterious static local variables thread_local"Tor Lillqvist1-2/+2
2017-09-05Prefix one more member of ScDocument: pShellTor Lillqvist6-45/+45