summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-07-18coverity#708018 Uninitialized scalar fieldCaolán McNamara
2014-07-18coverity#737268 Uncaught exceptionCaolán McNamara
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke
2014-07-17Let's use this macro since it's there.Kohei Yoshida
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida
2014-07-17Scope reduction.Kohei Yoshida
2014-07-17Unwind this logic and make it easier to read.Kohei Yoshida
2014-07-17And this too.Kohei Yoshida
2014-07-17We can use ptr_vector for this.Kohei Yoshida
2014-07-17No need to check for NULL value before deleting.Kohei Yoshida
2014-07-17scrolling very slow in calcCaolán McNamara
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-16fdo#81445: Write test for this.Kohei Yoshida
2014-07-16fdo#81445: Display correct label for empty cell.Kohei Yoshida
2014-07-15CID#703984 Unchecked return value (CHECKED_RETURN)Eike Rathke
2014-07-15CID#703986 Unchecked return value (CHECKED_RETURN)Eike Rathke
2014-07-15CID#703987 Unchecked return value (CHECKED_RETURN)Eike Rathke
2014-07-15pDok can't be NULL, remove superfluous checkEike Rathke
2014-07-15CID#735794 Dereference after null check (FORWARD_NULL)Eike Rathke
2014-07-15CID#1000520 Logically dead code (DEADCODE)Eike Rathke
2014-07-15CID#1000519 Logically dead code (DEADCODE)Eike Rathke
2014-07-15CID#1038293 Division or modulo by float zero (DIVIDE_BY_ZERO)Eike Rathke
2014-07-15CID#1169815 Division or modulo by float zero (DIVIDE_BY_ZERO)Eike Rathke
2014-07-15coverity#735799 Dereference after null checkCaolán McNamara
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida
2014-07-14Move this header to the source file.Kohei Yoshida
2014-07-14Make these non inline.Kohei Yoshida
2014-07-14Write test for change track round-tripping for xls file format.Kohei Yoshida
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan
2014-07-14Revert "loplugin:unreffun"Noel Grandin
2014-07-14loplugin:unreffunNoel Grandin
2014-07-14-Wunused-variableNoel Grandin
2014-07-14loplugin:saloverrideNoel Grandin
2014-07-14loplugin:unreffunNoel Grandin
2014-07-14coverity#707036 Uncaught exceptionCaolán McNamara
2014-07-13Add additional checks for undo and redo here.private/kohei/sort-ref-updateKohei Yoshida
2014-07-13fdo#81309: Write test for out-of-place sorting.Kohei Yoshida
2014-07-13fdo#81309: Write another test.Kohei Yoshida
2014-07-13fdo#81309: Writer another test.Kohei Yoshida
2014-07-13fdo#81309: Write test for this.Kohei Yoshida
2014-07-13This undo class is no longer used.Kohei Yoshida
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-12Add another test case.Kohei Yoshida
2014-07-12fdo#80462: Write test for this.Kohei Yoshida
2014-07-12fdo#80462: Don't always increment the start row position.Kohei Yoshida
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
2014-07-11resolved fdo#77018 keep external references intact during sortEike Rathke
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-11CID#982304 logically dead codeEike Rathke