summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xetable.cxx
AgeCommit message (Expand)Author
2016-06-22tdf#98106 Preserving hidden and empty rows after xlsx exportBartosz Kosiorek
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-04tdf#98083: Always save cell formatKatarina Behrens
2016-02-05Fix typosAndrea Gelmini
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-30number format keys are sal_uInt32, so use itEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15stab MM_FAKE, it's a zombieEike Rathke
2015-09-15do not write MM_REFERENCE formulas to OOXML, tdf#61908 follow-upEike Rathke
2015-09-15array formulas do not consist only of multiple rows, tdf#61908 follow-upEike Rathke
2015-06-16fix 176 unbalanced XML_f xlsx export failuiresCaolán McNamara
2015-06-12tdf#61908:XLSX formula cell range is not exported for MMULT.yogesh.bharate001
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-03-04V801: Decreased performanceCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-29tdf#88810 XLSX export: more cleanupLászló Németh
2015-01-27tdf#88810 XSLT address export: cleanup and more optimizationLászló Németh
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-25Revert "Globally disable threading for these for now."Michael Meeks
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh
2014-12-12coverity#1257735 Logically dead codeCaolán McNamara
2014-12-10Globally disable threading for these for now.Kohei Yoshida
2014-11-27fdo#86687 Avoid deadlock updating progress barMatthew J. Francis
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-11-18Thread excel table row/column format finalization.Michael Meeks
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-10fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-15resolved fdo#67571 write flags and formula token array againEike Rathke