Lines Matching refs:CUI_RES

204                                     CUI_RES(RID_SVXDLG_SPELLCHECK)),  in SpellDialog()
206 aVendorImageFI ( this , CUI_RES( IMG_VENDOR ) ), in SpellDialog()
207 aLanguageFT ( this, CUI_RES( FT_LANGUAGE ) ), in SpellDialog()
208 aLanguageLB ( this, CUI_RES( LB_LANGUAGE ) ), in SpellDialog()
209 aNotInDictFT ( this, CUI_RES( FT_NOTINDICT ) ), in SpellDialog()
210 aSentenceED ( this, CUI_RES( ED_NEWWORD ) ), in SpellDialog()
211 aSuggestionFT ( this, CUI_RES( FT_SUGGESTION ) ), in SpellDialog()
212 aSuggestionLB ( this, CUI_RES( LB_SUGGESTION ) ), in SpellDialog()
214 aIgnorePB ( this, CUI_RES( PB_IGNORE ) ), in SpellDialog()
215 aIgnoreAllPB ( this, CUI_RES( PB_IGNOREALL ) ), in SpellDialog()
216 aIgnoreRulePB ( this, CUI_RES( PB_IGNORERULE ) ), in SpellDialog()
217 aAddToDictMB ( this, CUI_RES( MB_ADDTODICT ) ), in SpellDialog()
219 aChangePB ( this, CUI_RES( PB_CHANGE ) ), in SpellDialog()
220 aChangeAllPB ( this, CUI_RES( PB_CHANGEALL ) ), in SpellDialog()
221 aExplainPB ( this, CUI_RES( PB_EXPLAIN) ), in SpellDialog()
222 aAutoCorrPB ( this, CUI_RES( PB_AUTOCORR ) ), in SpellDialog()
224 aCheckGrammarCB ( this, CUI_RES( CB_CHECK_GRAMMAR ) ), in SpellDialog()
226 aHelpPB ( this, CUI_RES( PB_HELP ) ), in SpellDialog()
227 aOptionsPB ( this, CUI_RES( PB_OPTIONS ) ), in SpellDialog()
228 aUndoPB ( this, CUI_RES( PB_UNDO ) ), in SpellDialog()
229 aClosePB ( this, CUI_RES( PB_CLOSE ) ), in SpellDialog()
230 aBackgroundGB ( this, CUI_RES( GB_BACKGROUND ) ), in SpellDialog()
232 aVendorImage ( CUI_RES( IMG_DEFAULT_VENDOR ) ), in SpellDialog()
233 aVendorImageHC ( CUI_RES( IMG_DEFAULT_VENDOR_HC ) ), in SpellDialog()
235 aResumeST ( CUI_RES(ST_RESUME )), in SpellDialog()
237 aNoSuggestionsST( CUI_RES(ST_NOSUGGESTIONS)), in SpellDialog()
238 m_sTitleSpelling ( CUI_RES( ST_SPELLING ) ), in SpellDialog()
239 m_sTitleSpellingGrammar ( CUI_RES( ST_SPELLING_AND_GRAMMAR ) ), in SpellDialog()
240 m_sTitleSpellingGrammarVendor ( CUI_RES( ST_SPELLING_AND_GRAMMAR_VENDORNAME ) ), in SpellDialog()