summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: update listCaolán McNamara2012-04-1610-255/+0
* unused inlinesCaolán McNamara2012-04-161-6/+0
* callcatcher: update unused codeCaolán McNamara2012-04-1624-669/+0
* remove no longer used enumerationMarkus Mohrhard2012-04-161-7/+0
* Fix 2 "scope of the variable can be reduced"Julien Nabet2012-04-152-3/+2
* WaE: unused functionsTor Lillqvist2012-04-153-23/+0
* resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke2012-04-156-9/+30
* add test case for autofill with user defined listsMarkus Mohrhard2012-04-151-1/+18
* don't deduce increment from multiple equal list entries, fdo#39500Markus Mohrhard2012-04-151-0/+16
* autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard2012-04-151-2/+2
* remove one more wrong IsDataFiltered callMarkus Mohrhard2012-04-151-1/+1
* fix orcus to not fiddle with literal stringsEike Rathke2012-04-141-3/+3
* unit test for CSV import fixes related to fdo#48621Eike Rathke2012-04-143-1/+210
* resolved fdo#48621 better handling of broken CSV filesEike Rathke2012-04-142-30/+151
* Revert "blind fix for Norbert's tinderbox"Markus Mohrhard2012-04-141-1/+1
* blind fix for Norbert's tinderboxMarkus Mohrhard2012-04-141-1/+1
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2012-04-141-1/+1
* improve autofill test caseMarkus Mohrhard2012-04-141-1/+22
* move testCVE into slowcheckMarkus Mohrhard2012-04-142-21/+21
* Some sc cleaning (oox)Julien Nabet2012-04-1412-472/+0
* Put enum definition under class scope to avoid name clash.Kohei Yoshida2012-04-134-12/+11
* Some cleaning sc (oox)Julien Nabet2012-04-134-196/+0
* Cleaning sc (oox)Julien Nabet2012-04-138-254/+0
* Cleaning sc module (oox)Julien Nabet2012-04-132-180/+0
* Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner2012-04-1312-134/+397
* move terminate to fixture decoratorCaolán McNamara2012-04-137-49/+0
* Remove unused code in sc.Santiago Martinez2012-04-132-246/+0
* two additional places to raise data truncated error for fdo#48516Eike Rathke2012-04-131-9/+5
* one more lcl_appendLineData() for line size >64kEike Rathke2012-04-131-1/+7
* move dependency on localedata_en to i18npoolMatúš Kukan2012-04-1212-46/+11
* unusedcode.easy: remove various methodsThomas Arnhold2012-04-122-7/+0
* unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold2012-04-123-7/+0
* callcatcher: update unused code listCaolán McNamara2012-04-121-8/+0
* Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida2012-04-121-1/+0
* removed unused includes in tpformula.hxxAlbert Thuswaldner2012-04-111-9/+0
* Removed the source file of SharedFormulaBuffer, which is no longer used.Kohei Yoshida2012-04-111-213/+0
* first part for ScTable::GetAutoFillPreviewMarkus Mohrhard2012-04-111-2/+2
* ScTable::FillAuto should work with hidden rows/columsn now tooMarkus Mohrhard2012-04-111-94/+94
* add unit test for autofillMarkus Mohrhard2012-04-112-1/+36
* make ScTable::FillSeries work correctly with hidden rows/columnsMarkus Mohrhard2012-04-113-106/+180
* Removing a member that's not used.Kohei Yoshida2012-04-112-3/+0
* move ScProgress outside of ScTable::FillMarkus Mohrhard2012-04-118-50/+108
* callcatcher: update listCaolán McNamara2012-04-117-75/+0
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-112-4/+4
* resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke2012-04-106-36/+77
* bnc#755775: Set numeric formula results when importing xls document.Kohei Yoshida2012-04-101-1/+3
* Method signature cleanup.Kohei Yoshida2012-04-102-5/+5
* Zelle->Cell, Ergebnis->Result and bit of cleanup.Kohei Yoshida2012-04-101-14/+14
* Let's use constants instead of raw values to make them more traceable.Kohei Yoshida2012-04-101-6/+6
* sal_Bool to boolEike Rathke2012-04-109-162/+162