Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1379 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()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2392 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 41 milliseconds