| Location | Code | Message | ||
|---|---|---|---|---|
| General Analysis (GA) | ||||
AccessibleBrowseBox.cxx (111) |
V547 | Expression 'nChildIndex >= 0' is always true. | ||
AccessibleGridControlTable.cxx (80) |
V728 | An excessive check can be simplified. The '(A && !B) || (!A && B)' expression is equivalent to the 'bool(A) != bool(B)' expression. | ||
textwindowaccessibility.cxx (218) |
V503 | This is a nonsensical comparison: pointer >= 0. | ||
textwindowaccessibility.cxx (219) |
V503 | This is a nonsensical comparison: pointer >= 0. | ||
textwindowaccessibility.cxx (1346) |
V503 | This is a nonsensical comparison: pointer >= 0. | ||
textwindowaccessibility.cxx (1348) |
V503 | This is a nonsensical comparison: pointer >= 0. | ||
textwindowaccessibility.cxx (1008) |
V557 | Array overrun is possible. The 'nLength' index is pointing beyond array bound. | ||
textwindowaccessibility.cxx (1009) |
V557 | Array overrun is possible. The 'nLength' index is pointing beyond array bound. | ||
textwindowaccessibility.cxx (1015) |
V557 | Array overrun is possible. The 'nLength' index is pointing beyond array bound. | ||
textwindowaccessibility.cxx (2137) |
V1037 | Two or more case-branches perform the same actions. Check lines: 2137, 2145 | ||
vclxaccessiblebox.cxx (498) |
V560 | A part of conditional expression is always true: m_aBoxType == LISTBOX. | ||
vclxaccessibleedit.cxx (61) |
V1053 | Calling the 'getCaretPosition' virtual function in the constructor may lead to unexpected result at runtime. | ||
vclxaccessiblelistitem.cxx (581) |
V547 | Expression 'm_nClientId' is always true. | ||
vclxaccessiblelistitem.cxx (157) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 153, 157. | ||
animcore.cxx (752) |
V509 | The 'new' operator is used in the noexcept 'initTypeProvider' function. It should be located inside the try..catch block, as it could potentially generate an exception. | ||
mediacontrol.cxx (52) |
V1053 | Calling the 'InitializeWidgets' virtual function in the constructor may lead to unexpected result at runtime. | ||
mediaplayer.cxx (139) |
V530 | The return value of function 'ExecuteList' is required to be utilized. | ||
mediatoolbox.cxx (53) |
V1053 | Calling the 'SetSizePixel' virtual function in the constructor may lead to unexpected result at runtime. | ||
gstplayer.cxx (679) |
V636 | The expression was implicitly cast from 'long' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
gstplayer.cxx (715) |
V636 | The expression was implicitly cast from 'long' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
gstplayer.cxx (896) |
V1019 | Compound assignment expression 'rArguments[3] >>= pIntPtr' is used inside condition. | ||
IDEComboBox.cxx (156) |
V1053 | Calling the 'FillBox' virtual function in the constructor may lead to unexpected result at runtime. | ||
IDEComboBox.cxx (166) |
V1053 | Calling the 'SetSizePixel' virtual function in the constructor may lead to unexpected result at runtime. | ||
IDEComboBox.cxx (397) |
V1053 | Calling the 'FillBox' virtual function in the constructor may lead to unexpected result at runtime. | ||
IDEComboBox.cxx (399) |
V1053 | Calling the 'SetSizePixel' virtual function in the constructor may lead to unexpected result at runtime. | ||
ObjectCatalog.cxx (38) |
V1053 | Calling the 'SetText' virtual function in the constructor may lead to unexpected result at runtime. | ||
baside2.cxx (187) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
baside2.cxx (188) |
V530 | The return value of function 'remove' is required to be utilized. | ||
baside2.cxx (364) |
V530 | The return value of function 'ChooseMacro' is required to be utilized. | ||
baside2.hxx (308) |
V1071 | Consider inspecting the 'XModule' function. The return value is not always used. Total calls: 15, discarded results: 1. | ||
baside2b.cxx (2733) |
V530 | The return value of function 'append' is required to be utilized. | ||
baside2b.cxx (2813) |
V530 | The return value of function 'remove' is required to be utilized. | ||
baside2b.cxx (260) |
V1053 | Calling the 'SetPointer' virtual function in the constructor may lead to unexpected result at runtime. | ||
baside2b.cxx (1926) |
V1053 | Calling the 'SetText' virtual function in the constructor may lead to unexpected result at runtime. | ||
baside2b.cxx (2743) |
V1037 | Two or more case-branches perform the same actions. Check lines: 2743, 2797 | ||
baside2b.cxx (2542) |
V1048 | The 'eEnableChildren' variable was assigned the same value. | ||
baside3.cxx (172) |
V530 | The return value of function 'Execute' is required to be utilized. | ||
basides1.cxx (365) |
V530 | The return value of function 'ChooseMacro' is required to be utilized. | ||
basides1.cxx (917) |
V1037 | Two or more case-branches perform the same actions. Check lines: 917, 945 | ||
basidesh.cxx (132) |
V1019 | Compound assignment expression 'Event.Accessor >>= sModuleName' is used inside condition. | ||
basidesh.cxx (139) |
V1019 | Compound assignment expression 'Event.Accessor >>= sModuleName' is used inside condition. | ||
basobj2.cxx (392) |
V595 | The 'pMethod' pointer was utilized before it was verified against nullptr. Check lines: 392, 394. | ||
basobj3.cxx (120) |
V522 | There might be dereferencing of a potential null pointer 'pBasic'. | ||
bastype3.cxx (303) |
V1037 | Two or more case-branches perform the same actions. Check lines: 303, 315 | ||
linenumberwindow.cxx (25) |
V1053 | Calling the 'EnableRTL' virtual function in the constructor may lead to unexpected result at runtime. | ||
localizationmgr.cxx (366) |
V547 | Expression 'eType == TypeClass_SEQUENCE' is always true. | ||
scriptdocument.cxx (1026) |
V547 | Expression '_eType == NoDocument' is always true. | ||
dlged.cxx (478) |
V560 | A part of conditional expression is always true: nHeight == 0. | ||
dlged.cxx (478) |
V560 | A part of conditional expression is always true: nWidth == 0. | ||
dlgedobj.cxx (616) |
V547 | Expression 'nNewTabIndex < 0' is always false. | ||
dlgedobj.cxx (1322) |
V547 | Expression 'nNewValue < 1' is always true. | ||
dlgedobj.cxx (1327) |
V547 | Expression 'nNewValue < 1' is always true. | ||
dlgedobj.cxx (194) |
V547 | Expression 'bDecoration' is always true. | ||
dlgedobj.cxx (242) |
V547 | Expression 'bDecoration' is always true. | ||
dlgedobj.cxx (299) |
V547 | Expression 'bDecoration' is always true. | ||
dlgedobj.cxx (348) |
V547 | Expression 'bDecoration' is always true. | ||
dlgedobj.cxx (459) |
V547 | Expression 'nNewValue < 1' is always true. | ||
dlgedobj.cxx (466) |
V547 | Expression 'nNewValue < 1' is always true. | ||
bcolormodifier.cxx (336) |
V530 | The return value of function 'clamp' is required to be utilized. | ||
bcolormodifier.cxx (463) |
V681 | The language standard does not define an order in which the 'nextafter' functions will be called during evaluation of arguments. | ||
bcolormodifier.cxx (471) |
V681 | The language standard does not define an order in which the 'nextafter' functions will be called during evaluation of arguments. | ||
b3dhommatrix.cxx (352) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dhommatrix.cxx (353) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dhommatrix.cxx (357) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dhommatrix.cxx (361) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dhommatrix.cxx (404) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dhommatrix.cxx (423) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dhommatrix.cxx (464) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dlinegeometry.cxx (351) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dlinegeometry.cxx (352) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dlinegeometry.cxx (574) |
V530 | The return value of function 'setLength' is required to be utilized. | ||
b2dlinegeometry.cxx (861) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dlinegeometry.cxx (862) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dpolygontools.cxx (2639) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dpolygontools.cxx (2640) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dpolygontools.cxx (2691) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dpolygontools.cxx (2692) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dpolygontools.cxx (2762) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dsvgpolypolygon.cxx (40) |
V530 | The return value of function 'append' is required to be utilized. | ||
b2dsvgpolypolygon.cxx (44) |
V530 | The return value of function 'append' is required to be utilized. | ||
b2dsvgpolypolygon.cxx (56) |
V530 | The return value of function 'append' is required to be utilized. | ||
b2dsvgpolypolygon.cxx (58) |
V530 | The return value of function 'append' is required to be utilized. | ||
b2dsvgpolypolygon.cxx (710) |
V530 | The return value of function 'append' is required to be utilized. | ||
b2dtrapezoid.cxx (1000) |
V530 | The return value of function 'setLength' is required to be utilized. | ||
b3dpolygon.cxx (148) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dpolygontools.cxx (311) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dpolypolygontools.cxx (224) |
V1051 | Consider checking for misprints. It's possible that the 'nHorSeg' should be checked here. | ||
b3dpolypolygontools.cxx (323) |
V1051 | Consider checking for misprints. It's possible that the 'nHorSeg' should be checked here. | ||
rasterconvert3d.cxx (226) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
systemdependentdata.cxx (63) |
V547 | Expression '0 != nBytes' is always true. | ||
tools.cxx (99) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b2dvector.cxx (142) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
b3dvector.cxx (53) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
B2DSizeTest.cxx (76) |
V501 | There are identical sub-expressions to the left and to the right of the '==' operator: aSize == aSize | ||
B2DTupleTest.cxx (165) |
V501 | There are identical sub-expressions to the left and to the right of the '==' operator: aTuple == aTuple | ||
B2DTupleTest.cxx (174) |
V501 | There are identical sub-expressions to the left and to the right of the '==' operator: aTupleInt == aTupleInt | ||
B2DTupleTest.cxx (183) |
V501 | There are identical sub-expressions to the left and to the right of the '==' operator: aTuple64 == aTuple64 | ||
B3DTupleTest.cxx (129) |
V501 | There are identical sub-expressions to the left and to the right of the '==' operator: aTuple == aTuple | ||
B3DTupleTest.cxx (135) |
V501 | There are identical sub-expressions to the left and to the right of the '!=' operator: aTuple != aTuple | ||
B3DTupleTest.cxx (144) |
V501 | There are identical sub-expressions to the left and to the right of the '==' operator: aTupleInt == aTupleInt | ||
B3DTupleTest.cxx (150) |
V501 | There are identical sub-expressions to the left and to the right of the '!=' operator: aTupleInt != aTupleInt | ||
BColorModifierTest.cxx (80) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (107) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (134) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (135) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (198) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (230) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (262) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (296) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (329) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (362) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
BColorModifierTest.cxx (388) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the '==' function. | ||
basmgr.cxx (1524) |
V530 | The return value of function 'remove' is required to be utilized. | ||
basmgr.cxx (1525) |
V530 | The return value of function 'remove' is required to be utilized. | ||
basmgr.cxx (1746) |
V1004 | The 'mpLib' pointer was used unsafely after it was verified against nullptr. Check lines: 1741, 1746. | ||
eventatt.cxx (303) |
V530 | The return value of function 'Call' is required to be utilized. | ||
sb.cxx (1564) |
V530 | The return value of function 'remove' is required to be utilized. | ||
sb.cxx (1565) |
V530 | The return value of function 'insert' is required to be utilized. | ||
sb.cxx (892) |
V1053 | Calling the 'SetParent' virtual function in the constructor may lead to unexpected result at runtime. | ||
sbunoobj.cxx (293) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbunoobj.cxx (4237) |
V530 | The return value of function 'Call' is required to be utilized. | ||
sbunoobj.cxx (4268) |
V530 | The return value of function 'Call' is required to be utilized. | ||
sbunoobj.cxx (4336) |
V530 | The return value of function 'Call' is required to be utilized. | ||
sbunoobj.cxx (2268) |
V595 | The 'pParams' pointer was utilized before it was verified against nullptr. Check lines: 2268, 2280. | ||
sbxmod.cxx (246) |
V530 | The return value of function 'Call' is required to be utilized. | ||
sbxmod.cxx (821) |
V1051 | Consider checking for misprints. It's possible that the 'eCurTok' should be checked here. | ||
codegen.cxx (219) |
V530 | The return value of function 'append' is required to be utilized. | ||
codegen.cxx (221) |
V530 | The return value of function 'append' is required to be utilized. | ||
exprnode.cxx (390) |
V636 | The 'll / lr' expression was implicitly cast from 'long' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
exprtree.cxx (802) |
V1077 | The 'SbiConstExpression' constructor contains potentially uninitialized members. Inspect the following: eType. | ||
scanner.cxx (594) |
V530 | The return value of function 'append' is required to be utilized. | ||
symtbl.cxx (142) |
V1029 | Numeric Truncation Error. Return value of the 'size' function is written to the 16-bit variable. | ||
symtbl.cxx (153) |
V1029 | Numeric Truncation Error. Return value of the 'size' function is written to the 16-bit variable. | ||
symtbl.cxx (178) |
V1029 | Numeric Truncation Error. Return value of the 'size' function is written to the 16-bit variable. | ||
symtbl.cxx (204) |
V1029 | Numeric Truncation Error. Return value of the 'size' function is written to the 16-bit variable. | ||
runtime.hxx (341) |
V1071 | Consider inspecting the 'PopVar' function. The return value is not always used. Total calls: 60, discarded results: 2. | ||
token.hxx (119) |
V1071 | Consider inspecting the 'Peek' function. The return value is not always used. Total calls: 32, discarded results: 1. | ||
ddectrl.cxx (79) |
V530 | The return value of function 'TerminateAll' is required to be utilized. | ||
iosys.cxx (514) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
iosys.cxx (530) |
V530 | The return value of function 'Read' is required to be utilized. | ||
iosys.cxx (606) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: pChan. | ||
methods.cxx (136) |
V530 | The return value of function 'append' is required to be utilized. | ||
methods.cxx (1108) |
V530 | The return value of function 'remove' is required to be utilized. | ||
methods.cxx (1109) |
V530 | The return value of function 'insert' is required to be utilized. | ||
methods.cxx (1249) |
V530 | The return value of function 'append' is required to be utilized. | ||
methods.cxx (1255) |
V530 | The return value of function 'append' is required to be utilized. | ||
methods.cxx (1322) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
methods.cxx (1497) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
methods.cxx (1510) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
methods.cxx (3288) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
methods.cxx (3294) |
V530 | The return value of function 'append' is required to be utilized. | ||
methods.cxx (3296) |
V530 | The return value of function 'insert' is required to be utilized. | ||
methods.cxx (3299) |
V530 | The return value of function 'append' is required to be utilized. | ||
methods.cxx (3220) |
V1048 | The 'bIncludeLeadingDigit' variable was assigned the same value. | ||
methods1.cxx (203) |
V530 | The return value of function 'Call' is required to be utilized. | ||
methods1.cxx (1249) |
V1037 | Two or more case-branches perform the same actions. Check lines: 1249, 1277 | ||
runtime.cxx (1458) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1467) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1472) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1476) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1484) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1490) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1503) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (1506) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (2056) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
runtime.cxx (2092) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
runtime.cxx (2097) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (2500) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (2719) |
V530 | The return value of function 'append' is required to be utilized. | ||
runtime.cxx (2722) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
runtime.cxx (2971) |
V530 | The return value of function 'truncateToLength' is required to be utilized. | ||
runtime.cxx (2975) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
runtime.cxx (4577) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
runtime.cxx (4623) |
V595 | The 'pProp' pointer was utilized before it was verified against nullptr. Check lines: 4623, 4629. | ||
runtime.cxx (1642) |
V522 | There might be dereferencing of a potential null pointer 'pUnoStructVal'. | ||
runtime.cxx (2977) |
V1001 | The 's' variable is assigned but is not used by the end of the function. | ||
runtime.cxx (3744) |
V1051 | Consider checking for misprints. It's possible that the 'aMethName' should be checked here. | ||
sbxcurr.cxx (43) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxcurr.cxx (51) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxcurr.cxx (53) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxcurr.cxx (54) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxcurr.cxx (66) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxcurr.cxx (67) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxexec.cxx (159) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (129) |
V530 | The return value of function 'remove' is required to be utilized. | ||
sbxform.cxx (136) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (623) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (639) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (655) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (669) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (712) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (717) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (731) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (754) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (764) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (771) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (775) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (790) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (801) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (810) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (823) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxform.cxx (569) |
V1029 | Numeric Truncation Error. Return value of the 'size' function is written to the 16-bit variable. | ||
sbxobj.cxx (472) |
V1004 | The 'pVar' pointer was used unsafely after it was verified against nullptr. Check lines: 458, 472. | ||
sbxscan.cxx (121) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (123) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (125) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (130) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (159) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (226) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (386) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (391) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxscan.cxx (393) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxstr.cxx (313) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxstr.cxx (324) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxvalue.cxx (1276) |
V1037 | Two or more case-branches perform the same actions. Check lines: 1276, 1408 | ||
sbxvalue.cxx (1434) |
V1037 | Two or more case-branches perform the same actions. Check lines: 1434, 1510 | ||
sbxvar.cxx (231) |
V530 | The return value of function 'append' is required to be utilized. | ||
sbxvar.cxx (264) |
V530 | The return value of function 'append' is required to be utilized. | ||
namecont.cxx (1604) |
V530 | The return value of function 'createAppLibraryFolder' is required to be utilized. | ||
namecont.cxx (1673) |
V530 | The return value of function 'createAppLibraryFolder' is required to be utilized. | ||
namecont.cxx (1965) |
V530 | The return value of function 'implStorePasswordLibrary' is required to be utilized. | ||
namecont.cxx (2266) |
V530 | The return value of function 'createAppLibraryFolder' is required to be utilized. | ||
namecont.cxx (2765) |
V530 | The return value of function 'implStorePasswordLibrary' is required to be utilized. | ||
bridge.cxx (846) |
V1053 | Calling the 'dispose' virtual function in the destructor may lead to unexpected result at runtime. | ||
bridge.cxx (920) |
V779 | Unreachable code detected. It is possible that an error is present. | ||
callvirtualmethod.cxx (170) |
V615 | An odd explicit conversion from 'double *' type to 'float *' type. | ||
cpp2uno.cxx (161) |
V505 | The 'alloca' function is used inside the loop. This can quickly overflow stack. | ||
cpp2uno.cxx (168) |
V505 | The 'alloca' function is used inside the loop. This can quickly overflow stack. | ||
except.cxx (64) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
except.cxx (67) |
V530 | The return value of function 'append' is required to be utilized. | ||
rtti.cxx (124) |
V530 | The return value of function 'append' is required to be utilized. | ||
rtti.cxx (129) |
V530 | The return value of function 'append' is required to be utilized. | ||
rtti.cxx (95) |
V575 | The null pointer is passed into 'dlopen' function. Inspect the first argument. | ||
rtti.cxx (245) |
V629 | Consider inspecting the expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type. | ||
rtti.cxx (258) |
V1098 | The emplace function call contains potentially dangerous move operation. Moved object can be destroyed even if there is no insertion. Check the 'std::move(newRtti)' argument. | ||
uno2cpp.cxx (159) |
V505 | The 'alloca' function is used inside the loop. This can quickly overflow stack. | ||
uno2cpp.cxx (199) |
V505 | The 'alloca' function is used inside the loop. This can quickly overflow stack. | ||
uno2cpp.cxx (208) |
V505 | The 'alloca' function is used inside the loop. This can quickly overflow stack. | ||
component.cxx (49) |
V530 | The return value of function 'append' is required to be utilized. | ||
vtablefactory.cxx (311) |
V560 | A part of conditional expression is always true: block.fd != - 1. | ||
jni_info.cxx (122) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.cxx (128) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.cxx (131) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (252) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (255) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (258) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (261) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (265) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (269) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (273) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (276) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (279) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (308) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (323) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (328) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (348) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_info.h (353) |
V530 | The return value of function 'append' is required to be utilized. | ||
jni_java2uno.cxx (207) |
V505 | The 'alloca' function is used inside the loop. This can quickly overflow stack. | ||
jni_java2uno.cxx (191) |
V1032 | The pointer 'mem' is cast to a more strictly aligned pointer type. | ||
nativethreadpool.cxx (133) |
V572 | It is odd that the object which was created using 'new' operator is immediately cast to another type. | ||
canvastest.cxx (46) |
V530 | The return value of function 'compressAsPNG' is required to be utilized. | ||
cairo_canvas.cxx (71) |
V547 | Expression 'pOutDev != nullptr' is always false. | ||
cairo_canvashelper.cxx (171) |
V1037 | Two or more case-branches perform the same actions. Check lines: 171, 177 | ||
cairo_canvashelper.cxx (174) |
V1048 | The 'compositingMode' variable was assigned the same value. | ||
cairo_canvashelper_text.cxx (68) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
ogl_canvascustomsprite.cxx (76) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
ogl_canvashelper.cxx (161) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
ogl_canvashelper.cxx (305) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
ogl_canvashelper.cxx (860) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
cachedprimitivebase.cxx (57) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
cachedprimitivebase.cxx (59) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
canvascustomspritehelper.cxx (74) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
canvascustomspritehelper.cxx (243) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
canvascustomspritehelper.cxx (275) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
canvastools.cxx (127) |
V530 | The return value of function 'getRenderStateTransform' is required to be utilized. | ||
canvastools.cxx (136) |
V530 | The return value of function 'getRenderStateTransform' is required to be utilized. | ||
canvastools.cxx (146) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
canvastools.cxx (147) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
canvastools.cxx (830) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
canvastools.cxx (1106) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
canvastools.cxx (1108) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
pagemanager.cxx (74) |
V678 | An object is used as an argument to its own method. Consider checking the first actual argument of the 'free' function. | ||
spriteredrawmanager.cxx (90) |
V1056 | The predefined identifier '__func__' always contains the string 'operator()' inside function body of the overloaded 'operator()'. | ||
canvas.cxx (67) |
V547 | Expression '!pOutDev' is always true. | ||
canvashelper.cxx (313) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
canvashelper.cxx (651) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
canvashelper.cxx (799) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
canvashelper_texturefill.cxx (133) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
canvashelper_texturefill.cxx (692) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
canvashelper_texturefill.cxx (696) |
V530 | The return value of function 'homMatrixFromAffineMatrix' is required to be utilized. | ||
canvashelper_texturefill.cxx (703) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
canvashelper_texturefill.cxx (767) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
canvashelper_texturefill.cxx (810) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
canvashelper_texturefill.cxx (871) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
canvashelper_texturefill.cxx (895) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
impltools.cxx (95) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
impltools.cxx (204) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
impltools.cxx (232) |
V530 | The return value of function 'calcTransformedRectBounds' is required to be utilized. | ||
impltools.cxx (241) |
V530 | The return value of function 'calcRectToOriginTransform' is required to be utilized. | ||
spritecanvas.cxx (84) |
V547 | Expression '!pOutDev' is always true. | ||
textlayout.cxx (423) |
V530 | The return value of function 'mergeViewAndRenderTransform' is required to be utilized. | ||
canvasdemo.cxx (63) |
V1053 | Calling the 'SetText' virtual function in the constructor may lead to unexpected result at runtime. | ||
canvasdemo.cxx (64) |
V1053 | Calling the 'SetSizePixel' virtual function in the constructor may lead to unexpected result at runtime. | ||
PivotChartTest.cxx (316) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
PivotChartTest.cxx (375) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2_trendcalculators.cxx (63) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (272) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (385) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (479) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (551) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (624) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (707) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (777) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (842) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (915) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (988) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2dump.cxx (1080) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (194) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (230) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (253) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (261) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (269) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (277) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (312) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (328) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (340) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (348) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (359) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (408) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (423) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (435) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (447) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (461) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (496) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (510) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (519) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (529) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (540) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (551) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (561) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (571) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (580) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (595) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (607) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (620) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (631) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (678) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (713) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (794) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (828) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (848) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (864) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (882) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (898) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (917) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (940) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (959) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (975) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (991) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1008) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1021) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1031) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1063) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1092) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1115) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1138) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1146) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1160) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1225) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1244) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1265) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1274) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1299) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (1317) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export.cxx (38) |
V614 | Uninitialized variable 'nErrorBarStyle' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export.cxx (1312) |
V614 | Uninitialized variable 'bInvertNeg' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export.cxx (1330) |
V614 | Uninitialized variable 'bInvertNeg' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export.cxx (1083) |
V519 | The 'aAny' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1080, 1083. | ||
chart2export.cxx (72) |
V547 | Expression 'bForceIntercept' is always false. | ||
chart2export.cxx (668) |
V1048 | The 'nNumFmt' variable was assigned the same value. | ||
chart2export2.cxx (34) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (55) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (83) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (117) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (125) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (137) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (148) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (158) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (169) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (202) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (214) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (225) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (349) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (363) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (381) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (406) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (431) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (456) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (482) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (547) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (561) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (579) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (603) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (616) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (638) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (649) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (664) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (675) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (687) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (720) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (753) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (764) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (779) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (794) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (807) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (819) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (835) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (849) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (873) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (883) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (897) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (917) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (956) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (970) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (997) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1009) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1024) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1039) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1054) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1079) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1094) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1110) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1133) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1143) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1156) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1174) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1196) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1214) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1224) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1251) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1281) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1291) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1308) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1323) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1344) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1417) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1442) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1457) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1485) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1513) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1541) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1557) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1626) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (1668) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export2.cxx (248) |
V614 | Uninitialized variable 'nFontSize' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (249) |
V614 | Uninitialized variable 'nFontColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (307) |
V614 | Uninitialized variable 'nCharUnderline' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (504) |
V614 | Uninitialized variable 'nFontSize' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (505) |
V614 | Uninitialized variable 'nFontColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1264) |
V614 | Uninitialized variable 'nFontSize' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1680) |
V614 | Uninitialized variable 'bHBorder' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1683) |
V614 | Uninitialized variable 'bVBorder' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1686) |
V614 | Uninitialized variable 'bOutline' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1689) |
V614 | Uninitialized variable 'bKeys' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1703) |
V614 | Uninitialized variable 'bHBorder' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1706) |
V614 | Uninitialized variable 'bVBorder' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1709) |
V614 | Uninitialized variable 'bOutline' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export2.cxx (1712) |
V614 | Uninitialized variable 'bKeys' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2export3.cxx (28) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (43) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (56) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (68) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (78) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (89) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (101) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (114) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (127) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (139) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (151) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (170) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (186) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (195) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (204) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (213) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (222) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (239) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (251) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (264) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (282) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (298) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (307) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (316) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (327) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (338) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (362) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (396) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (433) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (454) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (477) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (486) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (496) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (507) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (517) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (536) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (554) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (568) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (578) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (588) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (598) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (619) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (639) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (655) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (672) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (692) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (716) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2export3.cxx (870) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (76) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (105) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (136) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (154) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (171) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (203) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (238) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (257) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (290) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (319) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (352) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (390) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (437) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (470) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2geometry.cxx (368) |
V614 | Uninitialized variable 'nBorderWidth' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2geometry.cxx (373) |
V614 | Uninitialized variable 'nLineColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2geometry.cxx (383) |
V614 | Uninitialized variable 'nFillColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2geometry.cxx (407) |
V614 | Uninitialized variable 'nBorderWidth' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2geometry.cxx (412) |
V614 | Uninitialized variable 'nLineTransparency' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2geometry.cxx (417) |
V614 | Uninitialized variable 'nLineColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2geometry.cxx (428) |
V614 | Uninitialized variable 'nFillColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (69) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (118) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (147) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (188) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (216) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (227) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (238) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (249) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (259) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (268) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (284) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (310) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (327) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (340) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (362) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (376) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (393) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (419) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (458) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (524) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (536) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (596) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (608) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (624) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (686) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (699) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (728) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (740) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (751) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (768) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (779) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (799) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (810) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (838) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (861) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (879) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (888) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (919) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (936) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (964) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (981) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1001) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1015) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1032) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1074) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1092) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1109) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1127) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1179) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1200) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1224) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1247) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1259) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1271) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1285) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1299) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1317) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1335) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1361) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1387) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1402) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1417) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1429) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1441) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1456) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1471) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1488) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1505) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1537) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1569) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1595) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1628) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1676) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1689) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1709) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1725) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1731) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1750) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1842) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1897) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (1962) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2012) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2025) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2053) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2075) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2146) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2211) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (2293) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import.cxx (87) |
V614 | Uninitialized variable 'nErrorBarStyle' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (103) |
V614 | Uninitialized variable 'bVal' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (136) |
V614 | Uninitialized variable 'nErrorBarStyle' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (477) |
V614 | Uninitialized variable 'nNumberFormat' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (826) |
V614 | Uninitialized variable 'lineColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1069) |
V614 | Uninitialized variable 'nBackgroundColorofDatapoint' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1145) |
V614 | Uninitialized variable 'nNumberFormat' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1193) |
V614 | Uninitialized variable 'nNumberFormat' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1214) |
V614 | Uninitialized variable 'nNumberFormat' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1772) |
V614 | Uninitialized variable 'nFontSize' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1773) |
V614 | Uninitialized variable 'nFontColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1817) |
V614 | Uninitialized variable 'nCharUnderline' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1863) |
V614 | Uninitialized variable 'nFontSize' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (1864) |
V614 | Uninitialized variable 'nFontColor' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import.cxx (568) |
V1048 | The 'nNumberFormat' variable was assigned the same value. | ||
chart2import.cxx (587) |
V1048 | The 'nNumberFormat' variable was assigned the same value. | ||
chart2import2.cxx (33) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (54) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (71) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (98) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (113) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (128) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (143) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (158) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (187) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (203) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (218) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (231) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (243) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (271) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (300) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (317) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (348) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (371) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (387) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (408) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (431) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (454) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (472) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (484) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (504) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (524) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (560) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (601) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (623) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (639) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (659) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (678) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (705) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (718) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (745) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (773) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (791) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (811) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (856) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (871) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (905) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2import2.cxx (425) |
V614 | Uninitialized variable 'aPlacement' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import2.cxx (448) |
V614 | Uninitialized variable 'aPlacement' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
chart2import2.cxx (673) |
V614 | Uninitialized variable 'nFontSize' used. Consider checking the second actual argument of the 'assertEquals' function. | ||
charttest.hxx (351) |
V614 | Uninitialized variable 'fVal' used. Consider checking the first actual argument of the 'push_back' function. | ||
uichart.cxx (108) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (183) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (199) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (235) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (243) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (248) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (261) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (274) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (309) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (389) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (467) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
uichart.cxx (514) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (121) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (137) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (154) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (165) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (176) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (188) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (200) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (212) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (224) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (235) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (244) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
chart2xshape.cxx (255) |
V530 | The return value of function 'loadFromFile' is required to be utilized. | ||
AccessibleBase.cxx (762) |
V614 | Uninitialized variable 'aLStyle' used. | ||
AccessibleBase.cxx (768) |
V614 | Uninitialized variable 'aFStyle' used. | ||
AccessibleBase.cxx (324) |
V547 | Expression 'pParent' is always true. | ||
AreaWrapper.cxx (131) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (607) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (608) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (609) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (610) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (611) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (612) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (613) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (614) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (615) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (616) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (617) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (618) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (619) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (620) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisWrapper.cxx (382) |
V1048 | The 'eTitleType' variable was assigned the same value. | ||
ChartDocumentWrapper.cxx (723) |
V522 | There might be dereferencing of a potential null pointer 'xDiagram'. | ||
ChartDocumentWrapper.cxx (1203) |
V572 | It is odd that the object which was created using 'new' operator is immediately cast to another type. | ||
ChartDocumentWrapper.cxx (1396) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1397) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1398) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1399) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1400) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1401) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1402) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1403) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1404) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1405) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1406) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartDocumentWrapper.cxx (1407) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (625) |
V1019 | Compound assignment expression is used inside condition. | ||
DataSeriesPointWrapper.cxx (845) |
V1019 | Compound assignment expression is used inside condition. | ||
DataSeriesPointWrapper.cxx (726) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (728) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (729) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (738) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (739) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (740) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (741) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (742) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (743) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (744) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (745) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (746) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (748) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (749) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (750) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (751) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (752) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (753) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (754) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (757) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (758) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (759) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (760) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (761) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (762) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (763) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (764) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (765) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (767) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (768) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (769) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataSeriesPointWrapper.cxx (771) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1528) |
V547 | Expression 'nOldValue == nNewValue' is always false. | ||
DiagramWrapper.cxx (1887) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1888) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1889) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1890) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1891) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1892) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1893) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1894) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1895) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1896) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1897) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DiagramWrapper.cxx (1898) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
GridWrapper.cxx (144) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
LegendWrapper.cxx (80) |
V547 | Expression '!bShowLegend' is always false. | ||
LegendWrapper.cxx (379) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
LegendWrapper.cxx (380) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
LegendWrapper.cxx (383) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
LegendWrapper.cxx (384) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
LegendWrapper.cxx (185) |
V1048 | The 'eNewPos' variable was assigned the same value. | ||
TitleWrapper.cxx (524) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleWrapper.cxx (525) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleWrapper.cxx (526) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleWrapper.cxx (527) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WallFloorWrapper.cxx (120) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WallFloorWrapper.cxx (121) |
V1023 | A pointer without owner is added to the 'aWrappedProperties' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAutomaticPositionProperties.cxx (118) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (67) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (68) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (69) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (70) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (72) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (73) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (74) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (75) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (77) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (78) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (79) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (225) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (226) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (227) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (228) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (229) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (332) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (333) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (334) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (335) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (336) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedAxisAndGridExistenceProperties.cxx (258) |
V1048 | The 'm_eTitleType' variable was assigned the same value. | ||
WrappedCharacterHeightProperty.cxx (47) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedCharacterHeightProperty.cxx (48) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedCharacterHeightProperty.cxx (49) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedDataCaptionProperties.cxx (140) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedDataCaptionProperties.cxx (101) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (478) |
V547 | Expression 'bNeedToCalculateExplicitValues' is always true. | ||
WrappedScaleProperty.cxx (424) |
V560 | A part of conditional expression is always false: nIntervalCount > 0. | ||
WrappedScaleProperty.cxx (190) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedScaleProperty.cxx (423) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedScaleProperty.cxx (111) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (112) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (113) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (114) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (115) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (116) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (117) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (118) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (119) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (120) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (121) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (122) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (123) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (124) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (125) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleProperty.cxx (126) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedScaleTextProperties.cxx (134) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSceneProperty.cxx (35) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSplineProperties.cxx (200) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSplineProperties.cxx (201) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSplineProperties.cxx (205) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (593) |
V560 | A part of conditional expression is always true: !bNegative. | ||
WrappedStatisticProperties.cxx (595) |
V560 | A part of conditional expression is always true: !bPositive. | ||
WrappedStatisticProperties.cxx (211) |
V703 | It is odd that the 'm_aOuterValue' field in derived class 'WrappedConstantErrorLowProperty' overwrites field in base class 'WrappedSeriesOrDiagramProperty'. Check lines: WrappedStatisticProperties.cxx:211, WrappedSeriesOrDiagramProperty.hxx:157. | ||
WrappedStatisticProperties.cxx (265) |
V703 | It is odd that the 'm_aOuterValue' field in derived class 'WrappedConstantErrorHighProperty' overwrites field in base class 'WrappedSeriesOrDiagramProperty'. Check lines: WrappedStatisticProperties.cxx:265, WrappedSeriesOrDiagramProperty.hxx:157. | ||
WrappedStatisticProperties.cxx (461) |
V703 | It is odd that the 'm_aOuterValue' field in derived class 'WrappedPercentageErrorProperty' overwrites field in base class 'WrappedSeriesOrDiagramProperty'. Check lines: WrappedStatisticProperties.cxx:461, WrappedSeriesOrDiagramProperty.hxx:157. | ||
WrappedStatisticProperties.cxx (515) |
V703 | It is odd that the 'm_aOuterValue' field in derived class 'WrappedErrorMarginProperty' overwrites field in base class 'WrappedSeriesOrDiagramProperty'. Check lines: WrappedStatisticProperties.cxx:515, WrappedSeriesOrDiagramProperty.hxx:157. | ||
WrappedStatisticProperties.cxx (229) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (283) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (378) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (479) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (533) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (584) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (657) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (704) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (768) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedStatisticProperties.cxx (958) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (959) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (960) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (961) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (962) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (963) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (964) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (965) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (966) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (967) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (968) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (969) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (971) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStatisticProperties.cxx (973) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStockProperties.cxx (277) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedStockProperties.cxx (278) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSymbolProperties.cxx (513) |
V547 | Expression 'eOldLineStyle == drawing::LineStyle_NONE' is always false. | ||
WrappedSymbolProperties.cxx (518) |
V547 | Expression 'eOldLineStyle != drawing::LineStyle_NONE' is always true. | ||
WrappedSymbolProperties.cxx (231) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedSymbolProperties.cxx (343) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedSymbolProperties.cxx (443) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedSymbolProperties.cxx (474) |
V1019 | Compound assignment expression is used inside condition. | ||
WrappedSymbolProperties.cxx (162) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSymbolProperties.cxx (163) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSymbolProperties.cxx (164) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSymbolProperties.cxx (165) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSymbolProperties.cxx (166) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedSymbolProperties.cxx (121) |
V1037 | Two or more case-branches perform the same actions. Check lines: 121, 127 | ||
ChartResourceGroups.cxx (146) |
V1037 | Two or more case-branches perform the same actions. Check lines: 146, 158 | ||
ChartTypeDialogController.cxx (773) |
V547 | Expression 'nCompositeSize < 2' is always false. | ||
ChartTypeDialogController.cxx (1383) |
V547 | Expression 'nNumLines < 0' is always false. | ||
DataBrowser.cxx (491) |
V1053 | Calling the 'IsModified' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'DataBrowser.cxx:491', 'DataBrowser.cxx:605', 'editbrowsebox.hxx:1024'. | ||
DataBrowserModel.cxx (374) |
V547 | Expression 'nSeriesNumberFormat != 0' is always false. | ||
DialogModel.cxx (278) |
V614 | Uninitialized variable 'nStockVariant' used. | ||
ObjectNameProvider.cxx (587) |
V547 | Expression 'bForceIntercept' is always false. | ||
ObjectNameProvider.cxx (256) |
V1037 | Two or more case-branches perform the same actions. Check lines: 256, 287 | ||
dlg_ChartType_UNO.cxx (43) |
V547 | Expression 'm_xDialog' is always true. | ||
res_DataLabel.cxx (219) |
V1051 | Consider checking for misprints. It's possible that the 'rbMixedState' should be checked here. | ||
res_ErrorBar.cxx (54) |
V1037 | Two or more case-branches perform the same actions. Check lines: 54, 60 | ||
res_LegendPosition.cxx (152) |
V614 | Potentially uninitialized variable 'eNewPos' used. Consider checking the first actual argument of the 'Any' function. | ||
res_LegendPosition.cxx (219) |
V1048 | The 'nLegendPosition' variable was assigned the same value. | ||
tp_3D_SceneAppearance.cxx (140) |
V1048 | The 'nObjectLines' variable was assigned the same value. | ||
tp_3D_SceneAppearance.cxx (154) |
V1048 | The 'nCurrentRoundedEdges' variable was assigned the same value. | ||
tp_3D_SceneGeometry.cxx (103) |
V547 | Expression is always true. | ||
tp_ChartType.cxx (107) |
V547 | Expression 'bEnableComplexChartTypes' is always true. | ||
tp_ChartType.cxx (114) |
V547 | Expression 'bEnableComplexChartTypes' is always true. | ||
tp_DataSource.cxx (216) |
V1023 | A pointer without owner is added to the 'm_aEntries' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
tp_DataSource.cxx (356) |
V1023 | A pointer without owner is added to the 'm_aEntries' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
SelectionHelper.hxx (76) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SelectionHelper' method of the 'SelectionHelper' class. | ||
ViewElementListProvider.hxx (34) |
V690 | The 'ViewElementListProvider' class implements a move constructor, but lacks the move assignment operator. It is dangerous to use such a class. | ||
res_ErrorBar.hxx (48) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~ErrorBarResources' method of the 'ErrorBarResources' class. | ||
AxisItemConverter.cxx (96) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
AxisItemConverter.cxx (100) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataPointItemConverter.cxx (456) |
V1019 | Compound assignment expression is used inside condition. | ||
DataPointItemConverter.cxx (735) |
V1019 | Compound assignment expression is used inside condition. | ||
DataPointItemConverter.cxx (231) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataPointItemConverter.cxx (233) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataPointItemConverter.cxx (237) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataPointItemConverter.cxx (238) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataTableItemConverter.cxx (42) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
DataTableItemConverter.cxx (44) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ErrorBarItemConverter.cxx (332) |
V785 | Constant expression in switch statement. | ||
ErrorBarItemConverter.cxx (397) |
V1048 | The 'eIndicate' variable was assigned the same value. | ||
GraphicPropertyItemConverter.cxx (222) |
V547 | Expression 'aMode == drawing::BitmapMode_REPEAT' is always true. | ||
GraphicPropertyItemConverter.cxx (223) |
V547 | Expression 'aMode == drawing::BitmapMode_STRETCH' is always false. | ||
GraphicPropertyItemConverter.cxx (440) |
V560 | A part of conditional expression is always true: aOtherMode != drawing::BitmapMode_REPEAT. | ||
LegendItemConverter.cxx (138) |
V614 | Uninitialized variable 'eOldPos' used. | ||
LegendItemConverter.cxx (197) |
V547 | Expression '!bOverlay' is always true. | ||
LegendItemConverter.cxx (47) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
LegendItemConverter.cxx (50) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
MultipleChartConverters.cxx (56) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
MultipleChartConverters.cxx (84) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
MultipleChartConverters.cxx (118) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
MultipleChartConverters.cxx (149) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
MultipleChartConverters.cxx (175) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
RegressionEquationItemConverter.cxx (55) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
RegressionEquationItemConverter.cxx (60) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
SeriesOptionsItemConverter.cxx (241) |
V1019 | Compound assignment expression is used inside condition. | ||
SeriesOptionsItemConverter.cxx (260) |
V1019 | Compound assignment expression is used inside condition. | ||
StatisticsItemConverter.cxx (631) |
V785 | Constant expression in switch statement. | ||
StatisticsItemConverter.cxx (821) |
V1048 | The 'eIndicate' variable was assigned the same value. | ||
TextLabelItemConverter.cxx (397) |
V1019 | Compound assignment expression is used inside condition. | ||
TextLabelItemConverter.cxx (644) |
V1019 | Compound assignment expression is used inside condition. | ||
TextLabelItemConverter.cxx (211) |
V1023 | A pointer without owner is added to the 'maConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleItemConverter.cxx (76) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleItemConverter.cxx (80) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleItemConverter.cxx (98) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
TitleItemConverter.cxx (111) |
V1023 | A pointer without owner is added to the 'm_aConverters' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartController.cxx (1078) |
V614 | Uninitialized variable 'nOffset' used. Consider checking the first actual argument of the 'executeDispatch_LOKPieSegmentDragging' function. | ||
ChartController.cxx (1094) |
V614 | Uninitialized variable 'nColor' used. Consider checking the first actual argument of the 'executeDispatch_FillColor' function. | ||
ChartController.cxx (357) |
V522 | There might be dereferencing of a potential null pointer 'pSidebar'. | ||
ChartController.cxx (488) |
V547 | Expression 'pChartWindow' is always true. | ||
ChartController_Properties.cxx (224) |
V1019 | Compound assignment expression is used inside condition. | ||
ChartController_Properties.cxx (106) |
V1037 | Two or more case-branches perform the same actions. Check lines: 106, 141, 288 | ||
ChartController_Properties.cxx (369) |
V1048 | The 'bMainAxis' variable was assigned the same value. | ||
ChartController_Properties.cxx (373) |
V1048 | The 'bMainAxis' variable was assigned the same value. | ||
ChartController_Properties.cxx (377) |
V1048 | The 'bMainAxis' variable was assigned the same value. | ||
ChartController_Properties.cxx (407) |
V1048 | The 'bMainGrid' variable was assigned the same value. | ||
ChartController_Properties.cxx (411) |
V1048 | The 'bMainGrid' variable was assigned the same value. | ||
ChartController_Properties.cxx (415) |
V1048 | The 'bMainGrid' variable was assigned the same value. | ||
ChartController_Tools.cxx (851) |
V547 | Expression '!bShow' is always true. | ||
ChartController_Tools.cxx (1095) |
V601 | The 'nOffset / 100.0' value is implicitly cast to the bool type. Inspect the first argument. | ||
ChartController_Window.cxx (999) |
V547 | Expression 'pChartWindow' is always true. | ||
ChartController_Window.cxx (1011) |
V547 | Expression 'pChartWindow' is always true. | ||
ChartController_Window.cxx (1109) |
V547 | Expression 'bJapaneseStyle' is always false. | ||
ChartController_Window.cxx (1787) |
V1019 | Compound assignment expression is used inside condition. | ||
ChartController_Window.cxx (1865) |
V1019 | Compound assignment expression is used inside condition. | ||
ChartController_Window.cxx (178) |
V1037 | Two or more case-branches perform the same actions. Check lines: 178, 194 | ||
ChartWindow.cxx (62) |
V1053 | Calling the 'EnableRTL' virtual function in the constructor may lead to unexpected result at runtime. | ||
ControllerCommandDispatch.cxx (305) |
V560 | A part of conditional expression is always true: !bHasR2Value. | ||
DragMethod_PieSegment.cxx (120) |
V601 | The 'm_fAdditionalOffset + m_fInitialOffset' value is implicitly cast to the bool type. Inspect the first argument. | ||
DrawCommandDispatch.cxx (353) |
V560 | A part of conditional expression is always false: nKeyModifier == KEY_MOD1. | ||
DrawCommandDispatch.cxx (353) |
V1019 | Compound assignment expression 'pKeyModifier->Value >>= nKeyModifier' is used inside condition. | ||
DrawCommandDispatch.cxx (273) |
V1048 | The 'eDrawMode' variable was assigned the same value. | ||
DrawCommandDispatch.cxx (328) |
V1048 | The 'eDrawMode' variable was assigned the same value. | ||
ShapeController.cxx (100) |
V1037 | Two or more case-branches perform the same actions. Check lines: 100, 122 | ||
ChartAreaPanel.cxx (287) |
V1053 | Calling the 'updateData' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'ChartAreaPanel.cxx:287', 'ChartAreaPanel.cxx:306', 'ChartAreaPanel.hxx:62'. | ||
ChartAreaPanel.cxx (69) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartAxisPanel.cxx (215) |
V1053 | Calling the 'updateData' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'ChartAxisPanel.cxx:215', 'ChartAxisPanel.cxx:239', 'ChartAxisPanel.hxx:62'. | ||
ChartAxisPanel.cxx (51) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartAxisPanel.cxx (162) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartAxisPanel.cxx (195) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartColorWrapper.cxx (55) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartElementsPanel.cxx (334) |
V1053 | Calling the 'updateData' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'ChartElementsPanel.cxx:334', 'ChartElementsPanel.cxx:375', 'ChartElementsPanel.hxx:59'. | ||
ChartErrorBarPanel.cxx (249) |
V1053 | Calling the 'updateData' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'ChartErrorBarPanel.cxx:249', 'ChartErrorBarPanel.cxx:273', 'ChartErrorBarPanel.hxx:60'. | ||
ChartErrorBarPanel.cxx (64) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartErrorBarPanel.cxx (83) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartErrorBarPanel.cxx (191) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartErrorBarPanel.cxx (222) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartLinePanel.cxx (137) |
V1053 | Calling the 'updateData' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'ChartLinePanel.cxx:137', 'ChartLinePanel.cxx:160', 'ChartLinePanel.hxx:51'. | ||
ChartLinePanel.cxx (60) |
V1001 | The 'aAny' variable is assigned but is not used by the end of the function. | ||
ChartSeriesPanel.cxx (293) |
V1053 | Calling the 'updateData' virtual function indirectly in the constructor may lead to unexpected result at runtime. Check lines: 'ChartSeriesPanel.cxx:293', 'ChartSeriesPanel.cxx:322', 'ChartSeriesPanel.hxx:71'. | ||
ChartTypePanel.cxx (93) |
V547 | Expression 'bEnableComplexChartTypes' is always true. | ||
ChartTypePanel.cxx (99) |
V547 | Expression 'bEnableComplexChartTypes' is always true. | ||
uiobject.cxx (65) |
V1023 | A pointer without owner is added to the 'maCommands' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
ChartSfxItemIds.hxx (44) |
V1043 | A global object variable 'SCHATTR_DATADESCR_SHOW_PERCENTAGE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (45) |
V1043 | A global object variable 'SCHATTR_DATADESCR_SHOW_CATEGORY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (46) |
V1043 | A global object variable 'SCHATTR_DATADESCR_SHOW_SYMBOL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (47) |
V1043 | A global object variable 'SCHATTR_DATADESCR_WRAP_TEXT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (48) |
V1043 | A global object variable 'SCHATTR_DATADESCR_SEPARATOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (49) |
V1043 | A global object variable 'SCHATTR_DATADESCR_PLACEMENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (50) |
V1043 | A global object variable 'SCHATTR_DATADESCR_AVAILABLE_PLACEMENTS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (51) |
V1043 | A global object variable 'SCHATTR_DATADESCR_NO_PERCENTVALUE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (52) |
V1043 | A global object variable 'SCHATTR_DATADESCR_CUSTOM_LEADER_LINES' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (53) |
V1043 | A global object variable 'SCHATTR_PERCENT_NUMBERFORMAT_VALUE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (54) |
V1043 | A global object variable 'SCHATTR_PERCENT_NUMBERFORMAT_SOURCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (55) |
V1043 | A global object variable 'SCHATTR_DATADESCR_SHOW_DATA_SERIES_NAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (61) |
V1043 | A global object variable 'SCHATTR_LEGEND_SHOW' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (62) |
V1043 | A global object variable 'SCHATTR_LEGEND_NO_OVERLAY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (68) |
V1043 | A global object variable 'SCHATTR_TEXT_STACKED' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (74) |
V1043 | A global object variable 'SCHATTR_STAT_KIND_ERROR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (75) |
V1043 | A global object variable 'SCHATTR_STAT_PERCENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (76) |
V1043 | A global object variable 'SCHATTR_STAT_BIGERROR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (77) |
V1043 | A global object variable 'SCHATTR_STAT_CONSTPLUS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (78) |
V1043 | A global object variable 'SCHATTR_STAT_CONSTMINUS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (79) |
V1043 | A global object variable 'SCHATTR_STAT_INDICATE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (80) |
V1043 | A global object variable 'SCHATTR_STAT_RANGE_POS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (81) |
V1043 | A global object variable 'SCHATTR_STAT_RANGE_NEG' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (82) |
V1043 | A global object variable 'SCHATTR_STAT_ERRORBAR_TYPE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (91) |
V1043 | A global object variable 'SCHATTR_STYLE_3D' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (92) |
V1043 | A global object variable 'SCHATTR_STYLE_VERTICAL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (95) |
V1043 | A global object variable 'SCHATTR_STYLE_BASETYPE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (96) |
V1043 | A global object variable 'SCHATTR_STYLE_LINES' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (97) |
V1043 | A global object variable 'SCHATTR_STYLE_PERCENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (98) |
V1043 | A global object variable 'SCHATTR_STYLE_STACKED' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (99) |
V1043 | A global object variable 'SCHATTR_STYLE_SPLINES' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (102) |
V1043 | A global object variable 'SCHATTR_STYLE_SYMBOL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (103) |
V1043 | A global object variable 'SCHATTR_STYLE_SHAPE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (106) |
V1043 | A global object variable 'SCHATTR_AXIS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (111) |
V1043 | A global object variable 'SCHATTR_AXIS_REVERSE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (112) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_MIN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (113) |
V1043 | A global object variable 'SCHATTR_AXIS_MIN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (114) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_MAX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (115) |
V1043 | A global object variable 'SCHATTR_AXIS_MAX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (116) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_STEP_MAIN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (117) |
V1043 | A global object variable 'SCHATTR_AXIS_STEP_MAIN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (118) |
V1043 | A global object variable 'SCHATTR_AXIS_MAIN_TIME_UNIT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (119) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_STEP_HELP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (120) |
V1043 | A global object variable 'SCHATTR_AXIS_STEP_HELP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (121) |
V1043 | A global object variable 'SCHATTR_AXIS_HELP_TIME_UNIT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (122) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_TIME_RESOLUTION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (123) |
V1043 | A global object variable 'SCHATTR_AXIS_TIME_RESOLUTION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (124) |
V1043 | A global object variable 'SCHATTR_AXIS_LOGARITHM' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (125) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_DATEAXIS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (126) |
V1043 | A global object variable 'SCHATTR_AXIS_ALLOW_DATEAXIS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (127) |
V1043 | A global object variable 'SCHATTR_AXIS_AUTO_ORIGIN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (128) |
V1043 | A global object variable 'SCHATTR_AXIS_ORIGIN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (132) |
V1043 | A global object variable 'SCHATTR_AXIS_HELPTICKS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (133) |
V1043 | A global object variable 'SCHATTR_AXIS_POSITION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (134) |
V1043 | A global object variable 'SCHATTR_AXIS_POSITION_VALUE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (135) |
V1043 | A global object variable is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (136) |
V1043 | A global object variable 'SCHATTR_AXIS_SHIFTED_CATEGORY_POSITION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (137) |
V1043 | A global object variable 'SCHATTR_AXIS_LABEL_POSITION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (138) |
V1043 | A global object variable 'SCHATTR_AXIS_MARK_POSITION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (142) |
V1043 | A global object variable 'SCHATTR_AXIS_LABEL_ORDER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (143) |
V1043 | A global object variable 'SCHATTR_AXIS_LABEL_OVERLAP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (144) |
V1043 | A global object variable 'SCHATTR_AXIS_LABEL_BREAK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (149) |
V1043 | A global object variable 'SCHATTR_SYMBOL_BRUSH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (150) |
V1043 | A global object variable 'SCHATTR_STOCK_VOLUME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (151) |
V1043 | A global object variable 'SCHATTR_STOCK_UPDOWN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (152) |
V1043 | A global object variable 'SCHATTR_SYMBOL_SIZE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (153) |
V1043 | A global object variable 'SCHATTR_HIDE_DATA_POINT_LEGEND_ENTRY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (160) |
V1043 | A global object variable 'SCHATTR_BAR_GAPWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (161) |
V1043 | A global object variable 'SCHATTR_BAR_CONNECT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (162) |
V1043 | A global object variable 'SCHATTR_NUM_OF_LINES_FOR_BAR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (163) |
V1043 | A global object variable 'SCHATTR_SPLINE_ORDER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (164) |
V1043 | A global object variable 'SCHATTR_SPLINE_RESOLUTION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (165) |
V1043 | A global object variable 'SCHATTR_GROUP_BARS_PER_AXIS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (166) |
V1043 | A global object variable 'SCHATTR_STARTING_ANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (167) |
V1043 | A global object variable 'SCHATTR_CLOCKWISE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (168) |
V1043 | A global object variable 'SCHATTR_MISSING_VALUE_TREATMENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (169) |
V1043 | A global object variable is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (170) |
V1043 | A global object variable 'SCHATTR_INCLUDE_HIDDEN_CELLS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (171) |
V1043 | A global object variable 'SCHATTR_HIDE_LEGEND_ENTRY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (183) |
V1043 | A global object variable 'SCHATTR_REGRESSION_SHOW_EQUATION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (184) |
V1043 | A global object variable 'SCHATTR_REGRESSION_SHOW_COEFF' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (185) |
V1043 | A global object variable 'SCHATTR_REGRESSION_DEGREE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (186) |
V1043 | A global object variable 'SCHATTR_REGRESSION_PERIOD' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (187) |
V1043 | A global object variable 'SCHATTR_REGRESSION_EXTRAPOLATE_FORWARD' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (188) |
V1043 | A global object variable 'SCHATTR_REGRESSION_EXTRAPOLATE_BACKWARD' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (189) |
V1043 | A global object variable 'SCHATTR_REGRESSION_SET_INTERCEPT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (190) |
V1043 | A global object variable 'SCHATTR_REGRESSION_INTERCEPT_VALUE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (191) |
V1043 | A global object variable 'SCHATTR_REGRESSION_CURVE_NAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (192) |
V1043 | A global object variable 'SCHATTR_REGRESSION_XNAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (193) |
V1043 | A global object variable 'SCHATTR_REGRESSION_YNAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (194) |
V1043 | A global object variable 'SCHATTR_REGRESSION_MOVING_TYPE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (198) |
V1043 | A global object variable 'SCHATTR_DATA_TABLE_HORIZONTAL_BORDER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (199) |
V1043 | A global object variable 'SCHATTR_DATA_TABLE_VERTICAL_BORDER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (200) |
V1043 | A global object variable 'SCHATTR_DATA_TABLE_OUTLINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
ChartSfxItemIds.hxx (201) |
V1043 | A global object variable 'SCHATTR_DATA_TABLE_KEYS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
XMLFilter.cxx (94) |
V547 | Expression 'aMDHelper.ISSET_Storage' is always false. | ||
XMLFilter.cxx (115) |
V1019 | Compound assignment expression is used inside condition. | ||
Axis.cxx (289) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
BaseCoordinateSystem.cxx (120) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
BaseCoordinateSystem.cxx (306) |
V522 | There might be dereferencing of a potential null pointer 'pChartType'. | ||
ChartModel_Persistence.cxx (410) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 406, 410. | ||
ChartModel_Persistence.cxx (418) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 410, 418. | ||
ChartModel_Persistence.cxx (164) |
V1019 | Compound assignment expression 'aFilterProps >>= aProps' is used inside condition. | ||
DataPoint.cxx (167) |
V1019 | Compound assignment expression 'aOldValue >>= xBroadcaster' is used inside condition. | ||
DataPoint.cxx (175) |
V1019 | Compound assignment expression 'rValue >>= xBroadcaster' is used inside condition. | ||
DataSeries.cxx (599) |
V530 | The return value of function 'append' is required to be utilized. | ||
DataSeries.cxx (618) |
V530 | The return value of function 'append' is required to be utilized. | ||
DataSeries.cxx (622) |
V530 | The return value of function 'append' is required to be utilized. | ||
DataSeries.cxx (624) |
V530 | The return value of function 'append' is required to be utilized. | ||
DataSeries.cxx (151) |
V1053 | Calling the 'getFastPropertyValue' virtual function in the constructor may lead to unexpected result at runtime. | ||
DataSeries.cxx (156) |
V1053 | Calling the 'getFastPropertyValue' virtual function in the constructor may lead to unexpected result at runtime. | ||
DataSeries.cxx (276) |
V1019 | Compound assignment expression 'aOldValue >>= xBroadcaster' is used inside condition. | ||
DataSeries.cxx (284) |
V1019 | Compound assignment expression 'rValue >>= xBroadcaster' is used inside condition. | ||
Diagram.cxx (1828) |
V530 | The return value of function 'setLength' is required to be utilized. | ||
Diagram.cxx (1901) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
Diagram.cxx (1902) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
Diagram.cxx (569) |
V547 | Expression 'aShadeMode == drawing::ShadeMode_FLAT' is always false. | ||
Diagram.cxx (2231) |
V614 | Uninitialized variable 'aOldShadeMode' used. | ||
Diagram.cxx (268) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
Diagram.cxx (492) |
V547 | Expression 'bLightOn' is always false. | ||
Diagram.cxx (525) |
V547 | Expression '!bRightAngledAxes' is always true. | ||
Diagram.cxx (862) |
V547 | Expression 'bPosSizeExcludeAxes' is always false. | ||
Diagram.cxx (1843) |
V547 | Expression 'bRightAngledAxes' is always false. | ||
Diagram.cxx (2104) |
V547 | Expression '!bIsOn' is always true. | ||
Diagram.cxx (2268) |
V547 | Expression 'bRightAngledAxes' is always true. | ||
Diagram.cxx (2049) |
V560 | A part of conditional expression is always true: !bRightAngledAxes. | ||
Diagram.cxx (858) |
V1019 | Compound assignment expression is used inside condition. | ||
AreaChartTypeTemplate.cxx (86) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
BubbleDataInterpreter.cxx (212) |
V778 | Two similar code fragments were found. Perhaps, this is a typo and 'xValuesX' variable should be used instead of 'xValuesY'. | ||
CandleStickChartType.cxx (181) |
V547 | Expression 'bShowFirst' is always true. | ||
CandleStickChartType.cxx (184) |
V547 | Expression 'bShowHiLow' is always false. | ||
CandleStickChartType.cxx (204) |
V547 | Expression '!bShowFirst' is always false. | ||
CandleStickChartType.cxx (207) |
V547 | Expression '!bShowHiLow' is always true. | ||
CandleStickChartType.cxx (264) |
V1019 | Compound assignment expression 'aOldValue >>= xBroadcaster' is used inside condition. | ||
CandleStickChartType.cxx (272) |
V1019 | Compound assignment expression 'rValue >>= xBroadcaster' is used inside condition. | ||
ChartTypeTemplate.cxx (320) |
V560 | A part of conditional expression is always true: bResult. | ||
ChartTypeTemplate.cxx (326) |
V560 | A part of conditional expression is always true: bResult. | ||
ChartTypeTemplate.cxx (511) |
V560 | A part of conditional expression is always true: bOk. | ||
ChartTypeTemplate.cxx (520) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 507, 520. | ||
ChartTypeTemplate.cxx (77) |
V1019 | Compound assignment expression is used inside condition. | ||
ChartTypeTemplate.cxx (103) |
V1019 | Compound assignment expression is used inside condition. | ||
ColumnLineChartTypeTemplate.cxx (150) |
V547 | Expression 'nNumberOfLines >= 0' is always true. | ||
ColumnLineChartTypeTemplate.cxx (151) |
V547 | Expression 'nNumberOfLines < 0' is always false. | ||
ColumnLineChartTypeTemplate.cxx (189) |
V547 | Expression 'nNumberOfLines > 0' is always false. | ||
ColumnLineChartTypeTemplate.cxx (106) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
ColumnLineChartTypeTemplate.cxx (156) |
V547 | Expression 'nNumberOfSeries > 0' is always false. | ||
LineChartTypeTemplate.cxx (205) |
V614 | Uninitialized variable 'eLineStyle' used. | ||
NetChartTypeTemplate.cxx (124) |
V614 | Uninitialized variable 'eLineStyle' used. | ||
PieChartTypeTemplate.cxx (379) |
V547 | Expression 'bTemplateUsesRings == bUseRings' is always true. | ||
PieChartTypeTemplate.cxx (363) |
V614 | Uninitialized variable 'ePieOffsetMode' used. | ||
PieChartTypeTemplate.cxx (388) |
V614 | Uninitialized variable 'eTemplateSubType' used. | ||
PieChartTypeTemplate.cxx (472) |
V614 | Uninitialized variable 'ePieOffsetMode' used. | ||
PieChartTypeTemplate.cxx (146) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
PieChartTypeTemplate.cxx (147) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
PieChartTypeTemplate.cxx (148) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
PieChartTypeTemplate.cxx (149) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
PieChartTypeTemplate.cxx (150) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
PieChartTypeTemplate.cxx (379) |
V1048 | The 'bResult' variable was assigned the same value. | ||
ScatterChartTypeTemplate.cxx (233) |
V614 | Uninitialized variable 'eLineStyle' used. | ||
StockChartTypeTemplate.cxx (214) |
V547 | Expression 'eStyle == drawing::LineStyle_NONE' is always true. | ||
StockChartTypeTemplate.cxx (132) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
StockChartTypeTemplate.cxx (136) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
StockChartTypeTemplate.cxx (140) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
StockChartTypeTemplate.cxx (183) |
V547 | Expression 'bHasVolume' is always false. | ||
StockChartTypeTemplate.cxx (247) |
V547 | Expression 'bHasVolume' is always false. | ||
StockChartTypeTemplate.cxx (290) |
V547 | Expression 'bHasVolume' is always false. | ||
StockChartTypeTemplate.cxx (385) |
V560 | A part of conditional expression is always true: (bHasJapaneseStyle == bJapaneseProp). | ||
StockChartTypeTemplate.cxx (390) |
V560 | A part of conditional expression is always true: (bHasOpenValue == bShowFirstProp). | ||
StockChartTypeTemplate.cxx (385) |
V1048 | The 'bResult' variable was assigned the same value. | ||
StockChartTypeTemplate.cxx (390) |
V1048 | The 'bResult' variable was assigned the same value. | ||
XYDataInterpreter.cxx (183) |
V778 | Two similar code fragments were found. Perhaps, this is a typo and 'xValuesX' variable should be used instead of 'xValuesY'. | ||
AxisHelper.cxx (153) |
V547 | Expression 'bLinkToSource' is always true. | ||
AxisHelper.cxx (1027) |
V547 | Expression 'bVertical' is always false. | ||
AxisHelper.cxx (1028) |
V547 | Expression 'bVertical' is always false. | ||
AxisHelper.cxx (426) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 422, 426. | ||
ChartModelHelper.cxx (168) |
V547 | Expression 'bOldValue == bIncludeHiddenCells' is always true. | ||
ChartTypeHelper.cxx (295) |
V547 | Expression is always false. | ||
ChartTypeHelper.cxx (337) |
V547 | Expression is always false. | ||
ChartTypeHelper.cxx (257) |
V547 | Expression '!bDonut' is always true. | ||
ChartTypeHelper.cxx (298) |
V547 | Expression 'bStacked' is always false. | ||
ChartTypeHelper.cxx (300) |
V547 | Expression '!bStacked' is always true. | ||
ChartTypeHelper.cxx (314) |
V547 | Expression '!bStacked' is always true. | ||
ChartTypeHelper.cxx (342) |
V547 | Expression 'bStacked' is always false. | ||
DataSeriesHelper.cxx (425) |
V614 | Uninitialized variable 'eLineStyle' used. | ||
DataSeriesHelper.cxx (98) |
V522 | There might be dereferencing of a potential null pointer 'pDiagram'. | ||
DataSeriesHelper.cxx (444) |
V560 | A part of conditional expression is always false: nOldValue > 0. | ||
DataSeriesHelper.cxx (444) |
V560 | A part of conditional expression is always true: bThick. | ||
DataSourceHelper.cxx (397) |
V679 | The 'bDummy' variable was not initialized. This variable is passed by a reference to the 'readArguments' function in which its value will be utilized. Inspect the fifth argument. | ||
DiagramHelper.cxx (338) |
V547 | Expression 'nType & util::NumberFormat::DATE' is always false. | ||
DiagramHelper.cxx (101) |
V547 | Expression 'eCommonDirection != eCurrentDirection' is always false. | ||
DiagramHelper.cxx (96) |
V1048 | The 'eCommonDirection' variable was assigned the same value. | ||
ExplicitCategoriesProvider.cxx (418) |
V1019 | Compound assignment expression is used inside condition. | ||
ExponentialRegressionCurveCalculator.cxx (187) |
V530 | The return value of function 'truncate' is required to be utilized. | ||
HistogramDataSequence.cxx (90) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
HistogramDataSequence.cxx (98) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
HistogramDataSequence.cxx (105) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
LegendHelper.cxx (52) |
V560 | A part of conditional expression is always true: ePos == chart2::LegendPosition_LINE_END. | ||
LegendHelper.cxx (53) |
V560 | A part of conditional expression is always false. | ||
LinePropertiesHelper.cxx (113) |
V547 | Expression 'aLineStyle != drawing::LineStyle_NONE' is always true. | ||
LinePropertiesHelper.cxx (117) |
V547 | Expression 'nLineTransparence != 100' is always true. | ||
LinePropertiesHelper.cxx (140) |
V547 | Expression 'aLineStyle == drawing::LineStyle_NONE' is always false. | ||
LinePropertiesHelper.cxx (145) |
V547 | Expression 'nLineTransparence == 100' is always false. | ||
LinePropertiesHelper.cxx (164) |
V547 | Expression 'aLineStyle != drawing::LineStyle_NONE' is always true. | ||
LogarithmicRegressionCurveCalculator.cxx (163) |
V530 | The return value of function 'truncate' is required to be utilized. | ||
OPropertySet.cxx (222) |
V1019 | Compound assignment expression 'rValue >>= nValue' is used inside condition. | ||
ObjectIdentifier.cxx (450) |
V530 | The return value of function 'append' is required to be utilized. | ||
ObjectIdentifier.cxx (454) |
V530 | The return value of function 'append' is required to be utilized. | ||
ObjectIdentifier.cxx (576) |
V530 | The return value of function 'append' is required to be utilized. | ||
ObjectIdentifier.cxx (998) |
V530 | The return value of function 'append' is required to be utilized. | ||
ObjectIdentifier.cxx (364) |
V547 | Expression 'eObjectType != OBJECTTYPE_UNKNOWN' is always false. | ||
PolynomialRegressionCurveCalculator.cxx (370) |
V530 | The return value of function 'append' is required to be utilized. | ||
PolynomialRegressionCurveCalculator.cxx (377) |
V530 | The return value of function 'append' is required to be utilized. | ||
PotentialRegressionCurveCalculator.cxx (157) |
V530 | The return value of function 'append' is required to be utilized. | ||
PropertyHelper.cxx (57) |
V1056 | The predefined identifier '__func__' always contains the string 'operator()' inside function body of the overloaded 'operator()'. | ||
RangeHighlighter.cxx (232) |
V1019 | Compound assignment expression is used inside condition. | ||
RegressionCurveModel.cxx (148) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
RelativePositionHelper.cxx (205) |
V636 | The 'aUnrotatedObjectSize.Width / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
RelativePositionHelper.cxx (211) |
V636 | The 'aUnrotatedObjectSize.Width / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
RelativePositionHelper.cxx (226) |
V636 | The 'aUnrotatedObjectSize.Height / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
RelativePositionHelper.cxx (231) |
V636 | The 'aUnrotatedObjectSize.Height / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. | ||
StatisticsHelper.cxx (79) |
V530 | The return value of function 'append' is required to be utilized. | ||
StatisticsHelper.cxx (81) |
V530 | The return value of function 'append' is required to be utilized. | ||
ThreeDHelper.cxx (726) |
V614 | Uninitialized variable 'aCurrentLineStyle' used. | ||
ThreeDHelper.cxx (52) |
V547 | Expression 'bRightAngledAxes' is always false. | ||
TitleHelper.cxx (319) |
V530 | The return value of function 'append' is required to be utilized. | ||
TitleHelper.cxx (323) |
V530 | The return value of function 'append' is required to be utilized. | ||
TitleHelper.cxx (339) |
V547 | Expression 'bStacked' is always false. | ||
TitleHelper.cxx (364) |
V547 | Expression 'bStacked' is always false. | ||
TitleHelper.cxx (322) |
V560 | A part of conditional expression is always true: aChar == '\n'. | ||
UncachedDataSequence.cxx (162) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
UncachedDataSequence.cxx (174) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
UncachedDataSequence.cxx (186) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
UncachedDataSequence.cxx (218) |
V1018 | Usage of a suspicious mutex wrapper. The lock 'aGuard' is not used. | ||
UncachedDataSequence.cxx (77) |
V1053 | Calling the 'setFastPropertyValue_NoBroadcast' virtual function in the constructor may lead to unexpected result at runtime. | ||
WrappedIgnoreProperty.cxx (73) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (74) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (75) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (76) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (77) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (78) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (89) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (90) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (91) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (92) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (93) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (94) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (95) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (100) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (101) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (102) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (103) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (104) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (105) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (106) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (107) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
WrappedIgnoreProperty.cxx (108) |
V1023 | A pointer without owner is added to the 'rList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
XMLRangeHelper.cxx (45) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (46) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (66) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (81) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (83) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (87) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (90) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (91) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (95) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (96) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (97) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (102) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (103) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (359) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (375) |
V530 | The return value of function 'append' is required to be utilized. | ||
XMLRangeHelper.cxx (385) |
V530 | The return value of function 'append' is required to be utilized. | ||
Tickmarks.cxx (229) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
Tickmarks.cxx (232) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
Tickmarks.cxx (254) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
Tickmarks.cxx (257) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
Tickmarks.cxx (287) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
VAxisBase.cxx (142) |
V547 | Expression '!bShow' is always true. | ||
VCartesianAxis.cxx (324) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
VCartesianAxis.cxx (534) |
V560 | A part of conditional expression is always true: m_aAxisProperties.m_bSwapXAndY. | ||
AreaChart.cxx (852) |
V547 | Expression 'bCreateXErrorBar' is always false. | ||
AreaChart.cxx (855) |
V547 | Expression 'bCreateYErrorBar' is always false. | ||
AreaChart.cxx (793) |
V560 | A part of conditional expression is always true: !bCreateYErrorBar. | ||
AreaChart.cxx (794) |
V560 | A part of conditional expression is always true: !bCreateXErrorBar. | ||
AreaChart.cxx (883) |
V1048 | The 'eAlignment' variable was assigned the same value. | ||
AreaChart.cxx (903) |
V1048 | The 'eAlignment' variable was assigned the same value. | ||
BarChart.cxx (307) |
V547 | Expression 'nPercentDiagonal < 5' is always true. | ||
BarChart.cxx (729) |
V547 | Expression 'bInvertNeg' is always false. | ||
BubbleChart.cxx (239) |
V547 | Expression 'bInvertNeg' is always false. | ||
BubbleChart.cxx (334) |
V1048 | The 'eAlignment' variable was assigned the same value. | ||
BubbleChart.cxx (354) |
V1048 | The 'eAlignment' variable was assigned the same value. | ||
NetChart.cxx (575) |
V1048 | The 'eAlignment' variable was assigned the same value. | ||
NetChart.cxx (596) |
V1048 | The 'eAlignment' variable was assigned the same value. | ||
PieChart.cxx (2151) |
V530 | The return value of function 'setLength' is required to be utilized. | ||
PieChart.cxx (1880) |
V547 | Expression 'nColor != - 1' is always true. | ||
VSeriesPlotter.cxx (872) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
VSeriesPlotter.cxx (874) |
V530 | The return value of function 'normalize' is required to be utilized. | ||
VSeriesPlotter.cxx (2588) |
V547 | Expression 'aLineStyle != drawing::LineStyle_NONE' is always false. | ||
VSeriesPlotter.cxx (2590) |
V547 | Expression 'aLineStyle == drawing::LineStyle_DASH' is always false. | ||
VSeriesPlotter.cxx (664) |
V1058 | Nonsensical comparison of two function addresses. | ||
VSeriesPlotter.cxx (1340) |
V547 | Expression 'bForceIntercept' is always false. | ||
VSeriesPlotter.cxx (2513) |
V547 | Expression 'bSwapXAndY' is always false. | ||
VSeriesPlotter.cxx (966) |
V560 | A part of conditional expression is always true: !bShowNegative. | ||
VSeriesPlotter.cxx (966) |
V560 | A part of conditional expression is always true: !bShowPositive. | ||
VSeriesPlotter.cxx (1173) |
V560 | A part of conditional expression is always true: !bShowXNegative. | ||
VSeriesPlotter.cxx (1173) |
V560 | A part of conditional expression is always true: !bShowXPositive. | ||
VSeriesPlotter.cxx (1173) |
V560 | A part of conditional expression is always true: !bShowYNegative. | ||
VSeriesPlotter.cxx (1173) |
V560 | A part of conditional expression is always true: !bShowYPositive. | ||
VSeriesPlotter.cxx (1489) |
V1019 | Compound assignment expression is used inside condition. | ||
VSeriesPlotter.cxx (2586) |
V1019 | Compound assignment expression is used inside condition. | ||
MinimumAndMaximumSupplier.hxx (58) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~MergedMinimumAndMaximumSupplier' method of the 'MergedMinimumAndMaximumSupplier' class. | ||
ChartView.cxx (1358) |
V547 | Expression 'bRefreshAddInAllowed' is always true. | ||
ChartView.cxx (457) |
V560 | A part of conditional expression is always false: nWritingMode == text::WritingMode2::PAGE. | ||
ChartView.cxx (457) |
V560 | A part of conditional expression is always true: nWritingMode == - 1. | ||
ChartView.cxx (471) |
V560 | A part of conditional expression is always false: nWritingMode != - 1. | ||
ChartView.cxx (471) |
V560 | A part of conditional expression is always true: nWritingMode != text::WritingMode2::PAGE. | ||
ChartView.cxx (443) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 433, 443. | ||
ChartView.cxx (953) |
V1019 | Compound assignment expression is used inside condition. | ||
ChartView.cxx (965) |
V1019 | Compound assignment expression is used inside condition. | ||
ChartView.cxx (1110) |
V1019 | Compound assignment expression is used inside condition. | ||
DataTableView.cxx (350) |
V547 | Expression 'bKeys' is always false. | ||
DataTableView.cxx (409) |
V547 | Expression 'bKeys' is always false. | ||
DataTableView.cxx (486) |
V547 | Expression 'bKeys' is always false. | ||
ExplicitValueProvider.cxx (93) |
V547 | Expression 'nFormat < 0' is always false. | ||
LabelPositionHelper.cxx (85) |
V1019 | Compound assignment expression is used inside condition. | ||
SeriesPlotterContainer.cxx (277) |
V547 | Expression 'bSortByXValues' is always false. | ||
SeriesPlotterContainer.cxx (269) |
V560 | A part of conditional expression is always false: !bIncludeHiddenCells. | ||
SeriesPlotterContainer.cxx (296) |
V560 | A part of conditional expression is always false: !bSecondaryYaxisVisible. | ||
ShapeFactory.cxx (2440) |
V530 | The return value of function 'append' is required to be utilized. | ||
ShapeFactory.cxx (2441) |
V530 | The return value of function 'append' is required to be utilized. | ||
ShapeFactory.cxx (406) |
V614 | Uninitialized variable 'aLineStyle' used. | ||
ShapeFactory.cxx (2231) |
V547 | Expression 'bStackCharacters' is always false. | ||
ShapeFactory.cxx (1101) |
V560 | A part of conditional expression is always true: !rPolyPolygon.empty(). | ||
ShapeFactory.cxx (1173) |
V1037 | Two or more case-branches perform the same actions. Check lines: 1173, 1176 | ||
VDataSeries.cxx (974) |
V547 | Expression 'm_oLabel_AttributedPoint' is always true. | ||
VDataSeries.cxx (982) |
V547 | Expression 'm_oLabel_Series' is always true. | ||
VDataSeries.cxx (987) |
V547 | Expression 'pRet' is always true. | ||
VDataSeries.cxx (1061) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: m_aValues_X, m_aValues_Y, m_aValues_Z, m_aValues_Y_Min, m_aValues_Y_Max, m_aValues_Y_First, ... | ||
VDataSeries.cxx (534) |
V1019 | Compound assignment expression is used inside condition. | ||
VDataSeries.cxx (537) |
V1019 | Compound assignment expression is used inside condition. | ||
VDataSeries.cxx (617) |
V1019 | Compound assignment expression is used inside condition. | ||
VDataSeries.cxx (639) |
V1019 | Compound assignment expression is used inside condition. | ||
VDataSeries.cxx (657) |
V1019 | Compound assignment expression is used inside condition. | ||
VLegend.cxx (1097) |
V530 | The return value of function 'lcl_calculatePositionAndRemainingSpace' is required to be utilized. | ||
VLegend.cxx (817) |
V547 | Expression 'nWritingMode == text::WritingMode2::PAGE' is always false. | ||
VLegend.cxx (819) |
V547 | Expression is always false. | ||
VLegend.cxx (1093) |
V547 | Expression '!bOverlay' is always true. | ||
VLegend.cxx (73) |
V1019 | Compound assignment expression is used inside condition. | ||
VLegend.cxx (127) |
V1019 | Compound assignment expression is used inside condition. | ||
VLegendSymbolFactory.cxx (63) |
V1019 | Compound assignment expression '* pLineWidthAny >>= nLineWidth' is used inside condition. | ||
VLineProperties.cxx (70) |
V547 | Expression 'aLineStyle != drawing::LineStyle_NONE' is always true. | ||
VLineProperties.cxx (74) |
V547 | Expression 'nLineTransparence != 100' is always true. | ||
cpputype.cxx (570) |
V530 | The return value of function 'dumpHeaderDefine' is required to be utilized. | ||
cpputype.cxx (1044) |
V530 | The return value of function 'append' is required to be utilized. | ||
cpputype.cxx (2767) |
V530 | The return value of function 'replace' is required to be utilized. | ||
cpputype.cxx (2768) |
V530 | The return value of function 'replace' is required to be utilized. | ||
cpputype.cxx (2769) |
V530 | The return value of function 'replace' is required to be utilized. | ||
cpputype.cxx (2770) |
V530 | The return value of function 'replace' is required to be utilized. | ||
cpputype.cxx (2771) |
V530 | The return value of function 'replace' is required to be utilized. | ||
javatype.cxx (68) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (72) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (77) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (85) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (163) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (166) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (260) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (267) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (270) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (355) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (356) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (358) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (360) |
V530 | The return value of function 'append' is required to be utilized. | ||
javatype.cxx (1175) |
V1037 | Two or more case-branches perform the same actions. Check lines: 1175, 1181 | ||
javatype.cxx (985) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (985) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1004) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1006) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1018) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1020) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1032) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1034) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1054) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1056) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1068) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1070) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1090) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1092) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1140) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1142) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1168) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1170) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1176) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1176) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1182) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1182) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1208) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1210) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1233) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1235) |
V1048 | The 'size' variable was assigned the same value. | ||
javatype.cxx (1301) |
V1048 | The 'stack' variable was assigned the same value. | ||
javatype.cxx (1303) |
V1048 | The 'size' variable was assigned the same value. | ||
csharpfile.hxx (53) |
V1071 | Consider inspecting the 'beginLine' function. The return value is not always used. Total calls: 89, discarded results: 2. | ||
netproduce.cxx (1210) |
V530 | The return value of function 'append' is required to be utilized. | ||
test_string.cxx (190) |
V1074 | Boundary between escape sequence and string is unclear. The escape sequence ends with a letter and the next character is also a letter. Check for typos. | ||
test_string.cxx (202) |
V1074 | Boundary between escape sequence and string is unclear. The escape sequence ends with a letter and the next character is also a letter. Check for typos. | ||
test_traceevent.cxx (91) |
V799 | The 'p1' variable is not used after memory has been allocated for it. Consider checking the use of this variable. | ||
test_traceevent.cxx (92) |
V799 | The 'p2' variable is not used after memory has been allocated for it. Consider checking the use of this variable. | ||
containermultiplexer.cxx (126) |
V547 | Expression 'm_pListener' is always true. | ||
enumerablemap.cxx (287) |
V1053 | Calling the 'acquire' virtual function in the destructor may lead to unexpected result at runtime. | ||
accessiblecomponenthelper.cxx (49) |
V1053 | Calling the 'acquire' virtual function indirectly in the destructor may lead to unexpected result at runtime. Check lines: 'accessiblecomponenthelper.cxx:49', 'accessiblecomponenthelper.cxx:149', 'compbase_ex.hxx:78'. | ||
accessiblewrapper.cxx (424) |
V547 | Expression '!bChildTransienceChanged' is always true. | ||
accessiblewrapper.cxx (421) |
V560 | A part of conditional expression is always false. | ||
accessiblewrapper.cxx (423) |
V560 | A part of conditional expression is always false. | ||
anycompare.cxx (218) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 216, 218. | ||
anycompare.cxx (223) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 221, 223. | ||
anycompare.cxx (333) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 331, 333. | ||
anycompare.cxx (338) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 336, 338. | ||
anycompare.cxx (67) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
anycompare.cxx (95) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
anycompare.cxx (128) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
anytohash.cxx (55) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 53, 55. | ||
anytohash.cxx (147) |
V581 | The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 145, 147. | ||
anytostring.cxx (40) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (50) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (54) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (74) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (81) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (82) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (125) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (195) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (200) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (214) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (238) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (255) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (263) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (267) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (270) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (273) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (277) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (281) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (285) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (288) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (293) |
V530 | The return value of function 'append' is required to be utilized. | ||
anytostring.cxx (299) |
V530 | The return value of function 'append' is required to be utilized. | ||
backupfilehelper.cxx (1538) |
V530 | The return value of function 'getInitialBaseURL' is required to be utilized. | ||
backupfilehelper.cxx (1579) |
V530 | The return value of function 'getInitialBaseURL' is required to be utilized. | ||
backupfilehelper.cxx (2384) |
V1048 | The 'bRetval' variable was assigned the same value. | ||
compbase.cxx (104) |
V547 | Expression '!cd->m_storedTypeRefs' is always true. | ||
diagnose_ex.cxx (168) |
V530 | The return value of function 'append' is required to be utilized. | ||
diagnose_ex.cxx (360) |
V530 | The return value of function 'append' is required to be utilized. | ||
diagnose_ex.cxx (317) |
V760 | Two identical blocks of text were found. The second block begins from line 325. | ||
docpasswordhelper.cxx (235) |
V547 | Expression 'nCount > 0' is always false. | ||
docpasswordhelper.cxx (638) |
V547 | Expression 'bForSalvage' is always false. | ||
docpasswordhelper.cxx (222) |
V560 | A part of conditional expression is always false: nCount > 0. | ||
graphicmimetype.cxx (76) |
V1019 | Compound assignment expression is used inside condition. | ||
instancelocker.cxx (151) |
V1019 | Compound assignment expression 'aArguments[2] >>= xApproval' is used inside condition. | ||
lok.cxx (246) |
V547 | Expression 's.length() == 0' is always true. | ||
mimeconfighelper.cxx (268) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (276) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (277) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (278) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (381) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (411) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (497) |
V1019 | Compound assignment expression is used inside condition. | ||
mimeconfighelper.cxx (605) |
V1019 | Compound assignment expression is used inside condition. | ||
string.cxx (407) |
V530 | The return value of function 'append' is required to be utilized. | ||
string.cxx (524) |
V530 | The return value of function 'append' is required to be utilized. | ||
string.cxx (532) |
V530 | The return value of function 'appendUtf32' is required to be utilized. | ||
string.cxx (577) |
V530 | The return value of function 'append' is required to be utilized. | ||
string.cxx (584) |
V530 | The return value of function 'append' is required to be utilized. | ||
string.cxx (635) |
V530 | The return value of function 'append' is required to be utilized. | ||
threadpool.cxx (182) |
V1089 | Waiting on condition variable without predicate. A thread can wait indefinitely or experience a spurious wakeup. Consider passing a predicate as the second argument. | ||
threadpool.cxx (246) |
V1089 | Waiting on condition variable without predicate. A thread can wait indefinitely or experience a spurious wakeup. Consider passing a predicate as the second argument. | ||
threadpool.cxx (387) |
V1089 | Waiting on condition variable without predicate. A thread can wait indefinitely or experience a spurious wakeup. Consider passing a predicate as the third argument. | ||
xmlsechelper.cxx (61) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (62) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (188) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (199) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (217) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (240) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (247) |
V530 | The return value of function 'append' is required to be utilized. | ||
xmlsechelper.cxx (298) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
xmlsechelper.cxx (302) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
xmlsechelper.cxx (306) |
V530 | The return value of function 'append' is required to be utilized. | ||
officeinstallationdirectories.cxx (216) |
V649 | There are two 'if' statements with identical conditional expressions. The first 'if' statement contains function return. This means that the second 'if' statement is senseless. Check lines: 212, 216. | ||
MasterPropertySet.cxx (88) |
V509 | The 'new' operator is used in the noexcept 'registerSlave' function. It should be located inside the try..catch block, as it could potentially generate an exception. | ||
genericpropertyset.cxx (230) |
V572 | It is odd that the object which was created using 'new' operator is immediately cast to another type. | ||
opropertybag.cxx (82) |
V1019 | Compound assignment expression '_rArguments[0] >>= aTypes' is used inside condition. | ||
opropertybag.cxx (83) |
V1019 | Compound assignment expression is used inside condition. | ||
opropertybag.cxx (84) |
V1019 | Compound assignment expression '_rArguments[2] >>= AutomaticAddition' is used inside condition. | ||
property.cxx (105) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
propmultiplex.cxx (129) |
V547 | Expression 'm_pListener' is always true. | ||
propmultiplex2.cxx (107) |
V571 | Recurring check. The 'if (m_pListener)' condition was already verified in line 104. | ||
propmultiplex2.cxx (107) |
V547 | Expression 'm_pListener' is always true. | ||
seqstream.cxx (138) |
V560 | A part of conditional expression is always false: location > ((sal_Int32) 0x7FFFFFFF). | ||
config_lgpl.h (1) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||
access.cxx (643) |
V530 | The return value of function 'append' is required to be utilized. | ||
access.cxx (662) |
V530 | The return value of function 'append' is required to be utilized. | ||
access.cxx (1907) |
V530 | The return value of function 'append' is required to be utilized. | ||
access.cxx (1960) |
V530 | The return value of function 'append' is required to be utilized. | ||
access.cxx (1994) |
V530 | The return value of function 'append' is required to be utilized. | ||
childaccess.cxx (103) |
V530 | The return value of function 'append' is required to be utilized. | ||
components.cxx (843) |
V530 | The return value of function 'append' is required to be utilized. | ||
components.cxx (846) |
V530 | The return value of function 'append' is required to be utilized. | ||
components.cxx (849) |
V530 | The return value of function 'append' is required to be utilized. | ||
components.cxx (621) |
V547 | Expression '!ignore' is always true. | ||
components.cxx (201) |
V1089 | Waiting on condition variable without predicate. A thread can wait indefinitely or experience a spurious wakeup. Consider passing a predicate as the second argument. | ||
data.cxx (59) |
V530 | The return value of function 'append' is required to be utilized. | ||
data.cxx (62) |
V530 | The return value of function 'append' is required to be utilized. | ||
data.cxx (65) |
V530 | The return value of function 'append' is required to be utilized. | ||
data.cxx (72) |
V530 | The return value of function 'append' is required to be utilized. | ||
data.cxx (103) |
V530 | The return value of function 'append' is required to be utilized. | ||
readonlyaccess.cxx (86) |
V1019 | Compound assignment expression 'aArguments[0] >>= locale' is used inside condition. | ||
readwriteaccess.cxx (108) |
V1019 | Compound assignment expression 'aArguments[0] >>= locale' is used inside condition. | ||
writemodfile.cxx (133) |
V530 | The return value of function 'remove' is required to be utilized. | ||
writemodfile.cxx (142) |
V530 | The return value of function 'append' is required to be utilized. | ||
xcsparser.cxx (389) |
V530 | The return value of function 'append' is required to be utilized. | ||
xcsparser.cxx (407) |
V530 | The return value of function 'insert' is required to be utilized. | ||
xcsparser.cxx (418) |
V530 | The return value of function 'append' is required to be utilized. | ||
xcuparser.cxx (224) |
V530 | The return value of function 'append' is required to be utilized. | ||
xcuparser.cxx (244) |
V530 | The return value of function 'insert' is required to be utilized. | ||
xcuparser.cxx (255) |
V530 | The return value of function 'append' is required to be utilized. | ||
CommonTools.cxx (82) |
V547 | Expression '* pWild == 0' is always false. | ||
CommonTools.cxx (105) |
V560 | A part of conditional expression is always true: (* pWild == 0). | ||
DateConversion.cxx (386) |
V547 | Expression '!bIsSigned' is always false. | ||
DateConversion.cxx (430) |
V547 | Expression '!nKey' is always true. | ||
FValue.cxx (969) |
V530 | The return value of function 'append' is required to be utilized. | ||
FValue.cxx (821) |
V1037 | Two or more case-branches perform the same actions. Check lines: 821, 827 | ||
FValue.cxx (1962) |
V1037 | Two or more case-branches perform the same actions. Check lines: 1962, 1967 | ||
FValue.cxx (2006) |
V1037 | Two or more case-branches perform the same actions. Check lines: 2006, 2011 | ||
FValue.cxx (2101) |
V1048 | The 'm_eTypeKind' variable was assigned the same value. | ||
TIndex.cxx (35) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
TIndex.cxx (53) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
TIndex.cxx (54) |
V1053 | Calling the 'refreshColumns' virtual function in the constructor may lead to unexpected result at runtime. | ||
TIndexes.cxx (172) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
TKey.cxx (34) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
TKey.cxx (43) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
TKey.cxx (44) |
V1053 | Calling the 'refreshColumns' virtual function in the constructor may lead to unexpected result at runtime. | ||
TKeys.cxx (283) |
V547 | Expression 'KeyType::PRIMARY == nKeyType' is always true. | ||
TSortIndex.cxx (117) |
V614 | The 'pKeyValue' smart pointer is utilized immediately after being declared or reset. It is suspicious that no value was assigned to it. | ||
dbmetadata.cxx (244) |
V1019 | Compound assignment expression 'setting >>= bDoesSupportPrimaryKeys' is used inside condition. | ||
dbtools.cxx (1246) |
V530 | The return value of function 'getQuery' is required to be utilized. | ||
dbtools.cxx (1909) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools.cxx (1917) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools.cxx (1918) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
dbtools.cxx (1925) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools.cxx (1927) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools.cxx (1932) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools.cxx (1940) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools.cxx (1941) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
dbtools.cxx (511) |
V547 | Expression 'KeyType::PRIMARY == nKeyType' is always false. | ||
dbtools.cxx (1240) |
V547 | Expression 'bApplyFilter' is always true. | ||
dbtools.cxx (130) |
V560 | A part of conditional expression is always false: DataType::DECIMAL == nDataType. | ||
dbtools.cxx (130) |
V560 | A part of conditional expression is always false: DataType::NUMERIC == nDataType. | ||
dbtools.cxx (1110) |
V785 | Constant expression in switch statement. | ||
dbtools2.cxx (143) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools2.cxx (148) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools2.cxx (153) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools2.cxx (163) |
V530 | The return value of function 'append' is required to be utilized. | ||
dbtools2.cxx (128) |
V560 | A part of conditional expression is always false: nPrecision > 0. | ||
dbtools2.cxx (128) |
V560 | A part of conditional expression is always false: nScale > 0. | ||
filtermanager.cxx (156) |
V530 | The return value of function 'insert' is required to be utilized. | ||
filtermanager.cxx (157) |
V530 | The return value of function 'insert' is required to be utilized. | ||
filtermanager.cxx (162) |
V530 | The return value of function 'append' is required to be utilized. | ||
parameters.cxx (222) |
V547 | Expression 'isFunction' is always false. | ||
predicateinput.cxx (137) |
V560 | A part of conditional expression is always false: (DataType::CHAR == nType). | ||
predicateinput.cxx (138) |
V560 | A part of conditional expression is always false: (DataType::VARCHAR == nType). | ||
predicateinput.cxx (139) |
V560 | A part of conditional expression is always false: (DataType::LONGVARCHAR == nType). | ||
predicateinput.cxx (140) |
V560 | A part of conditional expression is always false: (DataType::CLOB == nType). | ||
predicateinput.cxx (162) |
V560 | A part of conditional expression is always false: (DataType::FLOAT == nType). | ||
predicateinput.cxx (163) |
V560 | A part of conditional expression is always false: (DataType::REAL == nType). | ||
predicateinput.cxx (164) |
V560 | A part of conditional expression is always false: (DataType::DOUBLE == nType). | ||
predicateinput.cxx (165) |
V560 | A part of conditional expression is always false: (DataType::NUMERIC == nType). | ||
predicateinput.cxx (166) |
V560 | A part of conditional expression is always false: (DataType::DECIMAL == nType). | ||
statementcomposer.cxx (149) |
V547 | Expression '!bQueryEscapeProcessing' is always true. | ||
ZPoolCollection.cxx (395) |
V547 | Expression '!bEnabled' is always false. | ||
ZPoolCollection.cxx (406) |
V547 | Expression '!bEnabled' is always false. | ||
CTable.cxx (264) |
V547 | Expression 'nNumType & NumberFormat::TEXT' is always false. | ||
CTable.cxx (266) |
V547 | Expression 'nNumType & NumberFormat::NUMBER' is always true. | ||
CTable.cxx (562) |
V547 | Expression '!bRangeHeader' is always false. | ||
DIndex.cxx (523) |
V547 | Expression 'm_aHeader.db_maxkeys < 3' is always false. | ||
DIndex.cxx (59) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
DIndex.cxx (73) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
DIndex.cxx (571) |
V522 | There might be dereferencing of a potential null pointer 'pDbaseRes'. | ||
DIndex.cxx (520) |
V547 | Expression 'm_aHeader.db_keytype' is always true. | ||
DIndex.cxx (519) |
V560 | A part of conditional expression is always false: nType == DataType::CHAR. | ||
DIndex.cxx (519) |
V560 | A part of conditional expression is always false: nType == DataType::VARCHAR. | ||
DIndex.cxx (521) |
V1048 | The 'm_aHeader.db_keylen' variable was assigned the same value. | ||
DResultSet.cxx (115) |
V1019 | Compound assignment expression 'rhs >>= nSecond' is used inside condition. | ||
DTable.cxx (1936) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
DTable.cxx (2702) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
DTable.cxx (1290) |
V547 | Expression 'nPrecision < 255' is always true. | ||
DTable.cxx (1291) |
V547 | Expression 'nPrecision > 254' is always false. | ||
DTable.cxx (1301) |
V547 | Expression 'nPrecision >= nScale' is always true. | ||
DTable.cxx (1303) |
V547 | Expression 'nPrecision < nScale' is always false. | ||
DTable.cxx (1691) |
V522 | There might be dereferencing of a potential null pointer 'pIndex'. | ||
DTable.cxx (1798) |
V522 | There might be dereferencing of a potential null pointer 'pIndex'. | ||
DTable.cxx (1241) |
V1048 | The 'cTyp' variable was assigned the same value. | ||
DTable.cxx (1845) |
V1086 | A call of the 'memcpy' function will lead to underflow of the buffer 's'. | ||
FResultSet.cxx (996) |
V1037 | Two or more case-branches perform the same actions. Check lines: 996, 999 | ||
FStatement.cxx (89) |
V1053 | Calling the 'disposing' virtual function in the destructor may lead to unexpected result at runtime. | ||
FStatement.cxx (666) |
V1037 | Two or more case-branches perform the same actions. Check lines: 666, 688 | ||
FStringFunctions.cxx (75) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
FStringFunctions.cxx (158) |
V530 | The return value of function 'padToLength' is required to be utilized. | ||
FTable.cxx (43) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
FTable.cxx (65) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
fcomp.cxx (151) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (154) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (163) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (187) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (190) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (202) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (205) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (260) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (777) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (847) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (864) |
V1023 | A pointer without owner is added to the 'm_aCodeList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
fcomp.cxx (353) |
V1037 | Two or more case-branches perform the same actions. Check lines: 353, 362 | ||
fcomp.cxx (244) |
V1048 | The 'ePredicateType' variable was assigned the same value. | ||
quotedstring.cxx (112) |
V530 | The return value of function 'append' is required to be utilized. | ||
quotedstring.cxx (122) |
V530 | The return value of function 'append' is required to be utilized. | ||
quotedstring.cxx (136) |
V530 | The return value of function 'append' is required to be utilized. | ||
Blob.cxx (34) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: m_statusVector. | ||
Clob.cxx (106) |
V530 | The return value of function 'append' is required to be utilized. | ||
Column.cxx (21) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
Connection.cxx (640) |
V530 | The return value of function 'append' is required to be utilized. | ||
Connection.cxx (651) |
V530 | The return value of function 'append' is required to be utilized. | ||
Connection.cxx (486) |
V1037 | Two or more case-branches perform the same actions. Check lines: 486, 489 | ||
PreparedStatement.cxx (422) |
V530 | The return value of function 'remove' is required to be utilized. | ||
PreparedStatement.cxx (426) |
V530 | The return value of function 'truncate' is required to be utilized. | ||
PreparedStatement.cxx (431) |
V530 | The return value of function 'append' is required to be utilized. | ||
ResultSet.cxx (380) |
V530 | The return value of function 'append' is required to be utilized. | ||
ResultSet.cxx (384) |
V530 | The return value of function 'insert' is required to be utilized. | ||
ResultSet.cxx (387) |
V530 | The return value of function 'insert' is required to be utilized. | ||
ResultSetMetaData.cxx (137) |
V530 | The return value of function 'sanitizeIdentifier' is required to be utilized. | ||
ResultSetMetaData.cxx (170) |
V530 | The return value of function 'sanitizeIdentifier' is required to be utilized. | ||
StatementCommonBase.cxx (48) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: m_statusVector. | ||
SubComponent.hxx (100) |
V547 | Expression '!s_pProps' is always true. | ||
Table.cxx (155) |
V547 | Expression is always true. | ||
Table.cxx (159) |
V547 | Expression 'nNullable == ColumnValue::NULLABLE' is always false. | ||
Table.cxx (47) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
Table.cxx (67) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
Tables.cxx (103) |
V560 | A part of conditional expression is always false: aType == DataType::BINARY. | ||
Tables.cxx (103) |
V560 | A part of conditional expression is always false: aType == DataType::VARBINARY. | ||
Util.cxx (162) |
V547 | Expression '!"Unknown subtype for Blob type"' is always false. | ||
Util.cxx (320) |
V1037 | Two or more case-branches perform the same actions. Check lines: 320, 323 | ||
ETable.cxx (384) |
V530 | The return value of function 'GetTokenSpecial' is required to be utilized. | ||
ETable.cxx (640) |
V530 | The return value of function 'append' is required to be utilized. | ||
ETable.cxx (648) |
V530 | The return value of function 'append' is required to be utilized. | ||
ETable.cxx (72) |
V522 | There might be dereferencing of a potential null pointer 'pConnection'. | ||
ETable.cxx (574) |
V522 | There might be dereferencing of a potential null pointer 'pConnection'. | ||
ETable.cxx (630) |
V560 | A part of conditional expression is always false: nType == DataType::INTEGER. | ||
ETable.cxx (630) |
V560 | A part of conditional expression is always true: !cDecimalDelimiter. | ||
ETable.cxx (630) |
V560 | A part of conditional expression is always true: nType != DataType::INTEGER. | ||
ETable.cxx (232) |
V1048 | The 'bNumeric' variable was assigned the same value. | ||
HColumns.cxx (47) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
HDriver.cxx (150) |
V530 | The return value of function 'append' is required to be utilized. | ||
HDriver.cxx (864) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
HTable.cxx (193) |
V547 | Expression 'bOldAutoIncrement != bAutoIncrement' is always false. | ||
HTable.cxx (60) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
HTable.cxx (81) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
HTable.cxx (218) |
V547 | Expression 'm_xColumns' is always true. | ||
HTable.cxx (184) |
V560 | A part of conditional expression is always false: nOldType != nNewType. | ||
HTable.cxx (186) |
V560 | A part of conditional expression is always false: nOldPrec != nNewPrec. | ||
HTable.cxx (187) |
V560 | A part of conditional expression is always false: nOldScale != nNewScale. | ||
HTable.cxx (188) |
V560 | A part of conditional expression is always false: nNewNullable != nOldNullable. | ||
HTable.cxx (189) |
V560 | A part of conditional expression is always false: bOldAutoIncrement != bAutoIncrement. | ||
HTools.cxx (32) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
HTools.cxx (34) |
V530 | The return value of function 'append' is required to be utilized. | ||
HTools.cxx (39) |
V530 | The return value of function 'appendAscii' is required to be utilized. | ||
HTools.cxx (41) |
V530 | The return value of function 'append' is required to be utilized. | ||
HTools.cxx (45) |
V530 | The return value of function 'append' is required to be utilized. | ||
HUser.cxx (44) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
HUser.cxx (52) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
HUser.cxx (61) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
JBigDecimal.cxx (53) |
V1053 | Calling the 'getMyClass' virtual function in the constructor may lead to unexpected result at runtime. | ||
JBigDecimal.cxx (72) |
V1053 | Calling the 'getMyClass' virtual function in the constructor may lead to unexpected result at runtime. | ||
JConnection.cxx (746) |
V560 | A part of conditional expression is always true: t.pEnv. | ||
Object.cxx (164) |
V1004 | The '_pEnvironment' pointer was used unsafely after it was verified against nullptr. Check lines: 160, 164. | ||
Timestamp.cxx (52) |
V1053 | Calling the 'getMyClass' virtual function in the constructor may lead to unexpected result at runtime. | ||
Timestamp.cxx (120) |
V1053 | Calling the 'getMyClass' virtual function in the constructor may lead to unexpected result at runtime. | ||
Timestamp.cxx (175) |
V1053 | Calling the 'getMyClass' virtual function in the constructor may lead to unexpected result at runtime. | ||
tools.cxx (86) |
V1053 | Calling the 'getMyClass' virtual function in the constructor may lead to unexpected result at runtime. | ||
MMozillaBootstrap.cxx (40) |
V1053 | Calling the 'bootupProfile' virtual function in the constructor may lead to unexpected result at runtime. | ||
YColumns.cxx (41) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
YTable.cxx (174) |
V547 | Expression 'bOldAutoIncrement != bAutoIncrement' is always false. | ||
YTable.cxx (70) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
YTable.cxx (80) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
YTable.cxx (240) |
V547 | Expression 'm_xColumns' is always true. | ||
YTable.cxx (168) |
V560 | A part of conditional expression is always false: nOldPrec != nNewPrec. | ||
YTable.cxx (168) |
V560 | A part of conditional expression is always false: nOldScale != nNewScale. | ||
YTable.cxx (168) |
V560 | A part of conditional expression is always false: nOldType != nNewType. | ||
YTable.cxx (169) |
V560 | A part of conditional expression is always false: bOldAutoIncrement != bAutoIncrement. | ||
YTable.cxx (169) |
V560 | A part of conditional expression is always false: nNewNullable != nOldNullable. | ||
YUser.cxx (45) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
YUser.cxx (53) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
YUser.cxx (61) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
mysqlc_column.cxx (17) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
mysqlc_general.hxx (68) |
V575 | The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 68, 67. | ||
mysqlc_resultsetmetadata.hxx (33) |
V730 | Not all members of a class are initialized inside the compiler generated constructor. Consider inspecting: decimals, max_length. | ||
mysqlc_subcomponent.hxx (99) |
V547 | Expression '!s_pProps' is always true. | ||
mysqlc_table.cxx (30) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
mysqlc_table.cxx (42) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
mysqlc_user.cxx (45) |
V1053 | Calling the 'construct' virtual function in the constructor may lead to unexpected result at runtime. | ||
OConnection.cxx (402) |
V542 | Consider inspecting an odd type cast: 'unsigned char' to 'void *'. | ||
OConnection.cxx (103) |
V547 | Expression 'bSilent' is always true. | ||
OTools.cxx (116) |
V530 | The return value of function 'append' is required to be utilized. | ||
OTools.cxx (119) |
V530 | The return value of function 'appendUtf32' is required to be utilized. | ||
OTools.cxx (518) |
V1048 | The 'nValue' variable was assigned the same value. | ||
pq_array.cxx (13) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||
pq_baseresultset.cxx (13) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||
pq_connection.cxx (13) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||
CConnection.hxx (58) |
V1050 | The uninitialized class member 'm_aMutex' is used when initializing the base class 'WeakComponentImplHelper'. | ||
OTools.hxx (266) |
V1032 | The pointer 'str' is cast to a more strictly aligned pointer type. | ||
LibreOfficeKitEnums.h (1250) |
V547 | Expression is always false. | ||
sbmeth.hxx (30) |
V690 | The copy constructor is declared as private in the 'SbMethod' class, but the default copy assignment operator will still be generated by compiler. It is dangerous to use such a class. | ||
sbxvar.hxx (140) |
V1071 | Consider inspecting the 'GetInteger' function. The return value is not always used. Total calls: 41, discarded results: 2. | ||
sbxvar.hxx (150) |
V1071 | Consider inspecting the 'GetDate' function. The return value is not always used. Total calls: 11, discarded results: 1. | ||
typemanager.hxx (55) |
V1071 | Consider inspecting the 'getSort' function. The return value is not always used. Total calls: 18, discarded results: 1. | ||
Sequence.h (60) |
V690 | The 'Sequence' class implements the move assignment operator, but lacks a move constructor. It is dangerous to use such a class. | ||
Type.h (58) |
V690 | The 'Type' class implements the move assignment operator, but lacks a move constructor. It is dangerous to use such a class. | ||
anycompare.hxx (77) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
anycompare.hxx (94) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
anycompare.hxx (116) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
anycompare.hxx (136) |
V1019 | Compound assignment expression '_rhs >>= rhs' is used inside condition. | ||
extract.hxx (106) |
V547 | Expression 'nValue != 0' is always false. | ||
extract.hxx (99) |
V614 | Uninitialized variable 'b' used. | ||
propertybag.hxx (42) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~PropertyBag' method of the 'PropertyBag' class. | ||
stl_types.hxx (137) |
V530 | The return value of function 'append' is required to be utilized. | ||
string.hxx (60) |
V530 | The return value of function 'remove' is required to be utilized. | ||
traceevent.hxx (71) |
V530 | The return value of function 'append' is required to be utilized. | ||
traceevent.hxx (75) |
V530 | The return value of function 'append' is required to be utilized. | ||
unique_disposing_ptr.hxx (69) |
V1053 | Calling the 'reset' virtual function in the destructor may lead to unexpected result at runtime. | ||
sqlparse.hxx (56) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~OParseContext' method of the 'OParseContext' class. | ||
proptypehlp.hxx (59) |
V547 | Expression 'i16 != 0' is always false. | ||
typeprovider.hxx (176) |
V690 | The 'OImplementationId' class implements a copy constructor, but lacks the copy assignment operator. It is dangerous to use such a class. | ||
eeitem.hxx (75) |
V1043 | A global object variable 'EE_PARA_WRITINGDIR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (76) |
V1043 | A global object variable 'EE_PARA_XMLATTRIBS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (77) |
V1043 | A global object variable 'EE_PARA_HANGINGPUNCTUATION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (78) |
V1043 | A global object variable 'EE_PARA_FORBIDDENRULES' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (79) |
V1043 | A global object variable 'EE_PARA_ASIANCJKSPACING' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (80) |
V1043 | A global object variable 'EE_PARA_NUMBULLET' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (81) |
V1043 | A global object variable 'EE_PARA_HYPHENATE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (82) |
V1043 | A global object variable 'EE_PARA_HYPHENATE_NO_CAPS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (83) |
V1043 | A global object variable 'EE_PARA_HYPHENATE_NO_LAST_WORD' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (84) |
V1043 | A global object variable 'EE_PARA_BULLETSTATE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (85) |
V1043 | A global object variable 'EE_PARA_OUTLLRSPACE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (86) |
V1043 | A global object variable 'EE_PARA_OUTLLEVEL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (87) |
V1043 | A global object variable 'EE_PARA_BULLET' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (88) |
V1043 | A global object variable 'EE_PARA_LRSPACE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (89) |
V1043 | A global object variable 'EE_PARA_ULSPACE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (90) |
V1043 | A global object variable 'EE_PARA_SBL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (91) |
V1043 | A global object variable 'EE_PARA_JUST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (92) |
V1043 | A global object variable 'EE_PARA_TABS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (93) |
V1043 | A global object variable 'EE_PARA_JUST_METHOD' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (94) |
V1043 | A global object variable 'EE_PARA_VER_JUST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (99) |
V1043 | A global object variable 'EE_CHAR_COLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (100) |
V1043 | A global object variable 'EE_CHAR_FONTINFO' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (101) |
V1043 | A global object variable 'EE_CHAR_FONTHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (102) |
V1043 | A global object variable 'EE_CHAR_FONTWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (103) |
V1043 | A global object variable 'EE_CHAR_WEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (104) |
V1043 | A global object variable 'EE_CHAR_UNDERLINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (105) |
V1043 | A global object variable 'EE_CHAR_STRIKEOUT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (106) |
V1043 | A global object variable 'EE_CHAR_ITALIC' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (107) |
V1043 | A global object variable 'EE_CHAR_OUTLINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (108) |
V1043 | A global object variable 'EE_CHAR_SHADOW' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (109) |
V1043 | A global object variable 'EE_CHAR_ESCAPEMENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (110) |
V1043 | A global object variable 'EE_CHAR_PAIRKERNING' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (111) |
V1043 | A global object variable 'EE_CHAR_KERNING' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (112) |
V1043 | A global object variable 'EE_CHAR_WLM' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (113) |
V1043 | A global object variable 'EE_CHAR_LANGUAGE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (114) |
V1043 | A global object variable 'EE_CHAR_LANGUAGE_CJK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (115) |
V1043 | A global object variable 'EE_CHAR_LANGUAGE_CTL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (116) |
V1043 | A global object variable 'EE_CHAR_FONTINFO_CJK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (117) |
V1043 | A global object variable 'EE_CHAR_FONTINFO_CTL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (118) |
V1043 | A global object variable 'EE_CHAR_FONTHEIGHT_CJK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (119) |
V1043 | A global object variable 'EE_CHAR_FONTHEIGHT_CTL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (120) |
V1043 | A global object variable 'EE_CHAR_WEIGHT_CJK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (121) |
V1043 | A global object variable 'EE_CHAR_WEIGHT_CTL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (122) |
V1043 | A global object variable 'EE_CHAR_ITALIC_CJK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (123) |
V1043 | A global object variable 'EE_CHAR_ITALIC_CTL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (124) |
V1043 | A global object variable 'EE_CHAR_EMPHASISMARK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (125) |
V1043 | A global object variable 'EE_CHAR_RELIEF' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (126) |
V1043 | A global object variable 'EE_CHAR_XMLATTRIBS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (127) |
V1043 | A global object variable 'EE_CHAR_OVERLINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (128) |
V1043 | A global object variable 'EE_CHAR_CASEMAP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (129) |
V1043 | A global object variable 'EE_CHAR_GRABBAG' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (130) |
V1043 | A global object variable 'EE_CHAR_BKGCOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
eeitem.hxx (138) |
V1043 | A global object variable 'EE_FEATURE_FIELD' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
unotext.hxx (245) |
V690 | The 'SvxUnoTextRangeBase' class implements a copy constructor, but lacks the copy assignment operator. It is dangerous to use such a class. | ||
file.hxx (1218) |
V580 | An odd explicit type casting. Consider verifying it. | ||
instance.hxx (34) |
V1068 | Do not define an unnamed namespace in a header file. | ||
string.hxx (134) |
V730 | Not all members of a class are initialized inside the compiler generated constructor. Consider inspecting: buffer. | ||
string.hxx (220) |
V1080 | Call of 'std::is_constant_evaluated' function always returns false. The call occurs only at runtime. | ||
string.hxx (247) |
V1080 | Call of 'std::is_constant_evaluated' function always returns false. The call occurs only at runtime. | ||
string.hxx (473) |
V1080 | Call of 'std::is_constant_evaluated' function always returns false. The call occurs only at runtime. | ||
ustrbuf.hxx (1591) |
V530 | The return value of function 'remove' is required to be utilized. | ||
ustrbuf.hxx (1618) |
V530 | The return value of function 'truncate' is required to be utilized. | ||
ustrbuf.hxx (72) |
V690 | The 'OUStringBuffer' class implements the move assignment operator, but lacks a move constructor. It is dangerous to use such a class. | ||
ustring.hxx (118) |
V730 | Not all members of a class are initialized inside the compiler generated constructor. Consider inspecting: buffer. | ||
ustring.hxx (199) |
V1080 | Call of 'std::is_constant_evaluated' function always returns false. The call occurs only at runtime. | ||
ustring.hxx (226) |
V1080 | Call of 'std::is_constant_evaluated' function always returns false. The call occurs only at runtime. | ||
ustring.hxx (537) |
V1080 | Call of 'std::is_constant_evaluated' function always returns false. The call occurs only at runtime. | ||
frame.hxx (66) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SfxFrame' method of the 'SfxFrame' class. | ||
itemset.hxx (81) |
V690 | The 'SfxItemSet' class implements a move constructor, but lacks the move assignment operator. It is dangerous to use such a class. | ||
poolitem.hxx (51) |
V547 | Expression 'nNum != 0' is always false. | ||
style.hxx (114) |
V690 | The 'SfxStyleSheetBase' class implements a copy constructor, but lacks the copy assignment operator. It is dangerous to use such a class. | ||
svdde.hxx (196) |
V690 | The 'DdeItem' class implements a copy constructor, but lacks the copy assignment operator. It is dangerous to use such a class. | ||
zformat.hxx (148) |
V690 | The 'SvNumberformat' class implements a copy constructor, but lacks the copy assignment operator. It is dangerous to use such a class. | ||
flagsdef.hxx (83) |
V1043 | A global object variable 'fSvxNumValConst' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
sdrmasterpagedescriptor.hxx (34) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~MasterPageDescriptor' method of the 'MasterPageDescriptor' class. | ||
svddef.hxx (184) |
V1043 | A global object variable 'SDRATTR_SHADOW' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (185) |
V1043 | A global object variable 'SDRATTR_SHADOWCOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (186) |
V1043 | A global object variable 'SDRATTR_SHADOWXDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (187) |
V1043 | A global object variable 'SDRATTR_SHADOWYDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (188) |
V1043 | A global object variable 'SDRATTR_SHADOWTRANSPARENCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (189) |
V1043 | A global object variable 'SDRATTR_SHADOW3D' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (190) |
V1043 | A global object variable 'SDRATTR_SHADOWPERSP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (191) |
V1043 | A global object variable 'SDRATTR_SHADOWSIZEX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (192) |
V1043 | A global object variable 'SDRATTR_SHADOWSIZEY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (193) |
V1043 | A global object variable 'SDRATTR_SHADOWBLUR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (194) |
V1043 | A global object variable 'SDRATTR_SHADOWALIGNMENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (198) |
V1043 | A global object variable 'SDRATTR_CAPTIONTYPE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (199) |
V1043 | A global object variable 'SDRATTR_CAPTIONFIXEDANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (200) |
V1043 | A global object variable 'SDRATTR_CAPTIONANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (201) |
V1043 | A global object variable 'SDRATTR_CAPTIONGAP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (202) |
V1043 | A global object variable 'SDRATTR_CAPTIONESCDIR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (203) |
V1043 | A global object variable 'SDRATTR_CAPTIONESCISREL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (204) |
V1043 | A global object variable 'SDRATTR_CAPTIONESCREL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (205) |
V1043 | A global object variable 'SDRATTR_CAPTIONESCABS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (206) |
V1043 | A global object variable 'SDRATTR_CAPTIONLINELEN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (207) |
V1043 | A global object variable 'SDRATTR_CAPTIONFITLINELEN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (211) |
V1043 | A global object variable 'SDRATTR_CORNER_RADIUS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (212) |
V1043 | A global object variable 'SDRATTR_TEXT_MINFRAMEHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (213) |
V1043 | A global object variable 'SDRATTR_TEXT_AUTOGROWHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (214) |
V1043 | A global object variable 'SDRATTR_TEXT_FITTOSIZE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (215) |
V1043 | A global object variable 'SDRATTR_TEXT_LEFTDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (216) |
V1043 | A global object variable 'SDRATTR_TEXT_RIGHTDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (217) |
V1043 | A global object variable 'SDRATTR_TEXT_UPPERDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (218) |
V1043 | A global object variable 'SDRATTR_TEXT_LOWERDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (219) |
V1043 | A global object variable 'SDRATTR_TEXT_VERTADJUST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (220) |
V1043 | A global object variable 'SDRATTR_TEXT_MAXFRAMEHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (221) |
V1043 | A global object variable 'SDRATTR_TEXT_MINFRAMEWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (222) |
V1043 | A global object variable 'SDRATTR_TEXT_MAXFRAMEWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (223) |
V1043 | A global object variable 'SDRATTR_TEXT_AUTOGROWWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (224) |
V1043 | A global object variable 'SDRATTR_TEXT_HORZADJUST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (225) |
V1043 | A global object variable 'SDRATTR_TEXT_ANIKIND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (226) |
V1043 | A global object variable 'SDRATTR_TEXT_ANIDIRECTION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (227) |
V1043 | A global object variable 'SDRATTR_TEXT_ANISTARTINSIDE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (228) |
V1043 | A global object variable 'SDRATTR_TEXT_ANISTOPINSIDE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (229) |
V1043 | A global object variable 'SDRATTR_TEXT_ANICOUNT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (230) |
V1043 | A global object variable 'SDRATTR_TEXT_ANIDELAY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (231) |
V1043 | A global object variable 'SDRATTR_TEXT_ANIAMOUNT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (232) |
V1043 | A global object variable 'SDRATTR_TEXT_CONTOURFRAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (233) |
V1043 | A global object variable 'SDRATTR_XMLATTRIBUTES' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (234) |
V1043 | A global object variable 'SDRATTR_TEXT_USEFIXEDCELLHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (235) |
V1043 | A global object variable 'SDRATTR_TEXT_WORDWRAP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (236) |
V1043 | A global object variable 'SDRATTR_TEXT_CHAINNEXTNAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (237) |
V1043 | A global object variable 'SDRATTR_TEXT_CLIPVERTOVERFLOW' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (241) |
V1043 | A global object variable 'SDRATTR_EDGEKIND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (242) |
V1043 | A global object variable 'SDRATTR_EDGENODE1HORZDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (243) |
V1043 | A global object variable 'SDRATTR_EDGENODE1VERTDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (244) |
V1043 | A global object variable 'SDRATTR_EDGENODE2HORZDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (245) |
V1043 | A global object variable 'SDRATTR_EDGENODE2VERTDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (246) |
V1043 | A global object variable 'SDRATTR_EDGENODE1GLUEDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (247) |
V1043 | A global object variable 'SDRATTR_EDGENODE2GLUEDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (248) |
V1043 | A global object variable 'SDRATTR_EDGELINEDELTACOUNT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (249) |
V1043 | A global object variable 'SDRATTR_EDGELINE1DELTA' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (250) |
V1043 | A global object variable 'SDRATTR_EDGELINE2DELTA' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (251) |
V1043 | A global object variable 'SDRATTR_EDGELINE3DELTA' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (255) |
V1043 | A global object variable 'SDRATTR_MEASUREKIND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (256) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTHPOS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (257) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTVPOS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (258) |
V1043 | A global object variable 'SDRATTR_MEASURELINEDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (259) |
V1043 | A global object variable 'SDRATTR_MEASUREHELPLINEOVERHANG' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (260) |
V1043 | A global object variable 'SDRATTR_MEASUREHELPLINEDIST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (261) |
V1043 | A global object variable 'SDRATTR_MEASUREHELPLINE1LEN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (262) |
V1043 | A global object variable 'SDRATTR_MEASUREHELPLINE2LEN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (263) |
V1043 | A global object variable 'SDRATTR_MEASUREBELOWREFEDGE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (264) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTROTA90' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (265) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTUPSIDEDOWN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (266) |
V1043 | A global object variable 'SDRATTR_MEASUREOVERHANG' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (267) |
V1043 | A global object variable 'SDRATTR_MEASUREUNIT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (268) |
V1043 | A global object variable 'SDRATTR_MEASURESCALE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (269) |
V1043 | A global object variable 'SDRATTR_MEASURESHOWUNIT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (270) |
V1043 | A global object variable 'SDRATTR_MEASUREFORMATSTRING' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (271) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTAUTOANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (272) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTAUTOANGLEVIEW' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (273) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTISFIXEDANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (274) |
V1043 | A global object variable 'SDRATTR_MEASURETEXTFIXEDANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (275) |
V1043 | A global object variable 'SDRATTR_MEASUREDECIMALPLACES' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (279) |
V1043 | A global object variable 'SDRATTR_CIRCKIND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (280) |
V1043 | A global object variable 'SDRATTR_CIRCSTARTANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (281) |
V1043 | A global object variable 'SDRATTR_CIRCENDANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (286) |
V1043 | A global object variable 'SDRATTR_OBJMOVEPROTECT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (287) |
V1043 | A global object variable 'SDRATTR_OBJSIZEPROTECT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (288) |
V1043 | A global object variable 'SDRATTR_OBJPRINTABLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (289) |
V1043 | A global object variable 'SDRATTR_LAYERID' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (290) |
V1043 | A global object variable 'SDRATTR_LAYERNAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (291) |
V1043 | A global object variable 'SDRATTR_OBJECTNAME' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (292) |
V1043 | A global object variable 'SDRATTR_ALLPOSITIONX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (293) |
V1043 | A global object variable 'SDRATTR_ALLPOSITIONY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (294) |
V1043 | A global object variable 'SDRATTR_ALLSIZEWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (295) |
V1043 | A global object variable 'SDRATTR_ALLSIZEHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (296) |
V1043 | A global object variable 'SDRATTR_ONEPOSITIONX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (297) |
V1043 | A global object variable 'SDRATTR_ONEPOSITIONY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (298) |
V1043 | A global object variable 'SDRATTR_ONESIZEWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (299) |
V1043 | A global object variable 'SDRATTR_ONESIZEHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (300) |
V1043 | A global object variable 'SDRATTR_LOGICSIZEWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (301) |
V1043 | A global object variable 'SDRATTR_LOGICSIZEHEIGHT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (302) |
V1043 | A global object variable 'SDRATTR_ROTATEANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (303) |
V1043 | A global object variable 'SDRATTR_SHEARANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (304) |
V1043 | A global object variable 'SDRATTR_MOVEX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (305) |
V1043 | A global object variable 'SDRATTR_MOVEY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (306) |
V1043 | A global object variable 'SDRATTR_RESIZEXONE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (307) |
V1043 | A global object variable 'SDRATTR_RESIZEYONE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (308) |
V1043 | A global object variable 'SDRATTR_ROTATEONE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (309) |
V1043 | A global object variable 'SDRATTR_HORZSHEARONE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (310) |
V1043 | A global object variable 'SDRATTR_VERTSHEARONE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (311) |
V1043 | A global object variable 'SDRATTR_RESIZEXALL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (312) |
V1043 | A global object variable 'SDRATTR_RESIZEYALL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (313) |
V1043 | A global object variable 'SDRATTR_ROTATEALL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (314) |
V1043 | A global object variable 'SDRATTR_HORZSHEARALL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (315) |
V1043 | A global object variable 'SDRATTR_VERTSHEARALL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (316) |
V1043 | A global object variable 'SDRATTR_TRANSFORMREF1X' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (317) |
V1043 | A global object variable 'SDRATTR_TRANSFORMREF1Y' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (318) |
V1043 | A global object variable 'SDRATTR_TRANSFORMREF2X' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (319) |
V1043 | A global object variable 'SDRATTR_TRANSFORMREF2Y' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (320) |
V1043 | A global object variable 'SDRATTR_TEXTDIRECTION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (321) |
V1043 | A global object variable 'SDRATTR_OBJVISIBLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (326) |
V1043 | A global object variable 'SDRATTR_GRAFRED' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (327) |
V1043 | A global object variable 'SDRATTR_GRAFGREEN' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (328) |
V1043 | A global object variable 'SDRATTR_GRAFBLUE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (329) |
V1043 | A global object variable 'SDRATTR_GRAFLUMINANCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (330) |
V1043 | A global object variable 'SDRATTR_GRAFCONTRAST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (331) |
V1043 | A global object variable 'SDRATTR_GRAFGAMMA' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (332) |
V1043 | A global object variable 'SDRATTR_GRAFTRANSPARENCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (333) |
V1043 | A global object variable 'SDRATTR_GRAFINVERT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (334) |
V1043 | A global object variable 'SDRATTR_GRAFMODE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (335) |
V1043 | A global object variable 'SDRATTR_GRAFCROP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (341) |
V1043 | A global object variable 'SDRATTR_3DOBJ_PERCENT_DIAGONAL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (342) |
V1043 | A global object variable 'SDRATTR_3DOBJ_BACKSCALE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (343) |
V1043 | A global object variable 'SDRATTR_3DOBJ_DEPTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (344) |
V1043 | A global object variable 'SDRATTR_3DOBJ_HORZ_SEGS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (345) |
V1043 | A global object variable 'SDRATTR_3DOBJ_VERT_SEGS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (346) |
V1043 | A global object variable 'SDRATTR_3DOBJ_END_ANGLE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (347) |
V1043 | A global object variable 'SDRATTR_3DOBJ_DOUBLE_SIDED' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (348) |
V1043 | A global object variable 'SDRATTR_3DOBJ_NORMALS_KIND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (349) |
V1043 | A global object variable 'SDRATTR_3DOBJ_NORMALS_INVERT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (350) |
V1043 | A global object variable 'SDRATTR_3DOBJ_TEXTURE_PROJ_X' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (351) |
V1043 | A global object variable 'SDRATTR_3DOBJ_TEXTURE_PROJ_Y' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (352) |
V1043 | A global object variable 'SDRATTR_3DOBJ_SHADOW_3D' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (353) |
V1043 | A global object variable 'SDRATTR_3DOBJ_MAT_COLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (354) |
V1043 | A global object variable 'SDRATTR_3DOBJ_MAT_EMISSION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (355) |
V1043 | A global object variable 'SDRATTR_3DOBJ_MAT_SPECULAR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (356) |
V1043 | A global object variable 'SDRATTR_3DOBJ_MAT_SPECULAR_INTENSITY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (357) |
V1043 | A global object variable 'SDRATTR_3DOBJ_TEXTURE_KIND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (358) |
V1043 | A global object variable 'SDRATTR_3DOBJ_TEXTURE_MODE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (359) |
V1043 | A global object variable 'SDRATTR_3DOBJ_TEXTURE_FILTER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (363) |
V1043 | A global object variable 'SDRATTR_3DOBJ_SMOOTH_NORMALS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (364) |
V1043 | A global object variable 'SDRATTR_3DOBJ_SMOOTH_LIDS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (365) |
V1043 | A global object variable 'SDRATTR_3DOBJ_CHARACTER_MODE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (366) |
V1043 | A global object variable 'SDRATTR_3DOBJ_CLOSE_FRONT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (367) |
V1043 | A global object variable 'SDRATTR_3DOBJ_CLOSE_BACK' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (371) |
V1043 | A global object variable 'SDRATTR_3DOBJ_REDUCED_LINE_GEOMETRY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (376) |
V1043 | A global object variable 'SDRATTR_3DSCENE_PERSPECTIVE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (377) |
V1043 | A global object variable 'SDRATTR_3DSCENE_DISTANCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (378) |
V1043 | A global object variable 'SDRATTR_3DSCENE_FOCAL_LENGTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (379) |
V1043 | A global object variable 'SDRATTR_3DSCENE_TWO_SIDED_LIGHTING' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (380) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_1' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (381) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_2' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (382) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_3' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (383) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_4' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (384) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_5' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (385) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_6' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (386) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_7' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (387) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTCOLOR_8' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (388) |
V1043 | A global object variable 'SDRATTR_3DSCENE_AMBIENTCOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (389) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_1' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (390) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_2' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (391) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_3' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (392) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_4' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (393) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_5' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (394) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_6' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (395) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_7' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (396) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTON_8' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (397) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_1' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (398) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_2' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (399) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_3' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (400) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_4' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (401) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_5' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (402) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_6' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (403) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_7' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (404) |
V1043 | A global object variable 'SDRATTR_3DSCENE_LIGHTDIRECTION_8' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (405) |
V1043 | A global object variable 'SDRATTR_3DSCENE_SHADOW_SLANT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (406) |
V1043 | A global object variable 'SDRATTR_3DSCENE_SHADE_MODE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (411) |
V1043 | A global object variable 'SDRATTR_CUSTOMSHAPE_ENGINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (412) |
V1043 | A global object variable 'SDRATTR_CUSTOMSHAPE_DATA' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (413) |
V1043 | A global object variable 'SDRATTR_CUSTOMSHAPE_GEOMETRY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (417) |
V1043 | A global object variable 'SDRATTR_TABLE_BORDER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (418) |
V1043 | A global object variable 'SDRATTR_TABLE_BORDER_INNER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (419) |
V1043 | A global object variable 'SDRATTR_TABLE_BORDER_TLBR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (420) |
V1043 | A global object variable 'SDRATTR_TABLE_BORDER_BLTR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (421) |
V1043 | A global object variable 'SDRATTR_TABLE_TEXT_ROTATION' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (422) |
V1043 | A global object variable 'SDRATTR_TABLE_CELL_GRABBAG' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (426) |
V1043 | A global object variable 'SDRATTR_GLOW_RADIUS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (427) |
V1043 | A global object variable 'SDRATTR_GLOW_COLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (428) |
V1043 | A global object variable 'SDRATTR_GLOW_TRANSPARENCY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (432) |
V1043 | A global object variable 'SDRATTR_SOFTEDGE_RADIUS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (436) |
V1043 | A global object variable 'SDRATTR_GLOW_TEXT_RADIUS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (437) |
V1043 | A global object variable 'SDRATTR_GLOW_TEXT_COLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (438) |
V1043 | A global object variable 'SDRATTR_GLOW_TEXT_TRANSPARENCY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (442) |
V1043 | A global object variable 'SDRATTR_TEXTCOLUMNS_NUMBER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (443) |
V1043 | A global object variable 'SDRATTR_TEXTCOLUMNS_SPACING' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (447) |
V1043 | A global object variable 'SDRATTR_WRITINGMODE2' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svddef.hxx (451) |
V1043 | A global object variable 'SDRATTR_EDGEOOXMLCURVE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svdhlpln.hxx (71) |
V1023 | A pointer without owner is added to the 'm_aList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
svdhlpln.hxx (75) |
V1023 | A pointer without owner is added to the 'm_aList' container by the 'emplace_back' method. A memory leak will occur in case of an exception. | ||
svdmark.hxx (44) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SdrMark' method of the 'SdrMark' class. | ||
svdoedge.hxx (135) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SdrEdgeObj' method of the 'SdrEdgeObj' class. | ||
svdopath.hxx (42) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SdrPathObj' method of the 'SdrPathObj' class. | ||
svdotable.hxx (94) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SdrTableObj' method of the 'SdrTableObj' class. | ||
svdpool.hxx (28) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the '~SdrItemPool' method of the 'SdrItemPool' class. | ||
svdtrans.hxx (33) |
V1043 | A global object variable 'SDRMAXSHEAR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
svdtypes.hxx (60) |
V1043 | A global object variable 'SDRLAYER_NOTFOUND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (92) |
V1043 | A global object variable 'XATTR_LINEDASH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (93) |
V1043 | A global object variable 'XATTR_LINEWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (94) |
V1043 | A global object variable 'XATTR_LINECOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (95) |
V1043 | A global object variable 'XATTR_LINESTART' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (96) |
V1043 | A global object variable 'XATTR_LINEEND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (97) |
V1043 | A global object variable 'XATTR_LINESTARTWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (98) |
V1043 | A global object variable 'XATTR_LINEENDWIDTH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (99) |
V1043 | A global object variable 'XATTR_LINESTARTCENTER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (100) |
V1043 | A global object variable 'XATTR_LINEENDCENTER' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (101) |
V1043 | A global object variable 'XATTR_LINETRANSPARENCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (102) |
V1043 | A global object variable 'XATTR_LINEJOINT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (103) |
V1043 | A global object variable 'XATTR_LINECAP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (105) |
V1043 | A global object variable 'XATTRSET_LINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (109) |
V1043 | A global object variable 'XATTR_FILLCOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (110) |
V1043 | A global object variable 'XATTR_FILLGRADIENT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (111) |
V1043 | A global object variable 'XATTR_FILLHATCH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (112) |
V1043 | A global object variable 'XATTR_FILLBITMAP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (113) |
V1043 | A global object variable 'XATTR_FILLTRANSPARENCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (114) |
V1043 | A global object variable 'XATTR_GRADIENTSTEPCOUNT' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (115) |
V1043 | A global object variable 'XATTR_FILLBMP_TILE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (116) |
V1043 | A global object variable 'XATTR_FILLBMP_POS' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (117) |
V1043 | A global object variable 'XATTR_FILLBMP_SIZEX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (118) |
V1043 | A global object variable 'XATTR_FILLBMP_SIZEY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (119) |
V1043 | A global object variable 'XATTR_FILLFLOATTRANSPARENCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (120) |
V1043 | A global object variable 'XATTR_SECONDARYFILLCOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (121) |
V1043 | A global object variable 'XATTR_FILLBMP_SIZELOG' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (122) |
V1043 | A global object variable 'XATTR_FILLBMP_TILEOFFSETX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (123) |
V1043 | A global object variable 'XATTR_FILLBMP_TILEOFFSETY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (124) |
V1043 | A global object variable 'XATTR_FILLBMP_STRETCH' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (125) |
V1043 | A global object variable 'XATTR_FILLBMP_POSOFFSETX' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (126) |
V1043 | A global object variable 'XATTR_FILLBMP_POSOFFSETY' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (127) |
V1043 | A global object variable 'XATTR_FILLBACKGROUND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (128) |
V1043 | A global object variable 'XATTR_FILLUSESLIDEBACKGROUND' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (130) |
V1043 | A global object variable 'XATTRSET_FILL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (134) |
V1043 | A global object variable 'XATTR_FORMTXTADJUST' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (135) |
V1043 | A global object variable 'XATTR_FORMTXTDISTANCE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (136) |
V1043 | A global object variable 'XATTR_FORMTXTSTART' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (137) |
V1043 | A global object variable 'XATTR_FORMTXTMIRROR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (138) |
V1043 | A global object variable 'XATTR_FORMTXTOUTLINE' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (139) |
V1043 | A global object variable 'XATTR_FORMTXTSHADOW' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (140) |
V1043 | A global object variable 'XATTR_FORMTXTSHDWCOLOR' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (141) |
V1043 | A global object variable 'XATTR_FORMTXTSHDWXVAL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (142) |
V1043 | A global object variable 'XATTR_FORMTXTSHDWYVAL' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (143) |
V1043 | A global object variable 'XATTR_FORMTXTHIDEFORM' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
xdef.hxx (144) |
V1043 | A global object variable 'XATTR_FORMTXTSHDWTRANSP' is declared in the header. Multiple copies of it will be created in all translation units that include this header file. | ||
BitmapBuffer.hxx (35) |
V730 | Not all members of a class are initialized inside the compiler generated constructor. Consider inspecting: mnWidth, mnHeight, mnScanlineSize, mpBits, mnBitCount. | ||
basslots.hxx (175) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (183) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (191) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (199) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (207) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (215) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (223) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (231) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (239) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (247) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (255) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (263) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (271) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (279) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (287) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (295) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (303) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (311) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (319) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (327) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (335) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (343) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (351) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (359) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (367) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (375) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (383) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (391) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (399) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (407) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (415) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (423) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (431) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (439) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (447) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (455) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (463) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (471) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (479) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (487) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (495) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (503) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (511) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (519) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (527) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (535) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (543) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (551) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (559) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (567) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (575) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (583) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (591) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (599) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (607) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (615) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (623) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (631) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (639) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (647) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (655) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (663) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (671) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (679) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (687) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (695) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (703) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (711) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (719) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (727) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (735) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (743) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (751) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (759) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (767) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (775) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (783) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (791) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (799) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (807) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (815) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (823) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (831) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (839) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (847) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (855) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (863) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (871) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (879) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (887) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (895) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (903) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (911) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (919) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (927) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (935) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (943) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (951) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (959) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (967) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (975) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (983) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (991) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (999) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1007) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1015) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1023) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1031) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1039) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1047) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1055) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1063) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1071) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1079) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1087) |
V501 | There are identical sub-expressions 'SfxSlotMode::NONE' to the left and to the right of the '|' operator. | ||
basslots.hxx (1118) |
V501 | There are identical sub-expressions to the left and to the right of the '|' operator: SfxSlotMode::NONE | SfxSlotMode::NONE | ||
XFastPropertySet.hpp (76) |
V547 | Expression '!bInitStarted' is always true. | ||
XMultiPropertySet.hpp (98) |
V547 | Expression '!bInitStarted' is always true. | ||
XPropertiesChangeListener.hpp (67) |
V547 | Expression '!bInitStarted' is always true. | ||
XPropertyAccess.hpp (76) |
V547 | Expression '!bInitStarted' is always true. | ||
XPropertyChangeListener.hpp (66) |
V547 | Expression '!bInitStarted' is always true. | ||
XPropertySet.hpp (104) |
V547 | Expression '!bInitStarted' is always true. | ||
XPropertySetInfo.hpp (80) |
V547 | Expression '!bInitStarted' is always true. | ||
XPropertySetOption.hpp (66) |
V547 | Expression '!bInitStarted' is always true. | ||
XVetoableChangeListener.hpp (67) |
V547 | Expression '!bInitStarted' is always true. | ||
XElementAccess.hpp (71) |
V547 | Expression '!bInitStarted' is always true. | ||
XEnumeration.hpp (74) |
V547 | Expression '!bInitStarted' is always true. | ||
XEnumerationAccess.hpp (66) |
V547 | Expression '!bInitStarted' is always true. | ||
XHierarchicalNameAccess.hpp (74) |
V547 | Expression '!bInitStarted' is always true. | ||
XNameAccess.hpp (81) |
V547 | Expression '!bInitStarted' is always true. | ||
XNameContainer.hpp (76) |
V547 | Expression '!bInitStarted' is always true. | ||
XNameReplace.hpp (70) |
V547 | Expression '!bInitStarted' is always true. | ||
XSet.hpp (80) |
V547 | Expression '!bInitStarted' is always true. | ||
XComponent.hpp (76) |
V547 | Expression '!bInitStarted' is always true. | ||
XEventListener.hpp (66) |
V547 | Expression '!bInitStarted' is always true. | ||
XInitialization.hpp (68) |
V547 | Expression '!bInitStarted' is always true. | ||
XMultiComponentFactory.hpp (80) |
V547 | Expression '!bInitStarted' is always true. | ||
XMultiServiceFactory.hpp (79) |
V547 | Expression '!bInitStarted' is always true. | ||
XServiceInfo.hpp (78) |
V547 | Expression '!bInitStarted' is always true. | ||
XSingleServiceFactory.hpp (73) |
V547 | Expression '!bInitStarted' is always true. | ||
XTypeProvider.hpp (72) |
V547 | Expression '!bInitStarted' is always true. | ||
XCompoundTypeDescription.hpp (77) |
V547 | Expression '!bInitStarted' is always true. | ||
XIdlArray.hpp (84) |
V547 | Expression '!bInitStarted' is always true. | ||
XIdlClass.hpp (149) |
V547 | Expression '!bInitStarted' is always true. | ||
XIdlField.hpp (85) |
V547 | Expression '!bInitStarted' is always true. | ||
XIdlMethod.hpp (97) |
V547 | Expression '!bInitStarted' is always true. | ||
XIdlReflection.hpp (73) |
V547 | Expression '!bInitStarted' is always true. | ||
XInterfaceMemberTypeDescription.hpp (72) |
V547 | Expression '!bInitStarted' is always true. | ||
XInterfaceTypeDescription.hpp (78) |
V547 | Expression '!bInitStarted' is always true. | ||
XMethodParameter.hpp (88) |
V547 | Expression '!bInitStarted' is always true. | ||
XTypeDescription.hpp (72) |
V547 | Expression '!bInitStarted' is always true. | ||
XTypeDescriptionEnumeration.hpp (67) |
V547 | Expression '!bInitStarted' is always true. | ||
XTypeDescriptionEnumerationAccess.hpp (72) |
V547 | Expression '!bInitStarted' is always true. | ||
XRegistryKey.hpp (212) |
V547 | Expression '!bInitStarted' is always true. | ||
XSimpleRegistry.hpp (105) |
V547 | Expression '!bInitStarted' is always true. | ||
XAdapter.hpp (76) |
V547 | Expression '!bInitStarted' is always true. | ||
XAggregation.hpp (71) |
V547 | Expression '!bInitStarted' is always true. | ||
XComponentContext.hpp (73) |
V547 | Expression '!bInitStarted' is always true. | ||
XCurrentContext.hpp (67) |
V547 | Expression '!bInitStarted' is always true. | ||
XReference.hpp (65) |
V547 | Expression '!bInitStarted' is always true. | ||
XWeak.hpp (66) |
V547 | Expression '!bInitStarted' is always true. | ||
XMacroExpander.hpp (67) |
V547 | Expression '!bInitStarted' is always true. | ||
concept_check.hpp (738) |
V519 | The '_i' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 737, 738. | ||
concept_check.hpp (756) |
V519 | The 'i' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 755, 756. | ||
concept_check.hpp (738) |
V1001 | The '_i' variable is assigned but is not used by the end of the function. | ||
concept_check.hpp (756) |
V1001 | The 'i' variable is assigned but is not used by the end of the function. | ||
hash.hpp (135) |
V1086 | A call of the 'memcpy' function will lead to underflow of the buffer '& w'. | ||
hash.hpp (152) |
V1086 | A call of the 'memcpy' function will lead to underflow of the buffer '& w'. | ||
iterator_adaptor.hpp (261) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: m_iterator. | ||
iterator_concepts.hpp (233) |
V519 | The 'n' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 227, 233. | ||
bidir_node_iterator.hpp (44) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: node. | ||
index_matcher.hpp (109) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: num_piles. | ||
index_matcher.hpp (70) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: previous, ordered, pile_top, pile_top_entry. | ||
node_handle.hpp (56) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: space. | ||
node_handle.hpp (58) |
V730 | It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: space. | ||
node_handle.hpp (153) |
V730 | It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: space. | ||
multi_index_container.hpp (1080) |
V667 | The 'throw' operator does not possess any arguments and is not situated within the 'catch' block. | ||
optional_reference_spec.hpp (191) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: ptr_. | ||
optional_relops.hpp (157) |
V547 | Expression 'x < y' is always false. | ||
optional_relops.hpp (181) |
V547 | Expression 'y < x' is always false. | ||
optional_relops.hpp (186) |
V547 | Expression 'y < x' is always false. | ||
optional.hpp (148) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: m_storage. | ||
optional.hpp (154) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: m_storage. | ||
optional.hpp (180) |
V1077 | The 'optional_base' constructor contains potentially uninitialized members. Inspect the following: m_storage. | ||
optional.hpp (191) |
V1077 | The 'optional_base' constructor contains potentially uninitialized members. Inspect the following: m_storage. | ||
optional.hpp (202) |
V1077 | The 'optional_base' constructor contains potentially uninitialized members. Inspect the following: m_storage. | ||
optional.hpp (213) |
V1077 | The 'optional_base' constructor contains potentially uninitialized members. Inspect the following: m_storage. | ||
parser.hpp (26) |
V730 | Not all members of a class are initialized inside the constructor. Consider inspecting: line, offset. | ||
reversed.hpp (74) |
V1068 | Do not define an unnamed namespace in a header file. | ||
rule.hpp (142) |
V794 | The assignment operator should be protected from the case of 'this == &r'. | ||
implementation.hpp (651) |
V1071 | Consider inspecting the 'release' function. The return value is not always used. Total calls: 30, discarded results: 2. | ||
implementation.hpp (651) |
V1071 | Consider inspecting the 'release' function. The return value is not always used. Total calls: 45, discarded results: 3. | ||
context.h (15) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||
key.h (234) |
V690 | The 'Subkey' class implements the copy assignment operator, but lacks a copy constructor. It is dangerous to use such a class. | ||
key.h (349) |
V690 | The 'UserID' class implements the copy assignment operator, but lacks a copy constructor. It is dangerous to use such a class. | ||
key.h (468) |
V690 | The 'Signature' class implements the copy assignment operator, but lacks a copy constructor. It is dangerous to use such a class. | ||
localpointer.h (68) |
V1062 | The 'LocalPointerBase' class defines a custom 'new' operator. The 'delete' operator must also be defined. | ||
localpointer.h (68) |
V1062 | The 'LocalPointerBase' class defines a custom 'new[]' operator. The 'delete[]' operator must also be defined. | ||
localpointer.h (255) |
V794 | The assignment operator should be protected from the case of 'this == &src'. | ||
localpointer.h (430) |
V794 | The assignment operator should be protected from the case of 'this == &src'. | ||
std_string.h (35) |
V1061 | Extending the 'std' namespace may result in undefined behavior. | ||
regex.h (87) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the "clone, flags, matcher, ..." methods of the 'RegexPattern' class. | ||
regex.h (659) |
V1052 | Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the "matches, matches, lookingAt, ..." methods of the 'RegexMatcher' class. | ||
mysql.h (12) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||
sqlbison.hxx (8) |
V1042 | This file is marked with copyleft license, which requires you to open the derived source code. | ||