summaryrefslogtreecommitdiff
path: root/sc/inc/docoptio.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann1-2/+2
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-5/+0
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-3/+0
2017-03-03remove unused CreateDefault methodsNoel Grandin1-1/+0
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-5/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-04coverity#1371177 default assign is good enoughCaolán McNamara1-25/+0
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin1-1/+1
2016-07-21move setter implementation from .hxx to .cxxEike Rathke1-33/+3
2016-07-21directly set eFormulaSearchType if regex or wildcards are set to trueEike Rathke1-5/+23
2016-07-20RegularExpressions and Wildcards are mutually exclusive, tdf#88581 follow-upEike Rathke1-0/+4
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-2/+2
2016-02-20let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke1-5/+0
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke1-7/+34
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke1-0/+6
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-2/+2
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens1-0/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-22convert Link<> to typedNoel Grandin1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-03callcatcher: shave off some moreCaolán McNamara1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-25/+25
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-5/+0
2013-07-07Modifying comments to meet Doxygen standardsNourah.AlShoeibi1-12/+12
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-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner1-15/+2
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner1-37/+0
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner1-9/+0
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner1-1/+6
2011-07-08don't use int as return type for operator==Markus Mohrhard1-4/+4
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner1-0/+9
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-36/+36
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-37/+37
2011-01-09translate some commentsChristina Roßmanith1-12/+12
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-10-13Initial attempt to reset key bindings.Kohei Yoshida1-8/+3