Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dslider.cxx403 long nRectSize; in ImplDraw() local
420 nRectSize = aRect.GetWidth(); in ImplDraw()
425 nRectSize = aRect.GetHeight(); in ImplDraw()
428 if ( nRectSize > 1 ) in ImplDraw()
447 long nRectSize; in ImplDraw() local
454 nRectSize = aRect.GetWidth(); in ImplDraw()
460 nRectSize = aRect.GetHeight(); in ImplDraw()
463 if ( nRectSize > 1 ) in ImplDraw()
/AOO42X/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx303 const sal_uInt16 nRectSize = 3; in Draw() local
331 Point aVector(nRectSize,nRectSize); in Draw()