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.cxx909 Point aPtTl; in IndexToPoint() local
910 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint()
911 aPtTl.X() = aRectSize.Width() * nXIndex / nLines + 1; in IndexToPoint()
913 return aPtTl; in IndexToPoint()
1034 Point aPtTl, aPtBr; in Paint() local
1056 aPtTl.Y() = aRectSize.Height() * i / nLines + 1; in Paint()
1061 aPtTl.X() = aRectSize.Width() * j / nLines + 1; in Paint()
1070 DrawRect( Rectangle( aPtTl, aPtBr ) ); in Paint()

Completed in 26 milliseconds