Lines Matching refs:ModuleRes

155         ,m_aFTExtensionHeader       (this, ModuleRes(FT_AUTOEXTENSIONHEADER))  in DBG_NAME()
156 ,m_aRBAccessTextFiles (this, ModuleRes(RB_AUTOACCESSCTEXTFILES)) in DBG_NAME()
157 ,m_aRBAccessCSVFiles (this, ModuleRes(RB_AUTOACCESSCCSVFILES)) in DBG_NAME()
158 ,m_aRBAccessOtherFiles (this, ModuleRes(RB_AUTOACCESSOTHERS)) in DBG_NAME()
159 ,m_aETOwnExtension (this, ModuleRes(ET_AUTOOWNEXTENSION)) in DBG_NAME()
160 ,m_aFTExtensionExample (this, ModuleRes(FT_AUTOOWNEXTENSIONAPPENDIX)) in DBG_NAME()
161 ,m_aLineFormat (this, ModuleRes(FL_AUTOSEPARATOR2)) in DBG_NAME()
162 ,m_aFieldSeparatorLabel (this, ModuleRes(FT_AUTOFIELDSEPARATOR)) in DBG_NAME()
163 ,m_aFieldSeparator (this, ModuleRes(CM_AUTOFIELDSEPARATOR)) in DBG_NAME()
164 ,m_aTextSeparatorLabel (this, ModuleRes(FT_AUTOTEXTSEPARATOR)) in DBG_NAME()
165 ,m_aTextSeparator (this, ModuleRes(CM_AUTOTEXTSEPARATOR)) in DBG_NAME()
166 ,m_aDecimalSeparatorLabel (this, ModuleRes(FT_AUTODECIMALSEPARATOR)) in DBG_NAME()
167 ,m_aDecimalSeparator (this, ModuleRes(CM_AUTODECIMALSEPARATOR)) in DBG_NAME()
168 ,m_aThousandsSeparatorLabel (this, ModuleRes(FT_AUTOTHOUSANDSSEPARATOR)) in DBG_NAME()
169 ,m_aThousandsSeparator (this, ModuleRes(CM_AUTOTHOUSANDSSEPARATOR)) in DBG_NAME()
170 ,m_aRowHeader (this, ModuleRes(CB_AUTOHEADER)) in DBG_NAME()
171 ,m_aCharSetHeader (this, ModuleRes(FL_DATACONVERT)) in DBG_NAME()
172 ,m_aCharSetLabel (this, ModuleRes(FT_CHARSET)) in DBG_NAME()
173 ,m_aCharSet (this, ModuleRes(LB_CHARSET)) in DBG_NAME()
174 ,m_aFieldSeparatorList (ModuleRes(STR_AUTOFIELDSEPARATORLIST)) in DBG_NAME()
175 ,m_aTextSeparatorList (ModuleRes(STR_AUTOTEXTSEPARATORLIST)) in DBG_NAME()
176 ,m_aTextNone (ModuleRes(STR_AUTOTEXT_FIELD_SEP_NONE)) in DBG_NAME()
409 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MISSING)); in prepareLeave()
415 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MISSING)); in prepareLeave()
421 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave()
428 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave()
435 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave()
442 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave()
449 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave()
456 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave()
463 aErrorText = String(ModuleRes(STR_AUTONO_WILDCARDS)); in prepareLeave()