summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookhelper.cxx
AgeCommit message (Expand)Author
2016-11-21tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-10-15Resolves: tdf#98481 Google Sheets uses OOXML t="str" differentlyEike Rathke
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-07-27sc: meBiff is always set to BiffType::BIFF_UNKNOWNJochen Nitschke
2016-07-13loplugin:singlevalfields in sc(part2)Noel Grandin
2016-06-08tdf#48140 Remove unused headers from xlsx import to improve build performanceBartosz Kosiorek
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-10loplugin:constantparam in scNoel Grandin
2016-03-07disable means Enable(false), not true.. tdf#98389 relatedEike Rathke
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-25WaE: Unreferenced function declaration [loplugin:unreffun]Tor Lillqvist
2015-10-25WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist
2015-10-25the cells need to be imported before we handle charts, tdf#81396Markus Mohrhard
2015-10-01tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-14tdf#92256: Don't force CalcA1 syntax on all !Microsoft xlsx docsKatarina Behrens
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-12tdf#92256: Make sure ref syntax of Excel docs gets savedKatarina Behrens
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-06-24TableRef: import OOXML table column names to ScDBDataEike Rathke
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-20Add const version of getDocImportKatarina Behrens
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-10-13fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-22nitpick on comment formEike Rathke
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
2014-07-07remove unused includeMatúš Kukan
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-07don't try to import invalid document, fdo#79135Markus Mohrhard
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold