Home
last modified time | relevance | path

Searched refs:CTRL_TOOLTIP (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/vcl/source/app/
H A Dhelp.cxx346 if ( IsNativeControlSupported( CTRL_TOOLTIP, PART_ENTIRE_CONTROL ) ) in HelpTextWindow()
459 if ( IsNativeControlSupported( CTRL_TOOLTIP, PART_ENTIRE_CONTROL ) ) in Paint()
464 bNativeOK = DrawNativeControl( CTRL_TOOLTIP, PART_ENTIRE_CONTROL, aCtrlRegion, in Paint()
/AOO42X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx136 if (type == CTRL_TOOLTIP) return true; in IsNativeControlSupported()
484 else if (type == CTRL_TOOLTIP) in drawNativeControl()
/AOO42X/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx131 #define CTRL_TOOLTIP 140 macro
/AOO42X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx343 case CTRL_TOOLTIP: // ** TO DO in IsNativeControlSupported()
/AOO42X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx564 ((nType == CTRL_TOOLTIP) && in IsNativeControlSupported()
856 else if( (nType == CTRL_TOOLTIP) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()