summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01coverity#704241 Logically dead codeCaolán McNamara
2014-04-01coverity#704264 Logically dead codeCaolán McNamara
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31coverity#1194940 Uncaught exceptionCaolán McNamara
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl
2014-03-29Typo: ccordinate->coordinateJulien Nabet
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-28coverity#735461 Dead default in switchCaolán McNamara
2014-03-28coverity#735462 Dead default in switchCaolán McNamara
2014-03-28coverity#735463 Dead default in switchCaolán McNamara
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-24coverity#708051 Uninitialized scalar fieldCaolán McNamara
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-21write enhanced protection to .xls BIFF8 0x0868 Feat recordsEike Rathke
2014-03-21always resize vector, reserve is just thatEike Rathke
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke
2014-03-20don't crash with possibly invalid index, fdo#76209Markus Mohrhard
2014-03-20WaE: struct/class mismatchTor Lillqvist
2014-03-20stuff Excel enhanced protection read into ScTableProtectionEike Rathke
2014-03-19coverity#708064 Uninitialized pointer fieldCaolán McNamara
2014-03-19coverity#708030 Uninitialized pointer fieldCaolán McNamara
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin
2014-03-19Enable import export test for dash-dot and dash-dot-dot line types.Kohei Yoshida
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-19check return of stream read and adapt vector size if necessaryEike Rathke
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-03-15coverity#705829 Dereference before null checkCaolán McNamara
2014-03-15coverity#735797 Explicit null dereferencedCaolán McNamara
2014-03-14coverity#705828 Dereference before null checkCaolán McNamara
2014-03-13fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida
2014-03-13fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann
2014-03-12std::strlen requires cstring include to buildLuboš Luňák
2014-03-12coverity#705469 Dereference null return valueCaolán McNamara
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10fdo#74747: Correctly inspect formula result value for xlsx export.Kohei Yoshida
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida
2014-03-10fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida