Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx128 aPtLT = Point( 0 + nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
142 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
412 DrawRect( Rectangle( aPtLT + aPtDiff, aPtRB + aPtDiff ) ); in Paint()
415 DrawRect( Rectangle( aPtLT, aPtRB ) ); in Paint()
436 DrawLine( aPtLT + aPtDiff, aPtRB + aPtDiff ); in Paint()
442 DrawLine( aPtLT, aPtRB ); in Paint()
468 DrawBitmap( aPtLT - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
481 …DrawBitmap( aPtLT - aToCenter, aDstBtnSize, (bNoHorz | bNoVert)?aBtnPnt3:aBtnPnt1, aBtnSize, rBitm… in Paint()
520 case RP_LT: return aPtLT; in GetPointFromRP()
591 x = aPtLT.X(); in GetApproxLogPtFromPixPt()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx95 Point aPtLT, aPtMT, aPtRT; member in SvxRectCtl