Lines Matching refs:nRT

269 	short nRT = C_NoType;  in ImpGetRType()  local
272 case WINDOW_WINDOW: nRT = C_Window ; break; in ImpGetRType()
274 case WINDOW_TABCONTROL: nRT = C_TabControl ; break; in ImpGetRType()
275 case WINDOW_RADIOBUTTON: nRT = C_RadioButton ; break; in ImpGetRType()
276 case WINDOW_CHECKBOX: nRT = C_CheckBox ; break; in ImpGetRType()
277 case WINDOW_TRISTATEBOX: nRT = C_TriStateBox ; break; in ImpGetRType()
278 case WINDOW_EDIT: nRT = C_Edit ; break; in ImpGetRType()
279 case WINDOW_MULTILINEEDIT: nRT = C_MultiLineEdit ; break; in ImpGetRType()
280 case WINDOW_MULTILISTBOX: nRT = C_MultiListBox ; break; in ImpGetRType()
281 case WINDOW_LISTBOX: nRT = C_ListBox ; break; in ImpGetRType()
282 case WINDOW_COMBOBOX: nRT = C_ComboBox ; break; in ImpGetRType()
283 case WINDOW_PUSHBUTTON: nRT = C_PushButton ; break; in ImpGetRType()
284 case WINDOW_SPINFIELD: nRT = C_SpinField ; break; in ImpGetRType()
285 case WINDOW_PATTERNFIELD: nRT = C_PatternField ; break; in ImpGetRType()
286 case WINDOW_NUMERICFIELD: nRT = C_NumericField ; break; in ImpGetRType()
287 case WINDOW_METRICFIELD: nRT = C_MetricField ; break; in ImpGetRType()
288 case WINDOW_CURRENCYFIELD: nRT = C_CurrencyField ; break; in ImpGetRType()
289 case WINDOW_DATEFIELD: nRT = C_DateField ; break; in ImpGetRType()
290 case WINDOW_TIMEFIELD: nRT = C_TimeField ; break; in ImpGetRType()
291 case WINDOW_IMAGERADIOBUTTON: nRT = C_ImageRadioButton ; break; in ImpGetRType()
292 case WINDOW_NUMERICBOX: nRT = C_NumericBox ; break; in ImpGetRType()
293 case WINDOW_METRICBOX: nRT = C_MetricBox ; break; in ImpGetRType()
294 case WINDOW_CURRENCYBOX: nRT = C_CurrencyBox ; break; in ImpGetRType()
295 case WINDOW_DATEBOX: nRT = C_DateBox ; break; in ImpGetRType()
296 case WINDOW_TIMEBOX: nRT = C_TimeBox ; break; in ImpGetRType()
297 case WINDOW_IMAGEBUTTON: nRT = C_ImageButton ; break; in ImpGetRType()
298 case WINDOW_MENUBUTTON: nRT = C_MenuButton ; break; in ImpGetRType()
299 case WINDOW_MOREBUTTON: nRT = C_MoreButton ; break; in ImpGetRType()
302 case WINDOW_TABPAGE: nRT = C_TabPage; break; in ImpGetRType()
303 case WINDOW_MODALDIALOG: nRT = C_ModalDlg; break; in ImpGetRType()
304 case WINDOW_FLOATINGWINDOW: nRT = C_FloatWin; break; in ImpGetRType()
305 case WINDOW_MODELESSDIALOG: nRT = C_ModelessDlg; break; in ImpGetRType()
306 case WINDOW_WORKWINDOW: nRT = C_WorkWin; break; in ImpGetRType()
307 case WINDOW_DOCKINGWINDOW: nRT = C_DockingWin; break; in ImpGetRType()
309 case WINDOW_MESSBOX: nRT = C_MessBox; break; in ImpGetRType()
310 case WINDOW_INFOBOX: nRT = C_InfoBox; break; in ImpGetRType()
311 case WINDOW_WARNINGBOX: nRT = C_WarningBox; break; in ImpGetRType()
312 case WINDOW_ERRORBOX: nRT = C_ErrorBox; break; in ImpGetRType()
313 case WINDOW_QUERYBOX: nRT = C_QueryBox; break; in ImpGetRType()
315 case WINDOW_FILEDIALOG: nRT = C_FileDlg; break; in ImpGetRType()
316 case WINDOW_PATHDIALOG: nRT = C_PathDlg; break; in ImpGetRType()
317 case WINDOW_PRINTDIALOG: nRT = C_PrintDlg; break; in ImpGetRType()
318 case WINDOW_PRINTERSETUPDIALOG: nRT = C_PrinterSetupDlg;break; in ImpGetRType()
319 case WINDOW_COLORDIALOG: nRT = C_ColorDlg; break; in ImpGetRType()
321 case WINDOW_TABDIALOG: nRT = C_TabDlg; break; in ImpGetRType()
324 case WINDOW_PATTERNBOX: nRT = C_PatternBox; break; in ImpGetRType()
325 case WINDOW_TOOLBOX: nRT = C_ToolBox; break; in ImpGetRType()
327 case WINDOW_CONTROL: nRT = C_Control; break; in ImpGetRType()
328 case WINDOW_OKBUTTON: nRT = C_OkButton; break; in ImpGetRType()
329 case WINDOW_CANCELBUTTON: nRT = C_CancelButton; break; in ImpGetRType()
330 case WINDOW_BUTTONDIALOG: nRT = C_ButtonDialog; break; in ImpGetRType()
331 case WINDOW_TREELISTBOX: nRT = C_TreeListBox; break; in ImpGetRType()
333 case WINDOW_DIALOG: nRT = C_Dialog; break; in ImpGetRType()
335 return nRT; in ImpGetRType()
2348 short nRT = ImpGetRType( pControl ); in Execute() local
2350 …if ( nRT == C_TabControl && pControl->GET_REAL_PARENT() && pControl->GET_REAL_PARENT()->GetType() … in Execute()
2353 nRT = ImpGetRType( pControl ); in Execute()
2356 switch( nRT ) in Execute()
4598 short nRT = 0; in Execute() local
4602 nRT = ImpGetRType( pControl ); in Execute()
4605 m_pDbgWin->AddText( String::CreateFromInt32( nRT ) ); in Execute()
4610 if ( nRT == C_Window && // Search for WorkWindow to satisfy these commands in Execute()
4628 nRT = C_WorkWin; in Execute()
4651 if (( (nRT == C_TreeListBox) && !bBool2 ) in Execute()
4686 if (((( nRT < C_TabPage && nRT > C_TabControl ) in Execute()
4687 || nRT == C_PatternBox in Execute()
4688 || nRT == C_ToolBox in Execute()
4689 || nRT == C_ValueSet in Execute()
4690 || nRT == C_Control in Execute()
4691 || nRT == C_TreeListBox in Execute()
4711 switch( nRT ) in Execute()
4893 … if ( nRT == C_MultiLineEdit ) // since SetModifyFlag is not virtual we have to do this in Execute()
4952 if ( nMethodId == M_MultiSelect && nRT == C_ListBox ) in Execute()
6310 …portError( aUId, GEN_RES_STR2( S_UNKNOWN_TYPE, UniString::CreateFromInt32( nRT ), MethodString(nMe… in Execute()
6718 …ReportError( aUId, GEN_RES_STR2( S_UNKNOWN_TYPE, UniString::CreateFromInt32( nRT ), MethodString(n… in Execute()