summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools
AgeCommit message (Expand)AuthorFilesLines
2019-11-22tdf#128894: xlsx-import : Do not share tokens between cells...Dennis Francis1-2/+13
2019-11-03loplugin:stringaddNoel Grandin1-3/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-4/+4
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+4
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-5/+2
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-2/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen3-6/+0
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-2/+2
2018-10-15add SvStream::TellEndNoel Grandin1-5/+1
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+1
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen2-0/+2
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-4/+4
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-23tdf#96099 Remove some trivial std::vector typedefs in scArkadiy Illarionov1-4/+3
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-1/+1
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-6/+4
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-0/+1
2018-03-15loplugin:unused-returns in scNoel Grandin1-2/+1
2018-02-22ColorData->Color in scNoel Grandin1-2/+2
2018-02-05Translate German variable namesJohnny_M1-8/+8
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann4-13/+13
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-08-29loplugin:constparam in sc part8Noel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+4
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann1-2/+5
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist1-5/+2
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+4
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-5/+5
2016-11-28orcus is mandatory nowMarkus Mohrhard1-8/+0
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-12/+12
2016-09-10loplugin:constantparam in scNoel Grandin1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-4/+4
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-4/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+4
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin1-2/+2
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1