Home
last modified time | relevance | path

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

/AOO42X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx256 case CTRL_CHECKBOX: in IsNativeControlSupported()
675 case CTRL_CHECKBOX: in drawNativeControl()
684 case CTRL_CHECKBOX: if(rc.size.width >= BUTTON_HEIGHT) aInfo.kind = kThemeCheckBox; in drawNativeControl()
1298 case CTRL_CHECKBOX: in getNativeControlRegion()
/AOO42X/main/vcl/source/control/
H A Dbutton.cxx3287 …(pParent->IsChildTransparentModeEnabled() || IsNativeControlSupported( CTRL_CHECKBOX, PART_ENTIRE_… in ImplInitSettings()
3293 if( IsNativeControlSupported( CTRL_CHECKBOX, PART_ENTIRE_CONTROL ) ) in ImplInitSettings()
3331 if ( IsNativeControlSupported(CTRL_CHECKBOX, PART_ENTIRE_CONTROL) ) in ImplInvalidateOrDrawCheckBoxState()
3345 if ( (bNativeOK=IsNativeControlSupported(CTRL_CHECKBOX, PART_ENTIRE_CONTROL)) == sal_True ) in ImplDrawCheckBoxState()
3364 bNativeOK = DrawNativeControl( CTRL_CHECKBOX, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawCheckBoxState()
3909 if( IsNativeControlSupported(CTRL_CHECKBOX, PART_ENTIRE_CONTROL) ) in PreNotify()
3978 if( pThis->IsNativeControlSupported( CTRL_CHECKBOX, PART_ENTIRE_CONTROL ) ) in ImplGetCheckImageSize()
3987 if( pThis->GetNativeControlRegion( CTRL_CHECKBOX, PART_ENTIRE_CONTROL, aCtrlRegion, in ImplGetCheckImageSize()
4075 if( GetNativeControlRegion( CTRL_CHECKBOX, PART_ENTIRE_CONTROL, aCtrlRegion, in ImplSetMinimumNWFSize()
/AOO42X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx113 if (type == CTRL_CHECKBOX) return true; in IsNativeControlSupported()
412 else if (type == CTRL_CHECKBOX) in drawNativeControl()
640 case CTRL_CHECKBOX: in getNativeControlRegion()
/AOO42X/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()
/AOO42X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx225 case CTRL_CHECKBOX: in IsNativeControlSupported()
721 if( nType == CTRL_CHECKBOX ) in ImplDrawNativeControl()
1069 case CTRL_CHECKBOX: in drawNativeControl()
/AOO42X/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx50 #define CTRL_CHECKBOX 10 macro
/AOO42X/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1199 ( (nType == CTRL_CHECKBOX) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1362 else if ( (nType == CTRL_CHECKBOX) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()
1552 case CTRL_CHECKBOX: in getNativeControlRegion()
/AOO42X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx523 ((nType==CTRL_CHECKBOX) && (nPart==PART_ENTIRE_CONTROL)) || in IsNativeControlSupported()
796 else if ( (nType==CTRL_CHECKBOX) && (nPart==PART_ENTIRE_CONTROL) ) in drawNativeControl()
1023 if( (nType == CTRL_RADIOBUTTON || nType == CTRL_CHECKBOX) ) in getNativeControlRegion()