Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx248 Point aPtLast = aPtNew; in MouseButtonDown()
250 aPtNew = GetApproxLogPtFromPixPt( rMEvt.GetPosPixel() ); in MouseButtonDown()
252 if( aPtNew == aPtMM && ( eCS == CS_SHADOW || eCS == CS_ANGLE ) ) in MouseButtonDown()
254 aPtNew = aPtLast; in MouseButtonDown()
260 Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), in MouseButtonDown()
261 aPtNew + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
262 eRP = GetRPFromPoint( aPtNew ); in MouseButtonDown()
502 if( IsEnabled() && (eCS != CS_ANGLE || aPtNew != aPtMM) ) in Paint()
504 Point aCenterPt( aPtNew ); in Paint()
546 Point aPtLast = aPtNew; in SetActualRPWithoutInvalidate()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx98 Point aPtNew; member in SvxRectCtl