Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Ddlgctrl.cxx132 aPtLT = Point( 0 + nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
146 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
420 DrawRect( Rectangle( aPtLT + aPtDiff, aPtRB + aPtDiff ) ); in Paint()
423 DrawRect( Rectangle( aPtLT, aPtRB ) ); in Paint()
444 DrawLine( aPtLT + aPtDiff, aPtRB + aPtDiff ); in Paint()
450 DrawLine( aPtLT, aPtRB ); in Paint()
476 DrawBitmap( aPtLT - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint()
489 …DrawBitmap( aPtLT - aToCenter, aDstBtnSize, (bNoHorz | bNoVert)?aBtnPnt3:aBtnPnt1, aBtnSize, rBitm… in Paint()
530 case RP_LT: return aPtLT; in GetPointFromRP()
601 x = aPtLT.X(); in GetApproxLogPtFromPixPt()
[all …]
/AOO41X/main/svx/inc/svx/
H A Ddlgctrl.hxx95 Point aPtLT, aPtMT, aPtRT; member in SvxRectCtl