Home
last modified time | relevance | path

Searched refs:CTRL_LISTBOX (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/vcl/source/control/
H A Dlstbox.cxx129 IsNativeControlSupported( CTRL_LISTBOX, PART_ENTIRE_CONTROL ) ) in ImplInit()
135 if( GetNativeControlRegion( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aCtrlRegion, in ImplInit()
699 if ( GetNativeControlRegion( CTRL_LISTBOX, PART_BUTTON_DOWN, in Resize()
711 if ( GetNativeControlRegion( CTRL_LISTBOX, PART_SUB_EDIT, in Resize()
854 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in StateChanged()
855 && ! IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in StateChanged()
907 if ( mpImplWin->IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) ) in StateChanged()
1386CTRL_LISTBOX, PART_SUB_EDIT, aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcMinimumSize()
1403CTRL_LISTBOX, PART_ENTIRE_CONTROL, aRect, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcMinimumSize()
H A Dilstbox.cxx90 if ( pButton->IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in ImplInitDropDownButton()
91 && ! pButton->IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in ImplInitDropDownButton()
2778 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in ImplWin()
2779 && ! IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in ImplWin()
2852 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in PreNotify()
2853 && ! IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in PreNotify()
2875 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in ImplDraw()
2876 && IsNativeControlSupported(CTRL_LISTBOX, HAS_BACKGROUND_TEXTURE) ) in ImplDraw()
2914 pWin->DrawNativeControl( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aParentRect, in ImplDraw()
3069 IsNativeControlSupported( CTRL_LISTBOX, PART_ENTIRE_CONTROL ) ) in GetFocus()
[all …]
H A Dbutton.cxx1116 aCtrlType = CTRL_LISTBOX; in ImplDrawPushButton()
1135 if( bDropDown && (aCtrlType == CTRL_COMBOBOX || aCtrlType == CTRL_LISTBOX ) ) in ImplDrawPushButton()
1696 aCtrlType = CTRL_LISTBOX; in PreNotify()
/aoo4110/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx263 case CTRL_LISTBOX: in IsNativeControlSupported()
445 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl()
764 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl()
1094 case CTRL_LISTBOX: in drawNativeControl()
1276 if( (nType == CTRL_LISTBOX || nType == CTRL_COMBOBOX ) && nPart == PART_ENTIRE_CONTROL ) in getNativeControlRegion()
/aoo4110/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx304 case CTRL_LISTBOX: in IsNativeControlSupported()
999 case CTRL_LISTBOX: in drawNativeControl()
1376 case CTRL_LISTBOX: in getNativeControlRegion()
1415 if( nType == CTRL_LISTBOX ) in getNativeControlRegion()
/aoo4110/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx115 if (type == CTRL_LISTBOX) return true; in IsNativeControlSupported()
379 else if (type == CTRL_LISTBOX) in drawNativeControl()
664 case CTRL_LISTBOX: in getNativeControlRegion()
/aoo4110/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1202 …( (nType == CTRL_LISTBOX) && (nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW || nPart ==… in IsNativeControlSupported()
1383 else if ( (nType == CTRL_LISTBOX) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()
1390 else if ( (nType == CTRL_LISTBOX) && (nPart == PART_WINDOW) ) in drawNativeControl()
1566 case CTRL_LISTBOX: in getNativeControlRegion()
/aoo4110/main/vcl/source/window/
H A Dbrdwin.cxx1117 aCtrlType = CTRL_LISTBOX; in Init()
1279 aCtrlType = CTRL_LISTBOX; in DrawWindow()
1287 aCtrlType = CTRL_LISTBOX; in DrawWindow()
1306 aCtrlType = CTRL_LISTBOX; in DrawWindow()
H A Dtoolbox.cxx1957 if( GetNativeControlRegion( CTRL_LISTBOX, PART_ENTIRE_CONTROL, in ImplCalcItem()
/aoo4110/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx71 #define CTRL_LISTBOX 35 macro
/aoo4110/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx549 ((nType==CTRL_LISTBOX) && in IsNativeControlSupported()
807 || ((nType==CTRL_LISTBOX) && (nPart==HAS_BACKGROUND_TEXTURE)) ) in drawNativeControl()
834 else if ( (nType==CTRL_LISTBOX) && ((nPart==PART_ENTIRE_CONTROL) || (nPart==PART_WINDOW)) ) in drawNativeControl()
959 if ( (nType==CTRL_LISTBOX) && ((nPart==PART_BUTTON_DOWN) || (nPart==PART_SUB_EDIT)) ) in getNativeControlRegion()

Completed in 240 milliseconds