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