summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-12Add another test case.Kohei Yoshida1-0/+32
2014-07-12fdo#80462: Write test for this.Kohei Yoshida2-0/+38
2014-07-12fdo#80462: Don't always increment the start row position.Kohei Yoshida1-1/+3
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt2-0/+21
2014-07-11resolved fdo#77018 keep external references intact during sortEike Rathke1-0/+17
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke3-4/+5
2014-07-11new loplugin: externalandnotdefinedNoel Grandin12-18/+20
2014-07-11CID#982304 logically dead codeEike Rathke1-0/+9
2014-07-11move the retype strings to sc.hrcCaolán McNamara4-32/+9
2014-07-11Convert RID_SCDLG_RETYPEPASS to .uiPalenik Mihály6-431/+362
2014-07-11sc: syntax fixJacobo Aragunde Pérez1-1/+1
2014-07-11add UNO API loadStylesFromDocumentLaurent Godard2-22/+63
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida8-0/+8
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-10coverity#737268 Uncaught exceptionCaolán McNamara1-21/+21
2014-07-10coverity#707401 Uncaught exceptionCaolán McNamara1-2/+2
2014-07-10coverity#707059 Uncaught exceptionCaolán McNamara1-1/+2
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke1-0/+6
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara16-153/+154
2014-07-08catched->caughtCaolán McNamara1-5/+5
2014-07-08draw white border around note marks for fdo#81032Laurent Godard1-2/+2
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers15-390/+432