Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx214 static long nHalfPixelSzW = 0, nHalfPixelSzH = 0; variable
288 nHalfPixelSzH = nPixelSzH / 2 + 1; in SwCalcPixStatics()
292 nHalfPixelSzH = 0; in SwCalcPixStatics()
349 nSHalfPixelSzH ( nHalfPixelSzH ), in SwSavePaintStatics()
361 nHalfPixelSzW = nHalfPixelSzH = in SwSavePaintStatics()
391 nHalfPixelSzH = nSHalfPixelSzH; in ~SwSavePaintStatics()
677 aSubsRect.Top ( aSubsRect.Top() - (nPixelSzH+nHalfPixelSzH) ); in RemoveSuperfluousSubsidiaryLines()
678 aSubsRect.Bottom( aSubsRect.Bottom() + (nPixelSzH+nHalfPixelSzH) ); in RemoveSuperfluousSubsidiaryLines()
1162 if ( !nH || nH > nHalfPixelSzH ) in lcl_AlignHeight()
1163 return Max(1L, nHeight - nHalfPixelSzH); in lcl_AlignHeight()

Completed in 171 milliseconds