Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Ddlgctrl.cxx136 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
150 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
437 DrawLine( aPtLB + aPtDiff, aPtRT + aPtDiff ); in Paint()
443 DrawLine( aPtLB, aPtRT ); in Paint()
475 DrawBitmap( aPtLB - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
493 …DrawBitmap( aPtLB - aToCenter, aDstBtnSize, (bNoHorz | bNoVert)?aBtnPnt3:aBtnPnt1, aBtnSize, rBitm… in Paint()
526 case RP_LB: return aPtLB; in GetPointFromRP()
627 else if( aPt == aPtLB) return RP_LB; in GetRPFromPoint()
805 DrawLine( aPtLB - Point( 0, 0), aPtRT + Point( 0, 0 ) ); in Paint()
819 DrawText( aPtLB - aDiff, UniString::CreateFromAscii( in Paint()
[all …]
/AOO42X/main/svx/inc/svx/
H A Ddlgctrl.hxx97 Point aPtLB, aPtMB, aPtRB; member in SvxRectCtl