Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Ddlgctrl.cxx138 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
152 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - 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()
477 DrawBitmap( aPtRB - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
495 …DrawBitmap( aPtRB - aToCenter, aDstBtnSize, (bNoHorz | bNoVert)?aBtnPnt3:aBtnPnt1, aBtnSize, rBitm… in Paint()
528 case RP_RB: return aPtRB; in GetPointFromRP()
595 x = aPtRB.X(); in GetApproxLogPtFromPixPt()
[all …]
/AOO42X/main/svx/inc/svx/
H A Ddlgctrl.hxx97 Point aPtLB, aPtMB, aPtRB; member in SvxRectCtl