summaryrefslogtreecommitdiff
path: root/sc/source/filter/qpro/qproform.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+1
2019-11-04fix ODR violationNoel Grandin1-3/+3
2019-10-17Don't use uninitialized memory when reading from the stream failsStephan Bergmann1-5/+9
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+2
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-1/+1
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen1-3/+0
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-2/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-01Author was too dumb to adjust a copy-pasta digitEike Rathke1-2/+2
2018-02-01ofz: do not force non-existent parameters into the TokenPoolEike Rathke1-12/+21
2018-01-31ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke1-1/+5
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-10-27ofz#2947 check for input stream endEike Rathke1-1/+13
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-3/+3
2017-02-15convert ConvErr to scoped enumNoel Grandin1-6/+6
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-1/+1
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-1/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke1-1/+1
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-1/+1
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière1-1/+1
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière1-2/+2
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename Laufz to DurationLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename BW to PVLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière1-2/+2
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-29coverity#1210163 Uninitialized scalar variableCaolán McNamara1-1/+2
2014-04-29coverity#1210164 Uninitialized scalar variableCaolán McNamara1-1/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-2/+2
2014-04-01coverity#704264 Logically dead codeCaolán McNamara1-7/+0
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-8/+8
2014-01-28bool improvementsStephan Bergmann1-1/+1