Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Ddlgctrl.cxx142 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
156 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
420 DrawRect( Rectangle( aPtLT + aPtDiff, aPtRB + aPtDiff ) ); in Paint()
423 DrawRect( Rectangle( aPtLT, aPtRB ) ); in Paint()
444 DrawLine( aPtLT + aPtDiff, aPtRB + aPtDiff ); in Paint()
450 DrawLine( aPtLT, aPtRB ); in Paint()
485 DrawBitmap( aPtRB - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
503 …DrawBitmap( aPtRB - aToCenter, aDstBtnSize, (bNoHorz | bNoVert)?aBtnPnt3:aBtnPnt1, aBtnSize, rBitm… in Paint()
538 case RP_RB: return aPtRB; in GetPointFromRP()
605 x = aPtRB.X(); in GetApproxLogPtFromPixPt()
[all …]
/AOO41X/main/svx/inc/svx/
H A Ddlgctrl.hxx97 Point aPtLB, aPtMB, aPtRB; member in SvxRectCtl