summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)Author
2014-12-19remove operator>> methodsNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-12bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida
2014-07-18Remove unused classes.Kohei Yoshida
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida
2014-07-17Let's use this macro since it's there.Kohei Yoshida
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida
2014-07-17And this too.Kohei Yoshida
2014-07-17We can use ptr_vector for this.Kohei Yoshida
2014-07-17No need to check for NULL value before deleting.Kohei Yoshida
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-08workaround for DBG_UTIL XML correctness checksMarkus Mohrhard
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara
2014-05-12Move this function object to o3tl.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-06remove uncompiled source filesThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-08bit 0 is bit 0Eike Rathke
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-03Remove redundant pure overrideStephan Bergmann
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin
2014-03-29sc: adapt Excel filter to SvStream changesMichael Stahl
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-21write enhanced protection to .xls BIFF8 0x0868 Feat recordsEike Rathke
2014-03-10fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida
2014-03-06fix OOXML validation error, related fdo#31064Markus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#738799 Uninitialized scalar fieldCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-20sal_Bool->boolNoel Grandin
2014-01-17bool improvementsStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida