summaryrefslogtreecommitdiff
path: root/include/vcl/devicecoordinate.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
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
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud1-0/+30
Change-Id: Ifba7104a13cf737200c81d1a1bd5ece9a29da60e