summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
AgeCommit message (Expand)Author
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-26Revert "tdf#89319 remove redundant file seekings in XLS export"Eike Rathke
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-10replace an OSL_ENSURE() with assert(), tdf#89319 relatedEike Rathke
2015-02-11tdf#89319 remove redundant file seekings in XLS exportLászló Németh
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
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04coverity#737265 Uncaught exceptionCaolán McNamara
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-28coverity#708032 Uninitialized scalar fieldCaolán McNamara
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-02resolved fdo#76949 correct grammar is GRAM_OOXMLEike Rathke
2014-03-31coverity#1194940 Uncaught exceptionCaolán McNamara
2014-03-29sc: more stream tweaksMichael Stahl
2014-03-29sc: actually CopyFromStream() can just use remainingSize()Michael Stahl
2014-03-29sc: adapt XclExpStream::CopyFromStream() to SvStream changeMichael Stahl
2014-03-29sc: adapt Excel filter to SvStream changesMichael Stahl
2014-03-12std::strlen requires cstring include to buildLuboš Luňák
2014-03-10fdo#74747: Correctly inspect formula result value for xlsx export.Kohei Yoshida
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-25don't access empty container, related fdo#33698Markus Mohrhard
2014-02-18the string is UTF8 and not AsciiMarkus Mohrhard
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-11getStatusIndicator can apparently return nullStephan Bergmann
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-03de-GetBuffer calcCaolán McNamara
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida
2013-06-02bail out for error cells earlyMarkus Mohrhard
2013-06-02remove temporary String instancesMarkus Mohrhard
2013-05-31No need for two Excel filter servicesStephan Bergmann