vcl consitent use of long for corrdinate

most of length in vcl are calculated in 'long'
but array of X position tend to be in sal_Int32.
As a prep work to be able to support 'double'
as the base type of Device Coordinate, harmonize
the use of 'long' for non-float coordinate.

Change-Id: I7cb33301ff6a5e2c62247b36a4e07e168a58a323
This commit is contained in:
Norbert Thiebaud
2014-07-18 18:21:12 +02:00
parent 8e21a02520
commit cd3d26b7ed
72 changed files with 394 additions and 376 deletions

View File

@@ -269,7 +269,7 @@ static float GetSwapFloat( SvStream& rSt )
const OUString& rString,
int nIndex,
int nLength,
const sal_Int32* pCharWidths,
const long* pCharWidths,
const ActionFactoryParameters& rParms,
bool bSubsettable );