Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx881 Point aPtTl; in IndexToPoint() local
882 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint()
883 aPtTl.X() = aRectSize.Width() * nXIndex / nLines + 1; in IndexToPoint()
885 return aPtTl; in IndexToPoint()
998 Point aPtTl, aPtBr; in Paint() local
1020 aPtTl.Y() = aRectSize.Height() * i / nLines + 1; in Paint()
1025 aPtTl.X() = aRectSize.Width() * j / nLines + 1; in Paint()
1034 DrawRect( Rectangle( aPtTl, aPtBr ) ); in Paint()