Lines Matching refs:ScResId

200 		ModalDialog	( pParent, ScResId( RID_SCDLG_ASCII ) ),  in ScImportAsciiDlg()
207 aFlFieldOpt ( this, ScResId( FL_FIELDOPT ) ), in ScImportAsciiDlg()
208 aFtCharSet ( this, ScResId( FT_CHARSET ) ), in ScImportAsciiDlg()
209 aLbCharSet ( this, ScResId( LB_CHARSET ) ), in ScImportAsciiDlg()
210 aFtCustomLang( this, ScResId( FT_CUSTOMLANG ) ), in ScImportAsciiDlg()
211 aLbCustomLang( this, ScResId( LB_CUSTOMLANG ) ), in ScImportAsciiDlg()
213 aFtRow ( this, ScResId( FT_AT_ROW ) ), in ScImportAsciiDlg()
214 aNfRow ( this, ScResId( NF_AT_ROW ) ), in ScImportAsciiDlg()
216 aFlSepOpt ( this, ScResId( FL_SEPOPT ) ), in ScImportAsciiDlg()
217 aRbFixed ( this, ScResId( RB_FIXED ) ), in ScImportAsciiDlg()
218 aRbSeparated( this, ScResId( RB_SEPARATED ) ), in ScImportAsciiDlg()
220 aCkbTab ( this, ScResId( CKB_TAB ) ), in ScImportAsciiDlg()
221 aCkbSemicolon(this, ScResId( CKB_SEMICOLON ) ), in ScImportAsciiDlg()
222 aCkbComma ( this, ScResId( CKB_COMMA ) ), in ScImportAsciiDlg()
223 aCkbSpace ( this, ScResId( CKB_SPACE ) ), in ScImportAsciiDlg()
224 aCkbOther ( this, ScResId( CKB_OTHER ) ), in ScImportAsciiDlg()
225 aEdOther ( this, ScResId( ED_OTHER ) ), in ScImportAsciiDlg()
226 aCkbAsOnce ( this, ScResId( CB_ASONCE) ), in ScImportAsciiDlg()
227 aFlOtherOpt ( this, ScResId( FL_OTHER_OPTIONS ) ), in ScImportAsciiDlg()
229 aFtTextSep ( this, ScResId( FT_TEXTSEP ) ), in ScImportAsciiDlg()
230 aCbTextSep ( this, ScResId( CB_TEXTSEP ) ), in ScImportAsciiDlg()
232 aCkbQuotedAsText( this, ScResId(CB_QUOTED_AS_TEXT) ), in ScImportAsciiDlg()
233 aCkbDetectNumber( this, ScResId(CB_DETECT_SPECIAL_NUMBER) ), in ScImportAsciiDlg()
235 aFlWidth ( this, ScResId( FL_WIDTH ) ), in ScImportAsciiDlg()
236 aFtType ( this, ScResId( FT_TYPE ) ), in ScImportAsciiDlg()
237 aLbType ( this, ScResId( LB_TYPE1 ) ), in ScImportAsciiDlg()
239 maTableBox ( this, ScResId( CTR_TABLEBOX ) ), in ScImportAsciiDlg()
241 aBtnOk ( this, ScResId( BTN_OK ) ), in ScImportAsciiDlg()
242 aBtnCancel ( this, ScResId( BTN_CANCEL ) ), in ScImportAsciiDlg()
243 aBtnHelp ( this, ScResId( BTN_HELP ) ), in ScImportAsciiDlg()
245 aCharSetUser( ScResId( SCSTR_CHARSET_USER ) ), in ScImportAsciiDlg()
246 aColumnUser ( ScResId( SCSTR_COLUMN_USER ) ), in ScImportAsciiDlg()
247 aTextSepList( ScResId( SCSTR_TEXTSEP ) ), in ScImportAsciiDlg()
249 maStrTextToColumns( ScResId( STR_TEXTTOCOLUMNS ) ), in ScImportAsciiDlg()