Searched hist:e5cfc9ca (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeGeometry.hxx | diff e5cfc9ca Thu Feb 28 13:16:29 UTC 2013 Herbert Dürr <hdu@apache.org> Fix build aborts in the customshape code caused by integer-narrowing-down problems 0x80000000 is used as magic constant all over the customshape code where it is squeezed into signed int32 types that cannot preserve this value. Good compilers notice the problem and have every right to complain or error-out. Using the magic constant already casted down consolidates the problem and is the least invasive way to fix it until the code gets its well deserved makeover. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451191 13f79535-47bb-0310-9956-ffa450edef68
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | diff e5cfc9ca Thu Feb 28 13:16:29 UTC 2013 Herbert Dürr <hdu@apache.org> Fix build aborts in the customshape code caused by integer-narrowing-down problems 0x80000000 is used as magic constant all over the customshape code where it is squeezed into signed int32 types that cannot preserve this value. Good compilers notice the problem and have every right to complain or error-out. Using the magic constant already casted down consolidates the problem and is the least invasive way to fix it until the code gets its well deserved makeover. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451191 13f79535-47bb-0310-9956-ffa450edef68
|
H A D | EnhancedCustomShapeGeometry.cxx | diff e5cfc9ca Thu Feb 28 13:16:29 UTC 2013 Herbert Dürr <hdu@apache.org> Fix build aborts in the customshape code caused by integer-narrowing-down problems 0x80000000 is used as magic constant all over the customshape code where it is squeezed into signed int32 types that cannot preserve this value. Good compilers notice the problem and have every right to complain or error-out. Using the magic constant already casted down consolidates the problem and is the least invasive way to fix it until the code gets its well deserved makeover. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451191 13f79535-47bb-0310-9956-ffa450edef68
|
Completed in 48 milliseconds