Searched refs:aSize3 (Results 1 – 2 of 2) sorted by relevance
136 Size aSize3; in ImpDrawArrow() local137 aSize3.Width() = aSize.Width() >> 1; in ImpDrawArrow()138 aSize3.Height() = aSize.Height() >> 1; in ImpDrawArrow()153 aTempRect.Top() = aCenter.Y() - aSize3.Height(); in ImpDrawArrow()158 Point aPos1( aCenter.X()-aSize3.Width(), aCenter.Y() ); in ImpDrawArrow()159 Point aPos2( aCenter.X()+aSize3.Width(), aCenter.Y() ); in ImpDrawArrow()167 pOut->DrawLine( Point( aCenter.X() - aSize3.Width(), aPos1.Y()+1 ), in ImpDrawArrow()168 Point( aCenter.X() + aSize3.Width(), aPos1.Y()+1 ) ); in ImpDrawArrow()
345 Size aSize3( 3, 3 ); in InitDialog() local347 aSize3 = xUnitConverter->convertSizeToPixel( aSize3, util::MeasureUnit::APPFONT ); in InitDialog()348 nX = nY = aSize3.Width; in InitDialog()367 nX += aSizePixel.Width + aSize3.Width; in InitDialog()376 nDlgWidth = nX + aPosSizePixel.Width + aSize3.Width; in InitDialog()377 nY += aPosSizePixel.Height + aSize3.Height; in InitDialog()388 nY += aCBSize.Height + aSize3.Height; in InitDialog()391 nY += aSize3.Height; in InitDialog()399 nY += aPosSizePixel.Height + aSize3.Height; in InitDialog()
Completed in 10 milliseconds