Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6153 typedef long Size::* SizePtr; typedef
6158 SizePtr pWidth = &Size::nA;
6159 SizePtr pHeight = &Size::nB;
6174 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine()
6175 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()

Completed in 40 milliseconds