summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excdoc.cxx
AgeCommit message (Expand)Author
2017-01-26NameBuffer is deadJochen Nitschke
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-03replace hard-coded namespace URL strings with function calls...Rosemary Sebastian
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2015-11-26TableRef: write <tableParts> before <extLst>, resolves tdf#96049Eike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens
2015-08-31TableRef: first wave of writing ScDBData to OOXML tablesEike Rathke
2015-08-14tdf#92256: Save ref syntax when different from native oneKatarina Behrens
2015-07-25tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware tooKatarina Behrens
2015-07-24don't generate invalid XLSX filesMarkus Mohrhard
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-04correct xlsx element order, related tdf#59663Markus Mohrhard
2015-02-19boost->stdCaolán McNamara
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida
2014-08-26We don't need this branching here anymore.Kohei Yoshida
2014-08-22Split FillAsTable into Binary and Xml variants in the same manner.Kohei Yoshida
2014-08-22Split FillAsHeader into FillAsHeaderBinary and FillAsHeaderXml.Kohei Yoshida
2014-08-22Make header (workbook) export and worksheet export clearer.Kohei Yoshida
2014-08-12do not write empty externalReferences element, fdo#45286 follow-upEike Rathke
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke
2014-06-25remove whitespaceMarkus Mohrhard
2014-03-21write enhanced protection to .xls BIFF8 0x0868 Feat recordsEike Rathke
2014-03-13fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida
2014-02-08fdo#74521: Only pick cell notes for that sheet, and skip the rest.Kohei Yoshida
2013-11-30more OOXML export validation fixes, fdo#71971Markus Mohrhard
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-08-012nd step to export SheetProtection fdo#64753, actually export the dataNoel Power
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-16sc: translate some debug messagesThomas Arnhold
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard
2012-08-03new fix for fdo#52998Noel Power
2012-08-03Revert "new fix for fdo#47907"Noel Power
2012-08-02new fix for fdo#47907Noel Power
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard