summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)AuthorFilesLines
2013-11-30resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke1-2/+11
2013-11-30resolved fdo#67572 export add-in equivalents as internal to .xlsxEike Rathke1-0/+1
2013-11-22resolved fdo#38592 do not insert extraneous parameter in importEike Rathke1-1/+1
2013-10-31resolved fdo#56209 reviving FilterFormulaParserEike Rathke1-0/+110
2013-08-19fix for bnc#834705 missing drop downs for autofilterNoel Power1-1/+3
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power1-0/+8
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard1-1/+2
2013-06-28fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power1-3/+3
2013-06-07remove unintended changes ( from some aborted approach )Noel Power1-2/+1
2013-06-07add missing PageSetup.PageSize apiNoel Power1-1/+2
2013-06-07another attempt at followon patch for fdo#38385 attempt to detect rtlNoel Power1-1/+1
2013-06-07Revert "follow patch for fdo#38385 attempt to detect rtl"Noel Power1-3/+1
2013-06-04use better values for OOXML border width, fdo#56960Tim Richardson1-4/+4
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-2/+1
2013-05-29r is an optional attribute in c and r, fdo#65059Markus Mohrhard1-0/+3
2013-05-28Fix compilation error with older compilersTor Lillqvist1-1/+1
2013-05-28remove some methods that are no longer used after reworkNoel Power1-6/+0
2013-05-28buffer ExtCfRuleContext startElement processingNoel Power1-0/+43
2013-05-28buffer conditional formatting finalization so it happens after styles importNoel Power1-1/+3
2013-05-28reorg styles code slightly, process normal (and row ) style in own methodNoel Power1-1/+18
2013-05-28improve cell style xls[x|m] import performanceNoel Power1-0/+4
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard1-1/+1
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann2-3/+5
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin2-5/+3
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin1-2/+0
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin1-4/+0
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin2-46/+25
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna4-12/+9
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida1-6/+7
2013-04-13Show progress indicator during document import via orcus.Kohei Yoshida2-4/+23
2013-04-13Import null date via orcus.Kohei Yoshida1-0/+12
2013-04-13Properly implement date / time value import from orcus.Kohei Yoshida1-1/+2
2013-04-13Implement set_date() interface method.Kohei Yoshida1-4/+5
2013-04-13Implement segment-based string import.Kohei Yoshida1-0/+2
2013-04-13Correctly implement add() and append() of shared strings interface.Kohei Yoshida1-2/+10
2013-04-13Defer string cell import until the end when importing via orcus.Kohei Yoshida1-6/+22
2013-04-13Try not to crash during import of xlsx and ods documents.Kohei Yoshida1-15/+16
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida1-0/+2
2013-04-09Get it to build with the latest orcus. It may not be fully functional.Kohei Yoshida1-0/+18
2013-04-08fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr1-0/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák81-493/+493
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-27More of the same...Kohei Yoshida1-2/+2
2013-03-27Take care of xetable.?xx.Kohei Yoshida1-4/+3
2013-03-27kill some unused inlinesThomas Arnhold1-2/+0
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida5-23/+8