summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)Author
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller
2014-10-30coverity#735614 Division or modulo by float zeroCaolán McNamara
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara
2014-10-29improve coverity#1242796 calculationCaolán McNamara
2014-10-28coverity#1242796 Untrusted loop boundᚉᚐᚑᚂᚐᚅ McNamara
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-10-23ATTR_VALUE_FORMAT is an SfxUInt32ItemStephan Bergmann
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-10-01Replace TSdrObjectPtr with unique_ptr with custom deleterStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-25fdo#39468: translationJennifer Liebel
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg
2014-08-30WaE: private field 'mnId' is not usedTor Lillqvist
2014-08-29Remove the old xlsx pivot table export code.Kohei Yoshida
2014-08-29Correctly export subtotal functions of data fields.Kohei Yoshida
2014-08-29Export data layout field to xlsx correctly.Kohei Yoshida
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-21write COLOR function with extension namespaceEike Rathke
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
2014-08-14fdo#75757: remove inheritance to std::vectorTakeshi Abe