summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xehelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-3/+1
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-2/+2
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-4/+4
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+5
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-1/+0
2018-11-16loplugin:buriedassign in scNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-01loplugin:stringloop in scNoel Grandin1-21/+21
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen1-0/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-0/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-8/+6
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-1/+1
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-3/+3
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin1-4/+4
2017-07-11simplify some OUString::copy callsNoel Grandin1-3/+3
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke1-1/+1
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-2/+2
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-9/+7
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-5/+5
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-3/+3
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-8/+8
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar1-0/+10
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-4/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-12/+0