summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-03-15fdo#71491: Write test for this.Kohei Yoshida2-0/+118
2014-03-14some formula interpreter options are document specificEike Rathke14-16/+73
2014-03-14Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara1-34/+53
2014-03-14recalc for interpreter options changesEike Rathke1-0/+4
2014-03-14fdo#72741 - write unit test for in formula group swapping.Michael Meeks2-6/+71
2014-03-14fdo#72741 - swap values only inside a formula group.Michael Meeks3-14/+62
2014-03-14coverity#705828 Dereference before null checkCaolán McNamara1-8/+4
2014-03-14Clean up a little.Kohei Yoshida1-9/+1
2014-03-14unit test for string conversion feature, related fdo#37132 fdo#74622Eike Rathke1-3/+74
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke7-66/+390
2014-03-14SvxCheckListBox/SvTreeList/ListBox position types nitpickEike Rathke1-5/+5
2014-03-14Help poor old Mac compiler by making ScClipParam copy ctor non-explicitStephan Bergmann2-10/+0
2014-03-14sfx2: sal_Bool->boolNoel Grandin6-6/+6
2014-03-14svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-13fdo#58307: Write export test for this to ensure it won't go away...Kohei Yoshida3-1/+69
2014-03-13fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida3-15/+36
2014-03-13fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida2-4/+4
2014-03-13fdo#76032: Write test for this.Kohei Yoshida2-0/+39
2014-03-13fdo#76132: Don't create a formula group of length 1.Kohei Yoshida1-10/+25
2014-03-13fdo#76132: Write test for this first.Kohei Yoshida1-0/+31
2014-03-13fdo#75642: Check the high position block correctly.Kohei Yoshida1-1/+3
2014-03-13fdo#75642: Add test case for this.Kohei Yoshida3-1/+24
2014-03-13coverity#705844 Dereference before null checkCaolán McNamara1-12/+9
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara1-2/+0
2014-03-13-Werror=shadowMiklos Vajna1-2/+2
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida19-46/+174
2014-03-12fdo#75977: Write test for this.Kohei Yoshida2-0/+61
2014-03-12fdo#75982: Better hot keys for pivot table fields.Kohei Yoshida1-4/+4
2014-03-12Let's not leak here.Kohei Yoshida1-0/+1
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann9-8/+36
2014-03-12Resolves: fdo#75982 set mnemonics targets for hidden labelsCaolán McNamara1-0/+15
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-03-12std::strlen requires cstring include to buildLuboš Luňák2-2/+2
2014-03-12coverity#705469 Dereference null return valueCaolán McNamara1-1/+4
2014-03-12Don't delete the kernel when pre-compiled.Kohei Yoshida1-3/+3
2014-03-11"overflow" is one wordTor Lillqvist1-6/+6
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert1-11/+40
2014-03-11Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin1-1/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin13-39/+39
2014-03-11svx: sal_Bool->boolNoel Grandin4-6/+6
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin2-6/+6
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-10fdo#75815: Adjust external references here too.Kohei Yoshida1-0/+19
2014-03-10fdo#75815: Write test for this first.Kohei Yoshida2-0/+89
2014-03-10fdo#74747: Correctly inspect formula result value for xlsx export.Kohei Yoshida1-29/+11
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida5-20/+54
2014-03-10fdo#74747: Test cached numeric results too just to be safe.Kohei Yoshida1-1/+4
2014-03-10fdo#74747: Write test for this first.Kohei Yoshida2-0/+70