summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dputil.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2020-10-20use tools::Long in scNoel1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-2/+0
2018-08-28Use tools::Time::GetClock() to obtain hour,minute,secondEike Rathke1-6/+7
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-12-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+7
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-1/+1
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke1-2/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-39/+16
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-4/+26
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke1-0/+3
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai1-5/+9
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-6/+6
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-5/+5
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida1-5/+8
2013-12-12remove unnecessary castsNoel Grandin1-2/+2
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida1-0/+21
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-10-23convert code to use OUString::endsWithNoel Grandin1-5/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-1/+58
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida1-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+20
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-3/+3
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara1-1/+1
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida1-0/+74
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida1-0/+142
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-3/+26