Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Ddlgctrl.cxx132 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
146 aPtLM = Point( 0 + 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
423 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0) + aPtDiff, in Paint()
427 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0), in Paint()
438 DrawLine( aPtLM + aPtDiff, aPtRM + aPtDiff ); in Paint()
444 DrawLine( aPtLM, aPtRM ); in Paint()
471 DrawBitmap( aPtLM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
485 DrawBitmap( aPtLM - aToCenter, aDstBtnSize, bNoHorz?aBtnPnt3:aBtnPnt1, aBtnSize, rBitmap ); in Paint()
523 case RP_LM: return aPtLM; in GetPointFromRP()
625 else if( aPt == aPtLM) return RP_LM; in GetRPFromPoint()
[all …]
/AOO42X/main/svx/inc/svx/
H A Ddlgctrl.hxx96 Point aPtLM, aPtMM, aPtRM; member in SvxRectCtl