Searched refs:rCheckHeight (Results 1 – 3 of 3) sorted by relevance
1328 static long ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, l… in ImplGetNativeCheckAndRadioSize() argument1330 rMaxWidth = rCheckHeight = rRadioHeight = 0; in ImplGetNativeCheckAndRadioSize()1349 rCheckHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()1369 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()
195 …SAL_DLLPRIVATE long ImplGetNativeCheckAndRadioSize( Window*, long& rCheckHeight, long&…
2296 long Menu::ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, lo… in ImplGetNativeCheckAndRadioSize() argument2298 rMaxWidth = rCheckHeight = rRadioHeight = 0; in ImplGetNativeCheckAndRadioSize()2319 rCheckHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()2340 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()
Completed in 45 milliseconds