Lines Matching refs:CUI_RES

222 	ModalDialog     ( pParent, CUI_RES(RID_SVXDLG_GALLERY_SEARCH_PROGRESS ) ),  in SearchProgress()
223 aFtSearchDir ( this, CUI_RES( FT_SEARCH_DIR ) ), in SearchProgress()
224 aFLSearchDir ( this, CUI_RES( FL_SEARCH_DIR ) ), in SearchProgress()
225 aFtSearchType ( this, CUI_RES( FT_SEARCH_TYPE ) ), in SearchProgress()
226 aFLSearchType ( this, CUI_RES( FL_SEARCH_TYPE ) ), in SearchProgress()
227 aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ), in SearchProgress()
352 ModalDialog ( pWindow, CUI_RES( RID_SVXDLG_GALLERY_TAKE_PROGRESS ) ), in TakeProgress()
353 aFtTakeFile ( this, CUI_RES( FT_TAKE_FILE ) ), in TakeProgress()
354 aFLTakeProgress( this, CUI_RES( FL_TAKE_PROGRESS ) ), in TakeProgress()
355 aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ), in TakeProgress()
457 ModalDialog ( pWindow, CUI_RES( RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS ) ), in ActualizeProgress()
458 aFtActualizeFile ( this, CUI_RES( FT_ACTUALIZE_FILE ) ), in ActualizeProgress()
459 aFLActualizeProgress ( this, CUI_RES( FL_ACTUALIZE_PROGRESS ) ), in ActualizeProgress()
460 aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ), in ActualizeProgress()
538 ModalDialog ( pParent, CUI_RES( RID_SVXDLG_GALLERY_TITLE ) ), in TitleDialog()
539 maOk ( this, CUI_RES( BTN_OK ) ), in TitleDialog()
540 maCancel ( this, CUI_RES( BTN_CANCEL ) ), in TitleDialog()
541 maHelp ( this, CUI_RES( BTN_HELP ) ), in TitleDialog()
542 maFL ( this, CUI_RES( FL_TITLE ) ), in TitleDialog()
543 maEdit ( this, CUI_RES( EDT_TITLE ) ) in TitleDialog()
555 ModalDialog ( pParent, CUI_RES( RID_SVXDLG_GALLERY_THEMEID ) ), in GalleryIdDialog()
556 aBtnOk ( this, CUI_RES( BTN_OK ) ), in GalleryIdDialog()
557 aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ), in GalleryIdDialog()
558 aFLId ( this, CUI_RES( FL_ID ) ), in GalleryIdDialog()
559 aLbResName ( this, CUI_RES( LB_RESNAME ) ), in GalleryIdDialog()
588 String aStr( CUI_RES( RID_SVXSTR_GALLERY_ID_EXISTS ) ); in IMPL_LINK()
613 SfxTabDialog ( pParent, CUI_RES( RID_SVXTABDLG_GALLERYTHEME ), pItemSet ), in GalleryThemeProperties()
629 aText += String( CUI_RES( RID_SVXSTR_GALLERY_READONLY ) ); in GalleryThemeProperties()
649 SfxTabPage ( pParent, CUI_RES( RID_SVXTABPAGE_GALLERY_GENERAL ), rSet ), in TPGalleryThemeGeneral()
650 aFiMSImage ( this, CUI_RES( FI_MS_IMAGE ) ), in TPGalleryThemeGeneral()
651 aEdtMSName ( this, CUI_RES( EDT_MS_NAME ) ), in TPGalleryThemeGeneral()
652 aFlMSGeneralFirst ( this, CUI_RES( FL_MS_GENERAL_FIRST ) ), in TPGalleryThemeGeneral()
653 aFtMSType ( this, CUI_RES( FT_MS_TYPE ) ), in TPGalleryThemeGeneral()
654 aFtMSShowType ( this, CUI_RES( FT_MS_SHOW_TYPE ) ), in TPGalleryThemeGeneral()
655 aFtMSPath ( this, CUI_RES( FT_MS_PATH ) ), in TPGalleryThemeGeneral()
656 aFtMSShowPath ( this, CUI_RES( FT_MS_SHOW_PATH ) ), in TPGalleryThemeGeneral()
657 aFtMSContent ( this, CUI_RES( FT_MS_CONTENT ) ), in TPGalleryThemeGeneral()
658 aFtMSShowContent ( this, CUI_RES( FT_MS_SHOW_CONTENT ) ), in TPGalleryThemeGeneral()
659 aFlMSGeneralSecond ( this, CUI_RES( FL_MS_GENERAL_SECOND ) ), in TPGalleryThemeGeneral()
660 aFtMSChangeDate ( this, CUI_RES( FT_MS_CHANGEDATE ) ), in TPGalleryThemeGeneral()
661 aFtMSShowChangeDate ( this, CUI_RES( FT_MS_SHOW_CHANGEDATE ) ) in TPGalleryThemeGeneral()
679 String aObjStr( CUI_RES( RID_SVXSTR_GALLERYPROPS_OBJECT ) ); in SetXChgData()
694 aType += String( CUI_RES( RID_SVXSTR_GALLERY_READONLY ) ); in SetXChgData()
731 aFiMSImage.SetImage( Image( Bitmap( CUI_RES( nId ) ), COL_LIGHTMAGENTA ) ); in SetXChgData()
754 SfxTabPage ( pWindow, CUI_RES( RID_SVXTABPAGE_GALLERYTHEME_FILES ), rSet ), in TPGalleryThemeProperties()
755 aFtFileType ( this, CUI_RES(FT_FILETYPE ) ), in TPGalleryThemeProperties()
756 aCbbFileType ( this, CUI_RES(CBB_FILETYPE ) ), in TPGalleryThemeProperties()
757 aLbxFound ( this, CUI_RES(LBX_FOUND ) ), in TPGalleryThemeProperties()
758 aBtnSearch ( this, CUI_RES(BTN_SEARCH ) ), in TPGalleryThemeProperties()
759 aBtnTake ( this, CUI_RES(BTN_TAKE ) ), in TPGalleryThemeProperties()
760 aBtnTakeAll ( this, CUI_RES(BTN_TAKEALL ) ), in TPGalleryThemeProperties()
761 aCbxPreview ( this, CUI_RES(CBX_PREVIEW ) ), in TPGalleryThemeProperties()
762 aWndPreview ( this, CUI_RES( WND_BRSPRV ) ), in TPGalleryThemeProperties()
794 aLbxFound.InsertEntry(String(CUI_RES(RID_SVXSTR_GALLERY_NOFILES))); in SetXChgData()
974 pFilterEntry->aFilterName = String( CUI_RES( RID_SVXSTR_GALLERY_ALLFILES ) ); in FillFilterList()
991 …if( QueryBox( this, WB_YES_NO, String( CUI_RES( RID_SVXSTR_GALLERY_SEARCH ) ) ).Execute() == RET_Y… in IMPL_LINK()
1254 aLbxFound.InsertEntry( String( CUI_RES( RID_SVXSTR_GALLERY_NOFILES ) ) ); in IMPL_LINK()