summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin1-20/+59
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-2/+2
2019-08-20loplugin:constvars in package..scNoel Grandin1-3/+3
2019-05-10tdf#85470 FILESAVE Very long time spent saving XLSX as XLSNoel Grandin1-8/+34
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse1-0/+21
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-116/+57
2019-04-19optimise find/insert patternNoel Grandin1-3/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-3/+3
2019-03-29Remove now moot commentEike Rathke1-3/+0
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-44/+46
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-10/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-4/+4
2018-11-16loplugin:buriedassign in scNoel Grandin1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-19index validity check looks dubiousCaolán McNamara1-2/+2
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-08-29loplugin:useuniqueptr in XclExpDxfNoel Grandin1-24/+22
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke1-2/+14
2018-08-16remove mempoolNoel Grandin1-4/+0
2018-07-22tdf#98074, using the same builtinId maps the styles to the same oneMarkus Mohrhard1-3/+8
2018-07-16tdf#113646, export font size for dxf recordsMarkus Mohrhard1-0/+7
2018-07-15related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard1-1/+1
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin1-3/+4
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-03-07use more Color in scNoel Grandin1-4/+4
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22loplugin:redundantcastNoel Grandin1-1/+1
2018-02-22ColorData->Color in scNoel Grandin1-4/+4
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-3/+3
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-8/+8
2017-11-23TypedWhichId for sc constantsNoel Grandin1-15/+15
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-0/+1
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-1/+2
2017-07-07merge BS and ToPsz10, etcCaolán McNamara1-16/+17
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05sc: fix type mismatchJochen Nitschke1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-8/+8
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-03-14sc: remove GETITEMVALUE macroJochen Nitschke1-4/+4
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke1-1/+1