summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/viewopti.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-16make the Color constructors explicitly specify transparencyNoel1-2/+5
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-4/+0
2020-09-16The default implementation can be usedMike Kaganski1-13/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-05-17Resolves tdf#87965 - Make 'Search Results' dialog optionalheiko tietze1-1/+10
2019-01-09use unique_ptr in ScViewOptions::CreateGridItemNoel Grandin1-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-16/+0
2018-06-25tdf#118296 Grid line color cannot be revertedMaxim Monastirsky1-1/+0
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-23Revert "tdf#116241 Customizing value highlighting colors"Szymon Kłos1-38/+1
2018-03-21tdf#116241 Customizing value highlighting colorsSzymon Kłos1-1/+38
2018-03-07use more Color in scNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-13/+13
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-6/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-04-05loplugin:constantparamNoel Grandin1-2/+2
2017-02-15Translate German commentsJohnny_M1-3/+3
2017-02-02sc: fix loplugin:stringconstant warningsMiklos Vajna1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-68/+35
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-2/+2
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-19/+19
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-09-22convert Link<> to typedNoel Grandin1-9/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-18/+18
2015-02-03callcatcher: shave off some moreCaolán McNamara1-5/+0
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-01-14bool improvementsStephan Bergmann1-2/+2
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-4/+4
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-46/+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-3/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-8/+8
2012-12-14Fixed accidentally modified default view options.Kohei Yoshida1-18/+18
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14