summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Add loading document colors to CalcKrisztian Pinter4-0/+59
2014-07-25coverity#735613 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-24fix coding styleMarkus Mohrhard1-6/+7
2014-07-24avoid static variablesxukai2-1/+19
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-1/+1
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard3-0/+32
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin2-121/+17
2014-07-23remove SFX_ITEM_PRESENTATION_NAMEONLYNoel Grandin1-4/+0
2014-07-22callcatcher: update unused codeCaolán McNamara2-14/+0
2014-07-21use SvXMLExport::GetRelativeReference(), fdo#79305Eike Rathke1-11/+1
2014-07-21fdo#80536 UI: Menu entry for 'Edit File' -> 'Edit Mode'Joren De Cuyper1-0/+2
2014-07-20it makes no sense to use the second column as well, fdo#81499Markus Mohrhard2-7/+3
2014-07-20that was just a complex way to describe that the whole range is in itMarkus Mohrhard1-2/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-07-20add SAL_OVERRIDEDavid Tardon1-1/+1
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon4-14/+14
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
2014-07-20Resolves fdo#81549: Crash pivot tableJulien Nabet2-3/+2
2014-07-19disable that test on windowsMarkus Mohrhard1-0/+2
2014-07-19one more simplificationMarkus Mohrhard1-12/+4
2014-07-19there is already a shared XPath test classMarkus Mohrhard3-107/+29
2014-07-19these tests need libxml2 now for the headersMarkus Mohrhard2-0/+2
2014-07-19add test for fdo#79305Markus Mohrhard7-0/+245
2014-07-19respect flag for relative paths, fdo#79305Markus Mohrhard1-0/+14
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