summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/defaultsoptions.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-4/+0
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-19/+19
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-11-27sc: rowcol: tdf#50916 add UI to turn jumbo sheets onNoel Grandin1-2/+15
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-24/+0
2017-11-24drop unused ATTR itemsNoel Grandin1-4/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-04-05loplugin:constantparamNoel Grandin1-2/+9
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-12/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-5/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-02-03callcatcher: shave off some moreCaolán McNamara1-5/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
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-09-10fdo#62475 removed pointless commentsJelle van der Waa1-9/+0
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-2/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-05-31Revert "Revert "fdo#50183 Use one sheet as default in Calc""Stephan Bergmann1-1/+1
2012-05-29Revert "fdo#50183 Use one sheet as default in Calc"Stephan Bergmann1-1/+1
2012-05-25fdo#50183 Use one sheet as default in CalcStefan Knorr (astron)1-1/+1
2012-04-26No need for these warnings.Kohei Yoshida1-1/+0
2012-04-15Fix 2 "scope of the variable can be reduced"Julien Nabet1-1/+1
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner1-0/+209