summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)AuthorFilesLines
2015-02-02tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh2-2/+8
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...Németh László1-2/+0
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-0/+2
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh1-2/+2
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-2/+3
2015-01-07reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard2-6/+10
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke1-0/+3
2014-12-09fdo#82312 - Excel chart has a wrong sizeMarkus Mohrhard1-0/+20
2014-11-18Thread excel table row/column format finalization.Michael Meeks1-1/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-0/+6
2014-11-16callcatcher: update unused codeCaolán McNamara1-25/+0
2014-11-13callcatcher: BiffDrawingObjectBase is never constructedCaolán McNamara1-89/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara1-3/+0
2014-10-28loplugin: cstylecastNoel Grandin2-13/+13
2014-10-25typo: uesd -> usedAndras Timar1-1/+1
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan2-1/+5
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida1-1/+1
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida2-5/+15
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-2/+8
2014-10-22Set cell style name to the document directly, bypassing the UNO API.Kohei Yoshida1-0/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2014-10-13fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara2-2/+4
2014-10-11fdo#39468 Translate German Comments - sc/source/filter/inc/ leftoversChristian M. Heller5-31/+31
2014-10-06fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller10-157/+157
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann19-33/+29
2014-09-18fdo#82577: Handle FontNoel Grandin4-15/+14
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara10-51/+61
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+43
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+8
2014-09-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+13
2014-09-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+24
2014-09-02fdo#75757: remove inheritance to std::vectorTakeshi Abe1-3/+18
2014-08-30WaE: private field 'mnId' is not usedTor Lillqvist1-1/+0
2014-08-29Remove the old xlsx pivot table export code.Kohei Yoshida1-3/+0
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida2-0/+100
2014-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna1-0/+2
2014-08-22Split FillAsTable into Binary and Xml variants in the same manner.Kohei Yoshida1-3/+3
2014-08-22Split FillAsHeader into FillAsHeaderBinary and FillAsHeaderXml.Kohei Yoshida1-1/+3
2014-08-14sc: stupid auto_ptr deprecationMichael Stahl1-1/+2
2014-08-14fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+9
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+14
2014-08-12bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida1-0/+2
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke2-3/+7
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida2-22/+58
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida1-0/+79
2014-07-18coverity#737268 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-17And this too.Kohei Yoshida1-1/+2
2014-07-17We can use ptr_vector for this.Kohei Yoshida1-2/+4
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida2-3/+4