Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/ !
H A Dpaintfrm.cxx211 static long nHalfPixelSzW = 0, nHalfPixelSzH = 0; variable
275 nHalfPixelSzW = nPixelSzW / 2 + 1; in SwCalcPixStatics()
279 nHalfPixelSzW = 0; in SwCalcPixStatics()
343 nSHalfPixelSzW ( nHalfPixelSzW ), in SwSavePaintStatics()
356 nHalfPixelSzW = nHalfPixelSzH = in SwSavePaintStatics()
385 nHalfPixelSzW = nSHalfPixelSzW; in ~SwSavePaintStatics()
418 const long nAdd = nPixelSzW + nHalfPixelSzW; in MakeUnion()
433 const long nAdd = nPixelSzW + nHalfPixelSzW; in MakeUnion()
666 aSubsRect.Left ( aSubsRect.Left() - (nPixelSzW+nHalfPixelSzW) ); in RemoveSuperfluousSubsidiaryLines()
667 aSubsRect.Right ( aSubsRect.Right() + (nPixelSzW+nHalfPixelSzW) ); in RemoveSuperfluousSubsidiaryLines()
[all …]