summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-09-20unused aCId in ScHTMLExportNoel Grandin3-31/+2
2017-09-20simplify calling listenersNoel Grandin1-32/+12
2017-09-19sc: fix infinite loop in XclImpDffConverter::ProcessShGrContainer()Michael Stahl1-4/+6
2017-09-19ofz: disable more config related codeCaolán McNamara1-3/+3
2017-09-19ofz: survive missing configCaolán McNamara1-1/+1
2017-09-19ofz: survive missing configCaolán McNamara1-1/+2
2017-09-19fix SequenceOutputStream constnessNoel Grandin2-2/+2
2017-09-18ofz#3412 SYLK import: check ;X;Y;C;R col/row validity earlyCaolán McNamara1-0/+10
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxTimeType to scoped enumNoel Grandin1-2/+2
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin10-15/+15
2017-09-16Removed duplicated includeAndrea Gelmini1-1/+0
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann1-2/+2
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 Lillqvist1-4/+8
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 Grandin18-129/+129
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