Home
last modified time | relevance | path

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

/aoo42x/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()
359 nPixelSzW = nPixelSzH = in SwSavePaintStatics()
388 nPixelSzH = nSPixelSzH; in ~SwSavePaintStatics()
1159 const long nH = nHeight % nPixelSzH; in lcl_AlignHeight()
2431 nPrim = (sal_uInt16)( Max( 1L, nPixelSzH * ( nPrim / nPixelSzH ) ) ); in PaintLines()
2433 nDist = (sal_uInt16)( Max( 1L, nPixelSzH * ( nDist / nPixelSzH ) ) ); in PaintLines()
[all …]

Completed in 44 milliseconds