summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)Author
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard
2015-04-04correct xlsx element order, related tdf#59663Markus Mohrhard
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26Revert "tdf#89319 remove redundant file seekings in XLS export"Eike Rathke
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-24loplugin:implicitboolconversionStephan Bergmann
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard
2015-03-24export showValue databar propertyMarkus Mohrhard
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-20Typo: intead->insteadJulien Nabet
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-10replace an OSL_ENSURE() with assert(), tdf#89319 relatedEike Rathke
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist
2015-03-09Bin unused static const fieldTor Lillqvist
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke
2015-03-04V801: Decreased performanceCaolán McNamara
2015-03-02cppcheck: redundantConditionNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-19boost->stdCaolán McNamara
2015-02-17boost->stdCaolán McNamara
2015-02-12tdf#89281 fix performance regression of XLS import - cleanupLászló Németh
2015-02-12apparently calling match on a string with an index past the end is now fatalCaolán McNamara
2015-02-11tdf#89319 remove redundant file seekings in XLS exportLászló Németh
2015-02-10tdf#89281 fix performance regression of XLS importLászló Németh
2015-02-05Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane
2015-02-04Seems that BS() does something else than I thoughtKatarina Behrens
2015-02-03sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)Chris Sherlock
2015-02-03Related tdf#87356: export data bar [non-]gradient to OOXMLKatarina Behrens
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
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-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh