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.cxx6097 typedef long Size::* SizePtr; typedef
6102 SizePtr pWidth = &Size::nA;
6103 SizePtr pHeight = &Size::nB;
6118 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine()
6119 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()