summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2016-10-11loplugin:constantfunctionNoel Grandin2-4/+4
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-5/+5
2016-10-07Resolves: tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchangedEike Rathke1-0/+4
2016-10-07tdf#101562 inserting within an entire col/row reference needs to flag changeEike Rathke1-4/+17
2016-10-06Resolves: tdf#76836 use text format only for text contentEike Rathke1-19/+4
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke1-4/+4
2016-10-05tdf#101943 Make Calc functions BETAINV and BETA.INV comply withWinfried Donkers1-13/+9
2016-10-05convert MapUnit to scoped enumNoel Grandin2-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann5-14/+14
2016-10-04tdf#93894: Get column labels to work with formula groups.Kohei Yoshida1-14/+6
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard1-3/+19
2016-09-26convert PAINT constants to typed_flagsNoel Grandin2-2/+2
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin3-30/+30
2016-09-23convert formula error codes to scoped enumNoel Grandin21-1033/+1033
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke7-13/+8
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans1-27/+11
2016-09-22tdf#101894 Copying a single sheet with a chart on it garbles the chartNoel Grandin1-7/+3
2016-09-21reorg of code can drop the special msvc warnings handlingCaolán McNamara1-50/+41
2016-09-20sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke1-1/+2
2016-09-20sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numericEike Rathke1-4/+44
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-8/+8
2016-09-19in GetInt...() check !isFinite() instead of isNan()Eike Rathke1-7/+12
2016-09-19Resolves: tdf#100409 do not return coded double error for single matrix valueEike Rathke1-2/+24
2016-09-16tdf#101541 function WORKDAY.INTL not working properlyWinfried Donkers1-17/+13
2016-09-16tdf#101855 BETA.DIST: apply same constraints as Excel does.Winfried Donkers1-20/+5
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-1/+1
2016-09-14loplugin:constantparamNoel Grandin2-14/+9
2016-09-12fix bug in ScDBExternalRange::findFieldColumnNoel Grandin1-1/+1
2016-09-12cppcheck: variable scopeJochen Nitschke1-2/+1
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke9-291/+112
2016-09-10loplugin:constantparam in scNoel Grandin2-5/+4
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-2/+2
2016-09-01remove now pointless comment about alignment boundariesEike Rathke1-4/+1
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna1-0/+52
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann5-16/+16
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-3/+3
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin3-3/+3
2016-08-29tdf#93329 : Fixes FTest algorithmic bugDennis Francis1-1/+2
2016-08-26handle overwriting of symbols/opcodes in symbol map for known casesEike Rathke1-0/+18
2016-08-25use PushTokenRef()Eike Rathke1-1/+1
2016-08-25ditch the now unused ever cloning PushTempToken(const formula::FormulaToken&)Eike Rathke1-6/+0
2016-08-25use PushTokenRef() instead of PushTempToken(const formula::FormulaToken&)Eike Rathke1-5/+5
2016-08-25use PushWithoutError() when fishing from and pushing to the stackEike Rathke1-3/+3
2016-08-25move the nCurFmtType=UNDEFINED from PushWithoutError()Eike Rathke1-1/+1
2016-08-25ScInterpreter::Push() with const FormulaToken&Eike Rathke2-6/+3
2016-08-25away with the unconst castEike Rathke1-1/+1
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke8-92/+125
2016-08-23use PushTempTokenWithoutError() instead of PushWithoutError()Eike Rathke1-1/+1