Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx134 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
148 aPtRM = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
424 aPtRM + Point( 2 * nBorderWidth, 0 ) + aPtDiff ); in Paint()
428 aPtRM + Point( 2 * nBorderWidth, 0 ) ); in Paint()
438 DrawLine( aPtLM + aPtDiff, aPtRM + aPtDiff ); in Paint()
444 DrawLine( aPtLM, aPtRM ); in Paint()
474 DrawBitmap( aPtRM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
491 DrawBitmap( aPtRM - aToCenter, aDstBtnSize, bNoHorz?aBtnPnt3:aBtnPnt1, aBtnSize, rBitmap ); in Paint()
525 case RP_RM: return aPtRM; in GetPointFromRP()
626 else if( aPt == aPtRM) return RP_RM; in GetRPFromPoint()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx96 Point aPtLM, aPtMM, aPtRM; member in SvxRectCtl