Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx254 case CTRL_PUSHBUTTON: in IsNativeControlSupported()
612 case CTRL_PUSHBUTTON: in drawNativeControl()
624 … PushButtonValue* pPBVal = aValue.getType() == CTRL_PUSHBUTTON ? (PushButtonValue*)&aValue : NULL; in drawNativeControl()
1296 case CTRL_PUSHBUTTON: in getNativeControlRegion()
1300 if ( nType == CTRL_PUSHBUTTON ) in getNativeControlRegion()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx44 #define CTRL_PUSHBUTTON 1 macro
458 : ImplControlValue( CTRL_PUSHBUTTON, BUTTONVALUE_DONTKNOW, 0 ) in PushButtonValue()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx101 if (type == CTRL_PUSHBUTTON) return true; in IsNativeControlSupported()
272 if (type == CTRL_PUSHBUTTON) in drawNativeControl()
603 case CTRL_PUSHBUTTON: in getNativeControlRegion()
/trunk/main/vcl/source/control/
H A Dbutton.cxx844 if ( IsNativeControlSupported( CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL ) || in ImplInitSettings()
1183 if ( (bNativeOK=IsNativeControlSupported(CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL)) == sal_True ) in ImplDrawPushButton()
1222 … bNativeOK = DrawNativeControl( CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawPushButton()
1277 if ( (IsNativeControlSupported(CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL)) == sal_True ) in ImplSetDefButton()
1288 if( GetNativeControlRegion( CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL, aCtrlRegion, in ImplSetDefButton()
1734 IsNativeControlSupported(CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL) ) in PreNotify()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx223 case CTRL_PUSHBUTTON: in IsNativeControlSupported()
682 if( nType == CTRL_PUSHBUTTON ) in ImplDrawNativeControl()
1067 case CTRL_PUSHBUTTON: in drawNativeControl()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx194 case CTRL_PUSHBUTTON: in lcl_transformControlValue()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1197 ( (nType == CTRL_PUSHBUTTON) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1348 if ( (nType == CTRL_PUSHBUTTON) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()
1518 case CTRL_PUSHBUTTON: in getNativeControlRegion()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx521 ((nType==CTRL_PUSHBUTTON) && (nPart==PART_ENTIRE_CONTROL)) || in IsNativeControlSupported()
788 if ( (nType==CTRL_PUSHBUTTON) && (nPart==PART_ENTIRE_CONTROL) ) in drawNativeControl()
932 if ( (nType==CTRL_PUSHBUTTON) && (nPart==PART_ENTIRE_CONTROL) in getNativeControlRegion()

Completed in 99 milliseconds