Lines Matching refs:ScResId
53 #undef ScResId
54 #define ScResId(x) #x macro
65 : ModalDialog ( pParent, ScResId( RID_SCDLG_INSERT_TABLE ) ), in ScInsertTableDlg()
67 aFlPos ( this, ScResId( FL_POSITION ) ), in ScInsertTableDlg()
68 aBtnBefore ( this, ScResId( RB_BEFORE ) ), in ScInsertTableDlg()
69 aBtnBehind ( this, ScResId( RB_BEHIND ) ), in ScInsertTableDlg()
70 aFlTable ( this, ScResId( FL_TABLE ) ), in ScInsertTableDlg()
71 aBtnNew ( this, ScResId( RB_NEW ) ), in ScInsertTableDlg()
72 aBtnFromFile ( this, ScResId( RB_FROMFILE ) ), in ScInsertTableDlg()
73 aFtCount ( this, ScResId( FT_COUNT ) ), in ScInsertTableDlg()
74 aNfCount ( this, ScResId( NF_COUNT ) ), in ScInsertTableDlg()
75 aFtName ( this, ScResId( FT_NAME ) ), in ScInsertTableDlg()
76 aEdName ( this, ScResId( ED_TABNAME ) ), in ScInsertTableDlg()
77 aLbTables ( this, ScResId( LB_TABLES ) ), in ScInsertTableDlg()
78 aFtPath ( this, ScResId( FT_PATH ) ), in ScInsertTableDlg()
79 aBtnBrowse ( this, ScResId( BTN_BROWSE ) ), in ScInsertTableDlg()
80 aBtnLink ( this, ScResId( CB_LINK ) ), in ScInsertTableDlg()
81 aBtnOk ( this, ScResId( BTN_OK ) ), in ScInsertTableDlg()
82 aBtnCancel ( this, ScResId( BTN_CANCEL ) ), in ScInsertTableDlg()
83 aBtnHelp ( this, ScResId( BTN_HELP ) ), in ScInsertTableDlg()