Home
last modified time | relevance | path

Searched refs:CTRL_RADIOBUTTON (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/control/
H A Dbutton.cxx2123 …(pParent->IsChildTransparentModeEnabled() || IsNativeControlSupported( CTRL_RADIOBUTTON, PART_ENTI… in ImplInitSettings()
2129 if( IsNativeControlSupported( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL ) ) in ImplInitSettings()
2160 if ( IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL) ) in ImplInvalidateOrDrawRadioButtonState()
2176 …if ( !maImage && (bNativeOK=IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL)) == sa… in ImplDrawRadioButtonState()
2190 bNativeOK = DrawNativeControl( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL, aCtrlRect, nState, in ImplDrawRadioButtonState()
2445 if( !bLayout || (IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL)==sal_True) ) in ImplDrawRadioButton()
2915 if( IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL) ) in PreNotify()
3037 if( pThis->IsNativeControlSupported( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL ) ) in ImplGetRadioImageSize()
3046 if( pThis->GetNativeControlRegion( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL, aCtrlRegion, in ImplGetRadioImageSize()
3169 if( GetNativeControlRegion( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL, aCtrlRegion, in ImplSetMinimumNWFSize()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx255 case CTRL_RADIOBUTTON: in IsNativeControlSupported()
674 case CTRL_RADIOBUTTON: in drawNativeControl()
681 … case CTRL_RADIOBUTTON: if(rc.size.width >= BUTTON_HEIGHT) aInfo.kind = kThemeRadioButton; in drawNativeControl()
1297 case CTRL_RADIOBUTTON: in getNativeControlRegion()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx138 if (type == CTRL_RADIOBUTTON) return true; in IsNativeControlSupported()
478 else if (type == CTRL_RADIOBUTTON) in drawNativeControl()
780 case CTRL_RADIOBUTTON: in getNativeControlRegion()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx417 ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; in Paint()
494 ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; in InitViewData()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx224 case CTRL_RADIOBUTTON: in IsNativeControlSupported()
701 if( nType == CTRL_RADIOBUTTON ) in ImplDrawNativeControl()
1068 case CTRL_RADIOBUTTON: in drawNativeControl()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx47 #define CTRL_RADIOBUTTON 2 macro
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1198 ( (nType == CTRL_RADIOBUTTON) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1355 else if ( (nType == CTRL_RADIOBUTTON) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()
1539 case CTRL_RADIOBUTTON: in getNativeControlRegion()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx522 ((nType==CTRL_RADIOBUTTON) && (nPart==PART_ENTIRE_CONTROL)) || in IsNativeControlSupported()
792 else if ( (nType==CTRL_RADIOBUTTON) && (nPart==PART_ENTIRE_CONTROL) ) in drawNativeControl()
1023 if( (nType == CTRL_RADIOBUTTON || nType == CTRL_CHECKBOX) ) in getNativeControlRegion()
1027 …GtkWidget* widget = (nType == CTRL_RADIOBUTTON) ? gWidgetData[m_nScreen].gRadioWidget : gWidgetDat… in getNativeControlRegion()

Completed in 107 milliseconds