Searched refs:CTRL_CHECKBOX (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 256 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 D | button.cxx | 3287 …(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 D | KDESalGraphics.cxx | 113 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 D | svlbitm.cxx | 417 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 D | salnativewidgets-luna.cxx | 225 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 D | salnativewidgets.hxx | 50 #define CTRL_CHECKBOX 10 macro
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1199 ( (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 D | salnativewidgets-gtk.cxx | 523 ((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()
|