Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Ddlgctrl.cxx137 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
151 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
258 if( aPtNew == aPtMM && ( eCS == CS_SHADOW || eCS == CS_ANGLE ) ) in MouseButtonDown()
481 DrawBitmap( aPtMM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
497 DrawBitmap( aPtMM - aToCenter, aDstBtnSize, aBtnPnt1, aBtnSize, rBitmap ); in Paint()
510 if( IsEnabled() && (eCS != CS_ANGLE || aPtNew != aPtMM) ) in Paint()
534 case RP_MM: return aPtMM; in GetPointFromRP()
540 return( aPtMM ); // default in GetPointFromRP()
560 aPtNew.X() = aPtMM.X(); in SetActualRPWithoutInvalidate()
563 aPtNew.Y() = aPtMM.Y(); in SetActualRPWithoutInvalidate()
[all …]
/AOO41X/main/svx/inc/svx/
H A Ddlgctrl.hxx96 Point aPtLM, aPtMM, aPtRM; member in SvxRectCtl