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" ) ||
1225 aCtrlType.equalsAscii( "Subgroup" ) ||
1226 aCtrlType.equalsAscii( "Radio" ) ||
1227 aCtrlType.equalsAscii( "List" ) ||
1228 aCtrlType.equalsAscii( "Edit" ) ||
[all …]
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1109 ControlType aCtrlType = 0; in Init() local
1117 aCtrlType = CTRL_LISTBOX; in Init()
1124 aCtrlType = CTRL_COMBOBOX; in Init()
1129 aCtrlType = CTRL_MULTILINE_EDITBOX; in Init()
1142 aCtrlType = (pCtrl->GetStyle() & WB_SPIN) ? CTRL_SPINBOX : CTRL_EDITBOX; in Init()
1154 if( pWin->GetNativeControlRegion( aCtrlType, PART_ENTIRE_CONTROL, aCtrlRegion, 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()
[all …]
H A Dprintdlg.cxx1199 rtl::OUString aCtrlType; in setupOptionalUI() local
1222 rEntry.Value >>= aCtrlType; in setupOptionalUI()
1307 … else if( aCtrlType.equalsAscii( "Subgroup" ) || (bOnStaticPage && ! bSubgroupOnStaticPage ) ) in setupOptionalUI()
1352 if( aCtrlType.equalsAscii( "Group" ) || in setupOptionalUI()
1377 else if( aCtrlType.equalsAscii( "Subgroup" ) && (pCurParent || aGroupingHint.getLength() ) ) in setupOptionalUI()
1410 else if( aCtrlType.equalsAscii( "Bool" ) && in setupOptionalUI()
1456 if( aCtrlType.equalsAscii( "Bool" ) && pCurParent ) in setupOptionalUI()
1486 else if( aCtrlType.equalsAscii( "Radio" ) && pCurParent ) in setupOptionalUI()
1545 else if( ( aCtrlType.equalsAscii( "List" ) || in setupOptionalUI()
1546 aCtrlType.equalsAscii( "Range" ) || in setupOptionalUI()
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx1108 ControlType aCtrlType = 0; in ImplDrawPushButton() local
1114 aCtrlType = CTRL_LISTBOX; in ImplDrawPushButton()
1125 aCtrlType = CTRL_COMBOBOX; in ImplDrawPushButton()
1133 if( bDropDown && (aCtrlType == CTRL_COMBOBOX || aCtrlType == CTRL_LISTBOX ) ) in ImplDrawPushButton()
1135 if( GetParent()->IsNativeControlSupported( aCtrlType, PART_ENTIRE_CONTROL) ) in ImplDrawPushButton()
1138 if( aCtrlType == CTRL_COMBOBOX ) in ImplDrawPushButton()
1144 else if( GetParent()->IsNativeControlSupported( aCtrlType, HAS_BACKGROUND_TEXTURE) ) in ImplDrawPushButton()
1148 if( !bNativeOK && GetParent()->IsNativeControlSupported( aCtrlType, PART_BUTTON_DOWN ) ) in ImplDrawPushButton()
1165 bNativeOK = DrawNativeControl( aCtrlType, PART_BUTTON_DOWN, aInRect, nState, in ImplDrawPushButton()
1688 ControlType aCtrlType = 0; in PreNotify() local
[all …]