summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2019-01-03Get rid of ScStringUtil::GetQuotedTokenCount()Matteo Casalin
2018-12-30tdf#112484: repeat-item-labels is invalid in odf1.2 strictJulien Nabet
2018-12-30tdf#114919: fix ods export in ODF 1.2 strictJulien Nabet
2018-12-27Use appropriate STL function for searching in sorted listArkadiy Illarionov
2018-12-26tdf#122331 Autofilter disappeared after export to XLSXNoel Grandin
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-12-22Rework Data -> Statistics dialog, add WithReplacement and KeepOrderEike Rathke
2018-12-21Data -> Statistics: sample random values in random orderEike Rathke
2018-12-21pass ScAddress around using boost::optionalNoel Grandin
2018-12-21loplugin:unusedfieldsNoel Grandin
2018-12-21Rename PerformRandomSampling() to PerformRandomSamplingKeepOrder()Eike Rathke
2018-12-20Resolves: tdf#114695 limit width of this comboCaolán McNamara
2018-12-20sc: Simplify RemoveSubTotalsHandler using std::setTakeshi Abe
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen
2018-12-19Turn OSL_ENSURE(IsCalculated()) into assert()Eike Rathke
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2018-12-14lok: Insert shape at the positon of the selected cellTamás Zolnai
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák
2018-12-14optimize expensive EndListener() calls (tdf#102364)Luboš Luňák
2018-12-14Use ScFunctionData and thus Welford in ConsolidationEike Rathke
2018-12-14coverity#1441522 FontWorkGalleryDialog mpSdrView member is never nullCaolán McNamara
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
2018-12-13Remove moot commentEike Rathke
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke
2018-12-13Add SUBTOTAL_FUNC_SELECTION_COUNT to ScFunctionData::update() and getResult()Eike Rathke
2018-12-13Introduce ScFunctionData::update() and getResult()Eike Rathke
2018-12-13sc: Use std::find() to simplify codeTakeshi Abe
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-12-13loplugin:constantparamNoel Grandin
2018-12-12Reset WelfordRunner in ScDPAggData::Reset()Eike Rathke
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke
2018-12-11crashtesting: ooo55266-3.ods some members are nullptrKatarina Behrens
2018-12-11find-unneeded-includes: Avoid proposing o3tl fw declarationGabor Kelemen
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-10loplugin:unusedfieldsNoel Grandin
2018-12-08Resolves: tdf#80583 create range list string with proper delimiterEike Rathke
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-12-08tdf#39674 Translate German variable namesJohnny_M
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann