summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-09-22loplugin:flatten in pyuno..scNoel Grandin11-472/+422
2017-09-22Bin leftover SAL_DEBUGTor Lillqvist1-2/+0
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara17-64/+64
2017-09-21tdf#112501: Pivot table: popupbuttons are placed on wrong cellsTamás Zolnai9-2/+133
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt41-170/+170
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt27-60/+60
2017-09-21add fods fuzzerCaolán McNamara1-0/+49
2017-09-21ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is calledCaolán McNamara1-2/+5
2017-09-21update calc notebookbar styles drop down and context-EditCell fixandreas kainz2-2/+15
2017-09-20tdf#112005 xmloff: ODF export: export embedded object text *first*Michael Stahl1-0/+22
2017-09-20Resolves: tdf#99477 freeze first col/row always set a freezeEike Rathke2-11/+23
2017-09-20filter,sc: try to prevent potential SeekToEndOfRecord infinite loopsMichael Stahl2-15/+16
2017-09-20unused aCId in ScHTMLExportNoel Grandin3-31/+2
2017-09-20simplify calling listenersNoel Grandin1-32/+12
2017-09-19add signature icon cause the icon is available (in breeez)andreas kainz1-1/+6
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-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