Lines Matching refs:nType

217 sal_Bool WinSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart )  in IsNativeControlSupported()  argument
221 switch( nType ) in IsNativeControlSupported()
438 ControlType nType, in ImplDrawNativeControl() argument
445 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl()
447 nType = CTRL_COMBOBOX; in ImplDrawNativeControl()
450 if( nType == CTRL_COMBOBOX ) in ImplDrawNativeControl()
452 nType = CTRL_EDITBOX; in ImplDrawNativeControl()
455 if( nType == CTRL_SPINBOX ) in ImplDrawNativeControl()
457 nType = CTRL_EDITBOX; in ImplDrawNativeControl()
460 if( nType == CTRL_SCROLLBAR ) in ImplDrawNativeControl()
569 if( nType == CTRL_SPINBUTTONS && nPart == PART_ALL_BUTTONS ) in ImplDrawNativeControl()
589 if( nType == CTRL_SPINBOX ) in ImplDrawNativeControl()
666 if( nType == CTRL_COMBOBOX ) in ImplDrawNativeControl()
682 if( nType == CTRL_PUSHBUTTON ) in ImplDrawNativeControl()
701 if( nType == CTRL_RADIOBUTTON ) in ImplDrawNativeControl()
721 if( nType == CTRL_CHECKBOX ) in ImplDrawNativeControl()
749 if( ( nType == CTRL_EDITBOX ) || ( nType == CTRL_MULTILINE_EDITBOX ) ) in ImplDrawNativeControl()
764 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl()
773 if( nType == CTRL_TAB_PANE ) in ImplDrawNativeControl()
779 if( nType == CTRL_FIXEDBORDER ) in ImplDrawNativeControl()
794 if( nType == CTRL_TAB_BODY ) in ImplDrawNativeControl()
800 if( nType == CTRL_TAB_ITEM ) in ImplDrawNativeControl()
845 if( nType == CTRL_TOOLBAR ) in ImplDrawNativeControl()
883 if( nType == CTRL_MENUBAR ) in ImplDrawNativeControl()
904 if( nType == CTRL_PROGRESS ) in ImplDrawNativeControl()
926 if( nType == CTRL_SLIDER ) in ImplDrawNativeControl()
959 if( nType == CTRL_LISTNODE ) in ImplDrawNativeControl()
982 if( nType == CTRL_MENU_POPUP ) in ImplDrawNativeControl()
1055 sal_Bool WinSalGraphics::drawNativeControl( ControlType nType, in drawNativeControl() argument
1065 switch( nType ) in drawNativeControl()
1164 nType, nPart, nState, aValue, in drawNativeControl()
1211 sal_Bool WinSalGraphics::getNativeControlRegion( ControlType nType, in getNativeControlRegion() argument
1223 if( nType == CTRL_TOOLBAR ) in getNativeControlRegion()
1263 if( nType == CTRL_PROGRESS && nPart == PART_ENTIRE_CONTROL ) in getNativeControlRegion()
1276 if( (nType == CTRL_LISTBOX || nType == CTRL_COMBOBOX ) && nPart == PART_ENTIRE_CONTROL ) in getNativeControlRegion()
1295 if( (nType == CTRL_EDITBOX || nType == CTRL_SPINBOX) && nPart == PART_ENTIRE_CONTROL ) in getNativeControlRegion()
1331 if( nType == CTRL_MENU_POPUP ) in getNativeControlRegion()
1352 if( nType == CTRL_SLIDER && ( (nPart == PART_THUMB_HORZ) || (nPart == PART_THUMB_VERT) ) ) in getNativeControlRegion()
1380 if ( ( nType == CTRL_TAB_ITEM ) && ( nPart == PART_ENTIRE_CONTROL ) ) in getNativeControlRegion()