Home
last modified time | relevance | path

Searched refs:rCheckHeight (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()
1349 rCheckHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()
1369 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx195 …SAL_DLLPRIVATE long ImplGetNativeCheckAndRadioSize( Window*, long& rCheckHeight, long&…
/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()
2319 rCheckHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()
2340 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()

Completed in 55 milliseconds