Lines Matching refs:ScResId

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