Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1328 static long ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, l… in ImplGetNativeCheckAndRadioSize() argument
1330 rMaxWidth = rCheckHeight = rRadioHeight = 0; in ImplGetNativeCheckAndRadioSize()
1365 rRadioHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()
1369 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx195 … ImplGetNativeCheckAndRadioSize( Window*, long& rCheckHeight, long& rRadioHeight, long &rMaxWidt…
/trunk/main/vcl/source/window/
H A Dmenu.cxx2296 long Menu::ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, lo… in ImplGetNativeCheckAndRadioSize() argument
2298 rMaxWidth = rCheckHeight = rRadioHeight = 0; in ImplGetNativeCheckAndRadioSize()
2335 rRadioHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()
2340 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()

Completed in 63 milliseconds