/xml2cmp/

git/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/extlstcontext.cxx
AgeCommit message (Expand)Author
2021-02-15tdf#139928 XLSX import: fix conditional formatting in same cell rangeTibor Nagy
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-13tdf#113013 XLSX import: fix "Formula is" type conditional formattingTibor Nagy
2020-12-29tdf#120749 XLSX: fix "begins/ends with" conditionalTibor Nagy
2020-12-16tdf#122102 XLSX import: fix "contains" conditional formattingTibor Nagy
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara
2020-09-14keep as a referenceCaolán McNamara
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2019-07-16cid#1448349 Uninitialized scalar fieldCaolán McNamara
2019-05-09crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis
2019-05-04tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-12loplugin:useuniqueptr in ExtConditionalFormattingContextNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-12-01tdf#104310: Accept also x14-style dataValidationsMike Kaganski
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-25tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware tooKatarina Behrens
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens
2015-05-16getCurrentSheetIndex should not be used anymoreMarkus Mohrhard
2015-05-16fix sheet into which we insert extLst cond formatsMarkus Mohrhard
2015-05-16fix import for extlst entriesMarkus Mohrhard
2015-05-16rename classMarkus Mohrhard
2015-05-15support iconSets in extLst entriesMarkus Mohrhard
2014-12-26what's with the void* + castingCaolán McNamara