summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpdimsave.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-14/+15
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-3/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-10-20use tools::Long in scNoel1-11/+11
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-15/+15
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2019-03-26No need in function object; just use range-based loopMike Kaganski1-16/+2
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-74/+50
2018-12-13sc: Use std::find() to simplify codeTakeshi Abe1-7/+6
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+0
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-12/+0
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-7/+8
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-8/+8
2017-07-14use more OUString::operator== in scNoel Grandin1-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-0/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel Grandin1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-4/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-9/+9
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-12/+0
2014-03-03Remove visual noise from scAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida1-2/+2
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-45/+45
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-03-16Resolves: #i119460# Use localized strings on Data Pilot fields grouped by dateAriel Constenla-Haile1-8/+25
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1