Home
last modified time | relevance | path

Searched refs:nPixelSzH (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx213 static long nPixelSzW = 0, nPixelSzH = 0; variable
272 nPixelSzH = aSz.Height(); in SwCalcPixStatics()
273 if( !nPixelSzH ) in SwCalcPixStatics()
274 nPixelSzH = 1; in SwCalcPixStatics()
296 nMinDistPixelH = nPixelSzH * 2 + 1; in SwCalcPixStatics()
360 nPixelSzW = nPixelSzH = in SwSavePaintStatics()
389 nPixelSzH = nSPixelSzH; in ~SwSavePaintStatics()
1160 const long nH = nHeight % nPixelSzH; in lcl_AlignHeight()
2340 nPrim = (sal_uInt16)( Max( 1L, nPixelSzH * ( nPrim / nPixelSzH ) ) ); in PaintLines()
2342 nDist = (sal_uInt16)( Max( 1L, nPixelSzH * ( nDist / nPixelSzH ) ) ); in PaintLines()
[all …]

Completed in 53 milliseconds