Lines Matching refs:ScResId

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