summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/docoptio.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht1-1/+1
2024-05-17loplugin:ostr in sc/../toolNoel Grandin1-15/+15
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara1-1/+0
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-2/+0
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-2/+2
2021-02-04have one set of twips<->mm conversionsNoel1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-3/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-2/+0
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-12/+12
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-32/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-2/+2
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-5/+5
2017-02-02sc: fix loplugin:stringconstant warningsMiklos Vajna1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-37/+16
2016-07-21move setter implementation from .hxx to .cxxEike Rathke1-0/+34
2016-07-21directly set eFormulaSearchType if regex or wildcards are set to trueEike Rathke1-1/+1
2016-07-20switch also internal default to Wildcards, tdf#88581 relatedEike Rathke1-2/+2
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-3/+5
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-7/+7
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke1-0/+2
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke1-1/+12
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens1-1/+3
2015-09-22convert Link<> to typedNoel Grandin1-6/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-02-03callcatcher: shave off some moreCaolán McNamara1-5/+0
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-31/+0
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-4/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0