Home
last modified time | relevance | path

Searched refs:nCtrlHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/utlui/
H A Dtextcontrolcombo.cxx50 long nCtrlHeight = mrCtrl.GetSizePixel().Height(); in Arrange() local
55 if( nCtrlHeight > nTextHeight ) in Arrange()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1485 long nCtrlHeight = (pEntry->mnBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in implPaint() local
1486 aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in implPaint()
1487 aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in implPaint()
1489 … Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in implPaint()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2770 … long nCtrlHeight = (pData->nBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in ImplPaint() local
2771 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in ImplPaint()
2772 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in ImplPaint()
2774 Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in ImplPaint()

Completed in 46 milliseconds