summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)Author
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-03Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-05-10tdf#85470 FILESAVE Very long time spent saving XLSX as XLSNoel Grandin
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-19optimise find/insert patternNoel Grandin
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-03-29Remove now moot commentEike Rathke
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19index validity check looks dubiousCaolán McNamara
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-08-29loplugin:useuniqueptr in XclExpDxfNoel Grandin
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke
2018-08-16remove mempoolNoel Grandin
2018-07-22tdf#98074, using the same builtinId maps the styles to the same oneMarkus Mohrhard
2018-07-16tdf#113646, export font size for dxf recordsMarkus Mohrhard
2018-07-15related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-07use more Color in scNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:redundantcastNoel Grandin
2018-02-22ColorData->Color in scNoel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist