Lines Matching refs:CUI_RES

98 	ModalDialog( pParent, CUI_RES( RID_SFXDLG_NEWDICT ) ),  in SvxNewDictionaryDialog()
100 aNewDictBox ( this, CUI_RES( GB_NEWDICT ) ), in SvxNewDictionaryDialog()
101 aNameText ( this, CUI_RES( FT_DICTNAME ) ), in SvxNewDictionaryDialog()
102 aNameEdit ( this, CUI_RES( ED_DICTNAME ) ), in SvxNewDictionaryDialog()
103 aLanguageText ( this, CUI_RES( FT_DICTLANG ) ), in SvxNewDictionaryDialog()
104 aLanguageLB ( this, CUI_RES( LB_DICTLANG ) ), in SvxNewDictionaryDialog()
105 aExceptBtn ( this, CUI_RES( BTN_EXCEPT ) ), in SvxNewDictionaryDialog()
106 aOKBtn ( this, CUI_RES( BTN_NEWDICT_OK ) ), in SvxNewDictionaryDialog()
107 aCancelBtn ( this, CUI_RES( BTN_NEWDICT_ESC ) ), in SvxNewDictionaryDialog()
108 aHelpBtn ( this, CUI_RES( BTN_NEWDICT_HLP ) ), in SvxNewDictionaryDialog()
228 ModalDialog( pParent, CUI_RES( RID_SFXDLG_EDITDICT ) ), in IMPL_LINK_INLINE_END()
230 aBookFT ( this, CUI_RES( FT_BOOK ) ), in IMPL_LINK_INLINE_END()
231 aAllDictsLB ( this, CUI_RES( LB_ALLDICTS ) ), in IMPL_LINK_INLINE_END()
232 aLangFT ( this, CUI_RES( FT_DICTLANG ) ), in IMPL_LINK_INLINE_END()
233 aLangLB ( this, CUI_RES( LB_DICTLANG ) ), in IMPL_LINK_INLINE_END()
235 aWordFT ( this, CUI_RES( FT_WORD ) ), in IMPL_LINK_INLINE_END()
236 aWordED ( this, CUI_RES( ED_WORD ) ), in IMPL_LINK_INLINE_END()
237 aReplaceFT ( this, CUI_RES( FT_REPLACE ) ), in IMPL_LINK_INLINE_END()
238 aReplaceED ( this, CUI_RES( ED_REPLACE ) ), in IMPL_LINK_INLINE_END()
239 aWordsLB ( this, CUI_RES( TLB_REPLACE ) ), in IMPL_LINK_INLINE_END()
240 aNewReplacePB ( this, CUI_RES( PB_NEW_REPLACE ) ), in IMPL_LINK_INLINE_END()
241 aDeletePB ( this, CUI_RES( PB_DELETE_REPLACE ) ), in IMPL_LINK_INLINE_END()
242 aEditDictsBox ( this, CUI_RES( GB_EDITDICTS ) ), in IMPL_LINK_INLINE_END()
243 aHelpBtn ( this, CUI_RES( BTN_EDITHELP ) ), in IMPL_LINK_INLINE_END()
244 aCloseBtn ( this, CUI_RES( BTN_EDITCLOSE ) ), in IMPL_LINK_INLINE_END()
245 sModify (CUI_RES(STR_MODIFY)), in IMPL_LINK_INLINE_END()
462 QueryBox aBox( this, CUI_RES( RID_SFXQB_SET_LANGUAGE ) ); in IMPL_LINK()