summaryrefslogtreecommitdiffstats
path: root/sc/source/filter
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke2017-06-061-1/+1
* import stream on the LibreOffice side, tdf#107827Markus Mohrhard2017-05-301-3/+13
* use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard2017-05-301-0/+1
* tdf#108017 xlsb import: protection settings were reversedJustin Luth2017-05-301-15/+15
* tdf#43535: support additional sheet protection options.Kohei Yoshida2017-05-166-4/+54
* a first stab against the note caption ownership messEike Rathke2017-05-151-1/+1
* Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke2017-04-082-2/+7
* Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39aTor Lillqvist2017-03-261-1/+2
* A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist2017-03-262-6/+16
* Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist2017-03-261-1/+7
* tdf#104729 FILESAVE Save author name in comment during export to .xlsxBartosz Kosiorek2017-03-261-0/+3
* Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist2017-03-261-1/+20
* It's SetSliceSize, not SetSliceLenTor Lillqvist2017-03-261-2/+2
* Use symbolic constants instead of hardcoded numbersTor Lillqvist2017-03-262-10/+9
* The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist2017-03-261-1/+2
* The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist2017-03-261-1/+1
* Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist2017-03-261-0/+2
* fix conditional format import from XLSB, tdf#105486Markus Mohrhard2017-03-161-1/+3
* tdf#105840 EXCEL export: fixes for hidden defaultRowJustin Luth2017-02-152-8/+15
* Optimize Excel GetOrCreateRow: compare to previous map entryJustin Luth2017-02-151-2/+5
* Optimize Excel GetOrCreateRow: reduce loopsJustin Luth2017-02-151-10/+27
* coverity#1399031 golden, Out-of-bounds readCaolán McNamara2017-01-231-1/+1
* fix interchanged parametersJochen Nitschke2017-01-131-2/+2
* tdf#97598 xlsx import: do not apply any scenariosJustin Luth2017-01-112-17/+9
* recognize the broken "Err:xxx" written by 5.2 and earlier, tdf#105024 relatedEike Rathke2017-01-061-5/+16
* read single error constant formula as such, tdf#105024 relatedEike Rathke2017-01-063-10/+21
* rename to RegisterDefinedStyleNames() to clarify, tdf#104097 follow-upEike Rathke2016-12-102-4/+4
* Resolves: tdf#104097 register reserved cell style names for auto stylesEike Rathke2016-12-102-8/+17
* stab at the sick "units in character width of the standard font", tdf#101363Eike Rathke2016-12-071-1/+5
* Revert "attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build, tdf#101363"Eike Rathke2016-12-071-8/+1
* try a volatileEike Rathke2016-12-061-1/+1
* attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363Eike Rathke2016-12-051-1/+8
* tdf#91475 Fix column width during .xlsx exportBartosz Kosiorek2016-12-051-20/+2
* tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski2016-12-052-8/+110
* prevent corrupt warning in MSO - justify dimensionJustin Luth2016-12-021-0/+1
* tdf#104310: Accept also x14-style dataValidationsMike Kaganski2016-12-023-68/+179
* OOXML: Write dimension range in full address notationBartosz Kosiorek2016-11-233-4/+9
* [API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai2016-11-234-34/+58
* [API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke2016-11-221-0/+6
* remove some more global OUStringsNoel Grandin2016-11-222-24/+14
* tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek2016-11-215-58/+59
* tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek2016-11-2121-58/+0
* tdf#48140 Replace uno CellRangeAddress and CellAddress with direct callsBartosz Kosiorek2016-11-214-163/+160
* PivotMedian: ODS import / export of pivot table medianTamás Zolnai2016-11-201-1/+7
* tdf#48140 Replace CellAddress uno calls with direct accessBartosz Kosiorek2016-11-195-19/+11
* sc-perf: lock drawing layer during creation of captions for SaveEike Rathke2016-11-191-0/+14
* tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek2016-11-1917-55/+0
* includes should be at the top of the fileNoel Grandin2016-11-181-3/+4
* tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke2016-11-162-4/+20
* tdf#96475 PutFormulaCell: any other cell than formula is utter nonsenseEike Rathke2016-11-151-33/+12