summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea1-9/+10
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-1/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-01-29sc: Fix CJK Unified Ideographs range in commentsTakeshi Abe1-2/+2
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-27/+24
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-3/+0
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+5
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-08-16remove mempoolNoel Grandin1-2/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+4
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-1/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-8/+8
2018-03-07use more Color in scNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22ColorData->Color in scNoel Grandin1-10/+10
2018-02-03TypedWhichId in scNoel Grandin1-5/+5
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-3/+3
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet1-6/+5
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin1-9/+7
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin1-5/+5
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-20convert XclFontItemType to scoped enumNoel Grandin1-6/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+4
2017-01-07Typo: Acess->AccessJulien Nabet1-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin1-6/+1
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-5/+5
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-8/+1
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-25/+25
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-3/+3
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-12/+13
2015-11-13Revert "sc: boost::ptr_vector->std::vector"Noel Grandin1-8/+10
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-10/+8
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1