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