summaryrefslogtreecommitdiff
path: root/sc/source/filter/qpro/qproform.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-1/+1
2013-09-09CID#1079180 initialize bufferCaolán McNamara1-1/+2
2013-09-09CID#1079181 initialize bufferCaolán McNamara1-9/+9
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-1/+1
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-18/+12
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-19remove some UniString ctorsCaolán McNamara1-1/+1
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-21needs more work firstCaolán McNamara1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-14ByteString->rtl::OString[Buffer]Caolán McNamara1-4/+4