[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2014-02-25 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

h...@apache.org h...@apache.org changed:

   What|Removed |Added

 Status|ACCEPTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from h...@apache.org h...@apache.org ---
Fixed with the commits above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2014-02-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #11 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1571189 into trunk:
#i123840# prefer NSZero* constants over open coded altetnatives

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2014-02-20 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #10 from SVN Robot svn...@dev.null.org ---
ydario committed SVN revision 1570218 into trunk:
#i123840# fix name typo in OS/2 code.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #9 from Oliver-Rainer Wittmann o...@apache.org ---
@Herbert: Is this issue solved?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #6 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1551563 into trunk:
#i123840# normalize SalFrame resolution type to sal_Int32

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #7 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1551617 into trunk:
#i123840# normalize SalGraphics point count argument types to sal_uInt32

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-16 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #5 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1551244 into trunk:
#i123840# add and use the sal_GlyphId type

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

h...@apache.org h...@apache.org changed:

   What|Removed |Added

 Status|CONFIRMED   |ACCEPTED
   Assignee|iss...@openoffice.apache.or |h...@apache.org
   |g   |
   Target Milestone|--- |4.1.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #2 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1550421 into trunk:
#i123840# fix a 64-32bit narrowing conversion in nss/ciphercontext.cxx

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #3 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1550424 into trunk:
#i123840# fix narrow conversions when initializing SC's szMSFilterNames array

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123840] Fix 32bit/64bit type mismatches for OSX port

2013-12-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123840

--- Comment #4 from h...@apache.org h...@apache.org ---
Other typical problems introduced by 32bit/64bit mismatches are narrowing
conversions in array initializer lists. C++11 says that they are illegal and
some compilers already reject them.

Signed/Unsigned mismatches are similar but the fix for a 32bit/64bit mismatch
in an initializer list usually solves the narrowing conversion for
signed/unsigned too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.