Lines Matching refs:ScResId

71 	ModalDialog 	( pParent, ScResId( RID_SCDLG_AUTOFORMAT ) ),  in ScAutoFormatDlg()
73 aFlFormat ( this, ScResId( FL_FORMAT ) ), in ScAutoFormatDlg()
74 aLbFormat ( this, ScResId( LB_FORMAT ) ), in ScAutoFormatDlg()
75 pWndPreview ( new ScAutoFmtPreview( this, ScResId( WND_PREVIEW ), pDoc ) ), in ScAutoFormatDlg()
76 aBtnOk ( this, ScResId( BTN_OK ) ), in ScAutoFormatDlg()
77 aBtnCancel ( this, ScResId( BTN_CANCEL ) ), in ScAutoFormatDlg()
78 aBtnHelp ( this, ScResId( BTN_HELP ) ), in ScAutoFormatDlg()
79 aBtnAdd ( this, ScResId( BTN_ADD ) ), in ScAutoFormatDlg()
80 aBtnRemove ( this, ScResId( BTN_REMOVE ) ), in ScAutoFormatDlg()
81 aBtnMore ( this, ScResId( BTN_MORE ) ), in ScAutoFormatDlg()
82 aFlFormatting ( this, ScResId( FL_FORMATTING ) ), in ScAutoFormatDlg()
83 aBtnNumFormat ( this, ScResId( BTN_NUMFORMAT ) ), in ScAutoFormatDlg()
84 aBtnBorder ( this, ScResId( BTN_BORDER ) ), in ScAutoFormatDlg()
85 aBtnFont ( this, ScResId( BTN_FONT ) ), in ScAutoFormatDlg()
86 aBtnPattern ( this, ScResId( BTN_PATTERN ) ), in ScAutoFormatDlg()
87 aBtnAlignment ( this, ScResId( BTN_ALIGNMENT ) ), in ScAutoFormatDlg()
88 aBtnAdjust ( this, ScResId( BTN_ADJUST ) ), in ScAutoFormatDlg()
89 aBtnRename ( this, ScResId( BTN_RENAME ) ), in ScAutoFormatDlg()
90 aStrTitle ( ScResId( STR_ADD_TITLE ) ), in ScAutoFormatDlg()
91 aStrLabel ( ScResId( STR_ADD_LABEL ) ), in ScAutoFormatDlg()
92 aStrClose ( ScResId( STR_BTN_CLOSE ) ), in ScAutoFormatDlg()
93 aStrDelTitle ( ScResId( STR_DEL_TITLE ) ), in ScAutoFormatDlg()
94 aStrDelMsg ( ScResId( STR_DEL_MSG ) ) , in ScAutoFormatDlg()
95 aStrRename ( ScResId( STR_RENAME_TITLE ) ), in ScAutoFormatDlg()