summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-10-16clang-cl loplugin: scStephan Bergmann2-2/+10
2016-10-16tdf#46738 Fix exporting .xlsx of coloured empty cellsBartosz Kosiorek3-4/+35
2016-10-16add BETAINV test caseZdeněk Crhonek1-0/+4060
2016-10-16add DOLLAR test caseZdeněk Crhonek1-0/+1360
2016-10-16add CRITBINOM test caseZdeněk Crhonek1-0/+3884
2016-10-16add GAMMA.DIST test caseZdeněk Crhonek1-0/+4776
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky1-1/+0
2016-10-15Resolves: tdf#98481 Google Sheets uses OOXML t="str" differentlyEike Rathke3-11/+40
2016-10-15PivotTable: No reason to call GetSource hereTamás Zolnai1-1/+0
2016-10-15PivotTable cache: Remove useless mnValueSortIndexTamás Zolnai1-20/+5
2016-10-15Small pivot table performance improvementTamás Zolnai1-0/+1
2016-10-15use initializer list ...Jochen Nitschke1-5/+4
2016-10-14This is no longer used.Kohei Yoshida1-9/+0
2016-10-14Remove the branching at the end of IterateParametersIfs().Kohei Yoshida2-55/+58
2016-10-14Do parameter count check outside of IterateParametersIfs().Kohei Yoshida1-355/+381
2016-10-14sc: silence loplugin:staticmethodsMiklos Vajna1-0/+1
2016-10-14tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is grow...Marco Cecchetti2-1/+21
2016-10-14tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant.Winfried Donkers4-33/+22
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti4-34/+64
2016-10-14LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti1-0/+4
2016-10-14LOK: Calc: if text of 2 cells overlaps, painting occurs in wrong orderMarco Cecchetti1-70/+70
2016-10-14LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti3-78/+47
2016-10-14LOK: Calc: parallel cell editing: small code improvementsMarco Cecchetti4-128/+140
2016-10-14tdf#102212: correct constraints for Calc functions CRITBINOM, BINOM.INV.Winfried Donkers2-1038/+1654
2016-10-14loplugin:mergeclasse merge ScCbWarningBox with ScReplaceWarnBoNoel Grandin2-55/+16
2016-10-13Annotate the code a bit around EditGrowX/Y.Kohei Yoshida2-1/+14
2016-10-13tdf#102742 fix wrong results for MOD functionWinfried Donkers2-556/+1169
2016-10-13tdf#94635 follow up; handle linear data properly when samples in periodWinfried Donkers2-1986/+2093
2016-10-13tdf#94635 follow up; correct handling of double x-values in case ofWinfried Donkers1-24/+13
2016-10-13tdf#102328 Add constraint for argument X in Calc function GAMMA.DIST.Winfried Donkers3-5/+6
2016-10-13LOK: Calc: in the numeric content case, the used alignment can be wrongMarco Cecchetti3-11/+17
2016-10-13tdf#101390 Add "Diagonal Line" command to the calc arrowsbar.Gulsah Kose5-1/+9
2016-10-13tdf#101390 Add "Dimesion Line" command to the calc arrowsbox.Gulsah Kose4-0/+24
2016-10-13unused src fileCaolán McNamara1-37/+0
2016-10-13add DECIMAL test caseZdeněk Crhonek1-0/+1719
2016-10-13convert SvxPageUsage to scoped enumNoel Grandin7-17/+14
2016-10-12propagate original named expression error, if anyEike Rathke1-1/+1
2016-10-12use isFinite() instead of !isNan()Eike Rathke5-8/+8
2016-10-12create NoName error token instead of setting error at the token arrayEike Rathke1-2/+10
2016-10-12Revert "silence gcc4.8 warning"Michael Stahl1-8/+0
2016-10-12Revert "convert MULTILINE constants to scoped enum"Noel Grandin2-15/+17
2016-10-12silence gcc4.8 warningNoel Grandin1-0/+8
2016-10-12gcc4.8 does not seem to like explicit-width-scoped-enum and bitfield memberNoel Grandin1-1/+1
2016-10-12convert SC_NESTEDBUTTON constants to scoped enumNoel Grandin2-11/+8
2016-10-12convert CSV_DIFF constants to typed_flags_setNoel Grandin4-42/+46
2016-10-12convert EXC_TABBUF constants to typed_flags_setNoel Grandin2-28/+41
2016-10-12convert EXC_COLROW constants to typed_flags_setNoel Grandin2-35/+43
2016-10-12convert constants to scoped enumNoel Grandin1-18/+15
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin9-47/+51
2016-10-12convert MULTILINE constants to scoped enumNoel Grandin2-17/+15