summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-07-18Remove unused classes.Kohei Yoshida1-48/+0
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna7-13/+21
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida2-0/+8
2014-07-18bnc#885548: Add test for import / export of revisions for xlsx.Kohei Yoshida2-5/+23
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida4-123/+277
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida5-2/+553
2014-07-18coverity#1226486 Dereference null return valueCaolán McNamara1-2/+4
2014-07-18coverity#1209494 Explicit null dereferencedCaolán McNamara1-2/+2
2014-07-18coverity#708018 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-07-18coverity#737268 Uncaught exceptionCaolán McNamara2-2/+2
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-17Let's use this macro since it's there.Kohei Yoshida1-3/+3
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida1-1/+0
2014-07-17Scope reduction.Kohei Yoshida1-49/+48
2014-07-17Unwind this logic and make it easier to read.Kohei Yoshida2-2/+9
2014-07-17And this too.Kohei Yoshida2-5/+2
2014-07-17We can use ptr_vector for this.Kohei Yoshida2-29/+27
2014-07-17No need to check for NULL value before deleting.Kohei Yoshida1-8/+4
2014-07-17scrolling very slow in calcCaolán McNamara5-21/+8
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-16fdo#81445: Write test for this.Kohei Yoshida1-0/+9
2014-07-16fdo#81445: Display correct label for empty cell.Kohei Yoshida1-3/+2
2014-07-15CID#703984 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15CID#703986 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15CID#703987 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15pDok can't be NULL, remove superfluous checkEike Rathke1-2/+1
2014-07-15CID#735794 Dereference after null check (FORWARD_NULL)Eike Rathke1-3/+1
2014-07-15CID#1000520 Logically dead code (DEADCODE)Eike Rathke1-3/+2
2014-07-15CID#1000519 Logically dead code (DEADCODE)Eike Rathke1-3/+2
2014-07-15CID#1038293 Division or modulo by float zero (DIVIDE_BY_ZERO)Eike Rathke1-1/+1
2014-07-15CID#1169815 Division or modulo by float zero (DIVIDE_BY_ZERO)Eike Rathke1-2/+2
2014-07-15coverity#735799 Dereference after null checkCaolán McNamara1-0/+2
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida6-38/+69
2014-07-14Move this header to the source file.Kohei Yoshida2-1/+1
2014-07-14Make these non inline.Kohei Yoshida2-37/+61
2014-07-14Write test for change track round-tripping for xls file format.Kohei Yoshida2-1/+161
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan1-1/+3
2014-07-14Revert "loplugin:unreffun"Noel Grandin1-0/+8
2014-07-14loplugin:unreffunNoel Grandin1-8/+0
2014-07-14-Wunused-variableNoel Grandin1-1/+1
2014-07-14loplugin:saloverrideNoel Grandin1-3/+3
2014-07-14loplugin:unreffunNoel Grandin1-1/+0
2014-07-14coverity#707036 Uncaught exceptionCaolán McNamara2-2/+2
2014-07-13Add additional checks for undo and redo here.private/kohei/sort-ref-updateKohei Yoshida1-0/+23
2014-07-13fdo#81309: Write test for out-of-place sorting.Kohei Yoshida2-1/+70
2014-07-13fdo#81309: Write another test.Kohei Yoshida2-0/+88
2014-07-13fdo#81309: Writer another test.Kohei Yoshida2-0/+89
2014-07-13fdo#81309: Write test for this.Kohei Yoshida2-0/+119
2014-07-13This undo class is no longer used.Kohei Yoshida2-127/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida33-328/+984