Home
last modified time | relevance | path

Searched refs:aCtrlType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1118 rtl::OUString aCtrlType;
1128 rEntry.Value >>= aCtrlType;
1147 if( aCtrlType.equalsAscii( "Radio" ) &&
1165 rtl::OUString aCtrlType;
1184 rEntry.Value >>= aCtrlType;
1224 if( aCtrlType.equalsAscii( "Group" ) ||
1226 aCtrlType.equalsAscii( "Radio" ) ||
1227 aCtrlType.equalsAscii( "List" ) ||
1228 aCtrlType.equalsAscii( "Edit" ) ||
1230 aCtrlType.equalsAscii( "Bool" ) )
[all …]
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1109 ControlType aCtrlType = 0; in Init() local
1117 aCtrlType = CTRL_LISTBOX; in Init()
1251 ControlType aCtrlType = 0; in DrawWindow() local
1259 aCtrlType = CTRL_MULTILINE_EDITBOX; in DrawWindow()
1271 aCtrlType = CTRL_SPINBOX; in DrawWindow()
1273 aCtrlType = CTRL_EDITBOX; in DrawWindow()
1279 aCtrlType = CTRL_LISTBOX; in DrawWindow()
1287 aCtrlType = CTRL_LISTBOX; in DrawWindow()
1301 aCtrlType = CTRL_COMBOBOX; in DrawWindow()
1306 aCtrlType = CTRL_LISTBOX; in DrawWindow()
[all …]
H A Dprintdlg.cxx1199 rtl::OUString aCtrlType; in setupOptionalUI() local
1222 rEntry.Value >>= aCtrlType; in setupOptionalUI()
1352 if( aCtrlType.equalsAscii( "Group" ) || in setupOptionalUI()
1410 else if( aCtrlType.equalsAscii( "Bool" ) && in setupOptionalUI()
1456 if( aCtrlType.equalsAscii( "Bool" ) && pCurParent ) in setupOptionalUI()
1545 else if( ( aCtrlType.equalsAscii( "List" ) || in setupOptionalUI()
1546 aCtrlType.equalsAscii( "Range" ) || in setupOptionalUI()
1547 aCtrlType.equalsAscii( "Edit" ) in setupOptionalUI()
1570 if( aCtrlType.equalsAscii( "List" ) ) in setupOptionalUI()
1603 else if( aCtrlType.equalsAscii( "Range" ) ) in setupOptionalUI()
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx1110 ControlType aCtrlType = 0; in ImplDrawPushButton() local
1116 aCtrlType = CTRL_LISTBOX; in ImplDrawPushButton()
1127 aCtrlType = CTRL_COMBOBOX; in ImplDrawPushButton()
1135 if( bDropDown && (aCtrlType == CTRL_COMBOBOX || aCtrlType == CTRL_LISTBOX ) ) in ImplDrawPushButton()
1137 if( GetParent()->IsNativeControlSupported( aCtrlType, PART_ENTIRE_CONTROL) ) in ImplDrawPushButton()
1140 if( aCtrlType == CTRL_COMBOBOX ) in ImplDrawPushButton()
1690 ControlType aCtrlType = 0; in PreNotify() local
1696 aCtrlType = CTRL_LISTBOX; in PreNotify()
1707 aCtrlType = CTRL_COMBOBOX; in PreNotify()
1716 !GetParent()->IsNativeControlSupported( aCtrlType, PART_BUTTON_DOWN) ) in PreNotify()
[all …]

Completed in 71 milliseconds