summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/docoptio.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner1-77/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-3/+3
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner1-216/+1
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner1-63/+0
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner1-2/+15
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-4/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke1-5/+3
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner1-1/+65
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-4/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-18/+18
2011-02-24Remove "using namespace ::rtl"Julien Nabet1-1/+1