summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-09-11sal_Bool to bool and cosmeticsEike Rathke3-199/+199
2011-09-11translated some commentsEike Rathke2-29/+29
2011-09-11fix fdo#39485 recalculate matrix formula dimension correctlyEike Rathke2-3/+11
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke4-9/+4
2011-09-10Revert partly cppcheck cleaningJulien Nabet1-1/+1
2011-09-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-09-09 second try to prevent warningMarkus Mohrhard1-2/+5
2011-09-09forgot to add the file for the unit testMarkus Mohrhard1-0/+0
2011-09-09prevent warningMarkus Mohrhard1-8/+8
2011-09-09add logical function unit testMarkus Mohrhard4-0/+188
2011-09-09externalrefmgr.cxx is String freeMarkus Mohrhard1-4/+2
2011-09-09add range name xls testMarkus Mohrhard1-18/+29
2011-09-08sal_Bool to bool.Kohei Yoshida2-34/+34
2011-09-08Bring the default row height back to the 3.4 level.Kohei Yoshida1-7/+12
2011-09-08GCC bug 50255 will be fixed in 4.6.2 already.Stephan Bergmann1-1/+1
2011-09-08Related: gcc#50255 we now know the bounds of the broken gcc versionsCaolán McNamara1-3/+6
2011-09-07Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida2-4/+293
2011-09-08make ScViewFunc::SetStyleSheetToMarked() work againEike Rathke1-2/+1
2011-09-07use SAL_CONST_UINT64 with such large valuesEike Rathke1-1/+1
2011-09-07some basic unit test for xls and xlsxMarkus Mohrhard4-19/+44
2011-09-07Remove warnings.Kohei Yoshida1-2/+2
2011-09-07Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida245-3397/+4916
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner7-0/+284
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida3-28/+16
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard3-8/+59
2011-09-06related #i114504: external reference manager partMarkus Mohrhard1-3/+26
2011-09-06related #i114504: don't assume external references are always file urlsNiklas Nebel1-12/+16
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard15-42/+29
2011-09-05initial work for a merged cell unit testMarkus Mohrhard1-0/+24
2011-09-05test range names in import testMarkus Mohrhard2-1/+29
2011-09-05"thereof" should be translated to modern EnglishLior Kaplan1-1/+1
2011-09-05consistent includesCaolán McNamara2-4/+1
2011-09-05add officecfg dependency, and (hopefully) a fix for windows URLsMichael Meeks2-2/+2
2011-09-05no real need to use pointers hereCaolán McNamara3-33/+33
2011-09-05access oox vbaproject import directlyNoel Power1-34/+15
2011-09-04fixed various crashes due to newly introduced ScRangeName::maIndexToDataEike Rathke1-3/+20
2011-09-02Speed up range name lookup by index.Kohei Yoshida2-13/+41
2011-09-02add missing components, use new configmgr path, and enable ODS testMichael Meeks2-1/+8
2011-09-02enable calc's ODS file filter unit testMarkus Mohrhard3-17/+38
2011-09-01remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks1-1/+0
2011-09-01fix warningsGabor Jenei2-7/+7
2011-08-31Switch to for loop and reduce scoping level.Kohei Yoshida1-51/+49
2011-08-31We can remove this scope too.Kohei Yoshida1-58/+58
2011-08-31Removed unnecessary scoping.Kohei Yoshida1-65/+63
2011-08-30Adjust the dialog size to make sure the bottom text is visible.Kohei Yoshida3-0/+69
2011-08-30WaE: debug=tCaolán McNamara1-1/+1
2011-08-30String / bool conversions for ScTableLink.Kohei Yoshida3-42/+42
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida7-61/+67
2011-08-29More string & bool conversion.Kohei Yoshida2-34/+29
2011-08-29sal_Bool to bool.Kohei Yoshida1-3/+3