Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx133 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
147 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
252 if( aPtNew == aPtMM && ( eCS == CS_SHADOW || eCS == CS_ANGLE ) ) in MouseButtonDown()
473 DrawBitmap( aPtMM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
489 DrawBitmap( aPtMM - aToCenter, aDstBtnSize, aBtnPnt1, aBtnSize, rBitmap ); in Paint()
502 if( IsEnabled() && (eCS != CS_ANGLE || aPtNew != aPtMM) ) in Paint()
524 case RP_MM: return aPtMM; in GetPointFromRP()
530 return( aPtMM ); // default in GetPointFromRP()
550 aPtNew.X() = aPtMM.X(); in SetActualRPWithoutInvalidate()
553 aPtNew.Y() = aPtMM.Y(); in SetActualRPWithoutInvalidate()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx96 Point aPtLM, aPtMM, aPtRM; member in SvxRectCtl