summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/defnamesbuffer.cxx
AgeCommit message (Expand)Author
2021-07-05XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna
2021-05-31crashtesting: use after free on export of tdf122510-1.xlsx to odsCaolán McNamara
2021-05-19fix leak in oox importNoel Grandin
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-14unused ScTokenArrayCaolán McNamara
2018-01-29CheckLinkFormulaNeedingCheck() for .xlsx named expressionsEike Rathke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05loplugin:constantparamNoel Grandin
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (5)Jochen Nitschke
2017-01-12tdf#48140 replace CellRangeAddress in xlsx import (14)Jochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (2)Jochen Nitschke
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-10-27Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressionsEike Rathke
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-07-13loplugin:singlevalfields in sc(part2)Noel Grandin
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-26tdf#97654 - replaced CellAddress types with ScAddress.Mohammed Abdul Azeem
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-06-25TableRef: compile named expression into RPN once to populate informationEike Rathke
2015-05-19replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard