summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/workbookhelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek2016-11-211-2/+2
* tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek2016-11-191-4/+0
* remove unused BiffInputStreamNoel Grandin2016-11-031-1/+0
* loplugin:singlevalfieldsNoel Grandin2016-11-021-2/+0
* Resolves: tdf#98481 Google Sheets uses OOXML t="str" differentlyEike Rathke2016-10-151-1/+16
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-221-16/+0
* sc: meBiff is always set to BiffType::BIFF_UNKNOWNJochen Nitschke2016-07-271-9/+0
* loplugin:singlevalfields in sc(part2)Noel Grandin2016-07-131-25/+0
* tdf#48140 Remove unused headers from xlsx import to improve build performanceBartosz Kosiorek2016-06-081-2/+0
* tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas2016-05-101-0/+1
* loplugin:passstuffbyref in scNoel Grandin2016-04-141-2/+2
* tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke2016-04-011-2/+6
* tdf#84938 replace #define with scoped typed_flagsJochen Nitschke2016-03-221-5/+5
* loplugin:constantparam in scNoel Grandin2016-03-101-6/+6
* disable means Enable(false), not true.. tdf#98389 relatedEike Rathke2016-03-071-1/+1
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
* com::sun::star->css in scNoel Grandin2015-10-281-1/+1
* WaE: Unreferenced function declaration [loplugin:unreffun]Tor Lillqvist2015-10-251-2/+0
* WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist2015-10-251-2/+0
* the cells need to be imported before we handle charts, tdf#81396Markus Mohrhard2015-10-251-51/+0
* tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens2015-10-011-0/+10
* boost->stdCaolán McNamara2015-09-181-3/+3
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-3/+3
* boost->stdCaolán McNamara2015-09-171-3/+3
* tdf#92256: Don't force CalcA1 syntax on all !Microsoft xlsx docsKatarina Behrens2015-08-141-15/+7
* loplugin: defaultparamsNoel Grandin2015-08-141-1/+1
* tdf#92256: Make sure ref syntax of Excel docs gets savedKatarina Behrens2015-08-121-1/+1
* cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2015-07-101-3/+2
* TableRef: import OOXML table column names to ScDBDataEike Rathke2015-06-241-0/+15
* use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard2015-05-191-0/+20
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-5/+5
* convert EE_CNTRL constants to enum classNoel Grandin2015-03-251-1/+1
* Add const version of getDocImportKatarina Behrens2015-03-201-0/+5
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara2014-10-131-2/+9
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-21/+21
* nitpick on comment formEike Rathke2014-08-221-2/+2
* fdo#82183 do not reset globals while loading a documentEike Rathke2014-08-221-0/+2
* remove unused includeMatúš Kukan2014-07-071-2/+0
* bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida2014-06-251-6/+7
* new compilerplugin returnbyrefNoel Grandin2014-06-241-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-6/+2
* don't try to import invalid document, fdo#79135Markus Mohrhard2014-06-071-0/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-1/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-7/+7