summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann4-13/+24
2018-11-11Removed repeated semicolonAndrea Gelmini10-13/+13
2018-11-11cppCheck redundantAssignment variable bUseCustomLabelZdibák Zoltán1-2/+1
2018-11-11cppCheck narrowed variableScope rEntryZdibák Zoltán1-2/+2
2018-11-11cppCheck bRet reassigned before usedZdibák Zoltán1-1/+0
2018-11-11NB tabbed: update calc and impress layoutandreas kainz2-10/+111
2018-11-11cppCheck redundantAssignmentZdibák Zoltán1-5/+2
2018-11-11cppCheck redundantAssignmentZdibák Zoltán1-3/+1
2018-11-11cppCheck redundantAssignment variable pContextZdibák Zoltán1-3/+1
2018-11-11cppCheck redundantAssignment variable bSuccessZdibák Zoltán1-2/+1
2018-11-11cppCheck redundantAssignment variable pCloneZdibák Zoltán1-3/+1
2018-11-11cppCheck redundantAssignment pParseNodeZdibák Zoltán1-2/+1
2018-11-11Fix typoAndrea Gelmini1-3/+3
2018-11-11tdf#120703 PVS: remove non-functional checkMike Kaganski1-4/+0
2018-11-11tdf#120703 PVS: V555Mike Kaganski1-28/+33
2018-11-11NB Tabbed Table: remove separator in writer NBandreas kainz1-61/+61
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai35-73/+65
2018-11-10Fix typo in commentMatteo Casalin1-1/+1
2018-11-10Fix whitespacesMatteo Casalin1-1/+2
2018-11-10Optimize OUStringsMatteo Casalin1-64/+27
2018-11-10Avoid getTokenCountMatteo Casalin1-5/+8
2018-11-10Use indexed getTokenMatteo Casalin1-4/+5
2018-11-10Avoid getToken to just get last tokenMatteo Casalin1-2/+2
2018-11-10Avoid getToken to just get last tokenMatteo Casalin1-1/+1
2018-11-10Remove unneeded castMatteo Casalin1-1/+1
2018-11-10Take advantage of already calculated indexMatteo Casalin1-2/+1
2018-11-10Loop only if string length is the desired oneMatteo Casalin1-9/+11
2018-11-10Avoid getTokenCount()Matteo Casalin1-8/+4
2018-11-10Early bailoutMatteo Casalin1-8/+5
2018-11-10Avoid getTokenCount()Matteo Casalin1-8/+22
2018-11-10Avoid temporary (that introduces downcast)Matteo Casalin1-2/+1
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin1-1/+1
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin1-1/+1
2018-11-10Avoid getTokenCount()Matteo Casalin1-4/+3
2018-11-10Avoid getTokenCount() to check for single tokenMatteo Casalin1-2/+2
2018-11-10Use already available start index of substringMatteo Casalin1-4/+3
2018-11-10Fix double ;Matteo Casalin1-1/+1
2018-11-10Avoid getTokenCount()Matteo Casalin1-1/+1
2018-11-10tdf#121263 Calc crashes when hide multiple sheetsNoel Grandin1-1/+2
2018-11-10Unit test for array of references in ForceArray, tdf#120895, tdf#58874Eike Rathke1-0/+14
2018-11-10tdf#121288: ReplaceFile WinAPI doesn't play nicely with WebDAV mapped drivesMike Kaganski1-6/+9
2018-11-10tdf#120703 PVS: drop dead code.Mike Kaganski3-20/+7
2018-11-10tdf#120703 PVS: make ImplGet(Cleaned)FieldUnits return referenceMike Kaganski4-44/+31
2018-11-10tdf#121287 Use correct markers on tail of legacy calloutRegina Henschel1-10/+5
2018-11-10tdf#121271 Use correct handles for arc in 'Edit Point' modeRegina Henschel1-5/+1
2018-11-10tdf#121258 Use correct kind of handles for legacy rectangleRegina Henschel1-28/+24
2018-11-10tdf120965 Simplify SdrPathObj::AddToHdlList()Regina Henschel1-44/+27
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski68-1394/+1026
2018-11-10tdf#120703 PVS: silence a V555Mike Kaganski1-1/+1
2018-11-10tdf#120703 PVS: make selection type detection more readableMike Kaganski2-134/+124