summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-04-17WaE: unused functionsTor Lillqvist2-22/+0
2012-04-16fdo#48431: More reliable way to check for RTL text.Kohei Yoshida2-26/+35
2012-04-16Remove unused code in sc.santi6-109/+0
2012-04-16WaE: "NOMINMAX" redefinedDavid Tardon1-0/+2
2012-04-16callcatcher: update listCaolán McNamara10-255/+0
2012-04-16unused inlinesCaolán McNamara1-6/+0
2012-04-16callcatcher: update unused codeCaolán McNamara24-669/+0
2012-04-16remove no longer used enumerationMarkus Mohrhard1-7/+0
2012-04-15Fix 2 "scope of the variable can be reduced"Julien Nabet2-3/+2
2012-04-15WaE: unused functionsTor Lillqvist3-23/+0
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke6-9/+30
2012-04-15add test case for autofill with user defined listsMarkus Mohrhard1-1/+18
2012-04-15don't deduce increment from multiple equal list entries, fdo#39500Markus Mohrhard1-0/+16
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard1-2/+2
2012-04-15remove one more wrong IsDataFiltered callMarkus Mohrhard1-1/+1
2012-04-14fix orcus to not fiddle with literal stringsEike Rathke1-3/+3
2012-04-14unit test for CSV import fixes related to fdo#48621Eike Rathke3-1/+210
2012-04-14resolved fdo#48621 better handling of broken CSV filesEike Rathke2-30/+151
2012-04-14Revert "blind fix for Norbert's tinderbox"Markus Mohrhard1-1/+1
2012-04-14blind fix for Norbert's tinderboxMarkus Mohrhard1-1/+1
2012-04-14valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2012-04-14improve autofill test caseMarkus Mohrhard1-1/+22
2012-04-14move testCVE into slowcheckMarkus Mohrhard2-21/+21
2012-04-14Some sc cleaning (oox)Julien Nabet12-472/+0
2012-04-13Put enum definition under class scope to avoid name clash.Kohei Yoshida4-12/+11
2012-04-13Some cleaning sc (oox)Julien Nabet4-196/+0
2012-04-13Cleaning sc (oox)Julien Nabet8-254/+0
2012-04-13Cleaning sc module (oox)Julien Nabet2-180/+0
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner12-134/+397
2012-04-13move terminate to fixture decoratorCaolán McNamara7-49/+0
2012-04-13Remove unused code in sc.Santiago Martinez2-246/+0
2012-04-13two additional places to raise data truncated error for fdo#48516Eike Rathke1-9/+5
2012-04-13one more lcl_appendLineData() for line size >64kEike Rathke1-1/+7
2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan12-46/+11
2012-04-12unusedcode.easy: remove various methodsThomas Arnhold2-7/+0
2012-04-12unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold3-7/+0
2012-04-12callcatcher: update unused code listCaolán McNamara1-8/+0
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida1-1/+0
2012-04-11removed unused includes in tpformula.hxxAlbert Thuswaldner1-9/+0
2012-04-11Removed the source file of SharedFormulaBuffer, which is no longer used.Kohei Yoshida1-213/+0
2012-04-11first part for ScTable::GetAutoFillPreviewMarkus Mohrhard1-2/+2
2012-04-11ScTable::FillAuto should work with hidden rows/columsn now tooMarkus Mohrhard1-94/+94
2012-04-11add unit test for autofillMarkus Mohrhard2-1/+36
2012-04-11make ScTable::FillSeries work correctly with hidden rows/columnsMarkus Mohrhard3-106/+180
2012-04-11Removing a member that's not used.Kohei Yoshida2-3/+0
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard8-50/+108
2012-04-11callcatcher: update listCaolán McNamara7-75/+0
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2-4/+4
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke6-36/+77
2012-04-10bnc#755775: Set numeric formula results when importing xls document.Kohei Yoshida1-1/+3