Searched refs:nRadioHeight (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 1379 long nCheckHeight = 0, nRadioHeight = 0, nMaxCheckWidth = 0; in implPaint() local 1380 ImplGetNativeCheckAndRadioSize( this, nCheckHeight, nRadioHeight, nMaxCheckWidth ); in implPaint() 1485 long nCtrlHeight = (pEntry->mnBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in implPaint()
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 2392 long nCheckHeight = 0, nRadioHeight = 0; in ImplCalcSize() local 2394 long nMax = ImplGetNativeCheckAndRadioSize( pWin, nCheckHeight, nRadioHeight, nMaxCheckWidth ); in ImplCalcSize() 2644 long nCheckHeight = 0, nRadioHeight = 0, nMaxCheckWidth = 0; in ImplPaint() local 2645 ImplGetNativeCheckAndRadioSize( pWin, nCheckHeight, nRadioHeight, nMaxCheckWidth ); in ImplPaint() 2770 … long nCtrlHeight = (pData->nBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in ImplPaint()
|
Completed in 70 milliseconds