diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-11 14:44:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-11 16:33:57 +0000 |
commit | 7c8bdd561c0b6474201f821e5341b8669d577827 (patch) | |
tree | 9cdf08695cebbfa7e325f7d62ff198f5a801d107 /cui/source/inc | |
parent | 6c8bace16604af1deda831d29aef8400f4275bc3 (diff) |
convert gallery general page to .ui
Change-Id: I329f8bdea6206f48cd3834126869584b9057253f
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 18 | ||||
-rw-r--r-- | cui/source/inc/gallery.hrc | 14 | ||||
-rw-r--r-- | cui/source/inc/helpid.hrc | 2 |
3 files changed, 6 insertions, 28 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index eb242ef7dece..969ce2b38b54 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -210,18 +210,12 @@ class TPGalleryThemeGeneral : public SfxTabPage { private: - FixedImage aFiMSImage; - Edit aEdtMSName; - FixedLine aFlMSGeneralFirst; - FixedText aFtMSType; - FixedText aFtMSShowType; - FixedText aFtMSPath; - FixedText aFtMSShowPath; - FixedText aFtMSContent; - FixedText aFtMSShowContent; - FixedLine aFlMSGeneralSecond; - FixedText aFtMSChangeDate; - FixedText aFtMSShowChangeDate; + FixedImage* m_pFiMSImage; + Edit* m_pEdtMSName; + FixedText* m_pFtMSShowType; + FixedText* m_pFtMSShowPath; + FixedText* m_pFtMSShowContent; + FixedText* m_pFtMSShowChangeDate; ExchangeData* pData; virtual void Reset( const SfxItemSet& ) {} diff --git a/cui/source/inc/gallery.hrc b/cui/source/inc/gallery.hrc index d142711d4f9c..74cf43c0d101 100644 --- a/cui/source/inc/gallery.hrc +++ b/cui/source/inc/gallery.hrc @@ -59,18 +59,4 @@ #define FL_ACTUALIZE_PROGRESS 1 #define FT_ACTUALIZE_FILE 1 -// Gallery-TabDialog -#define FI_MS_IMAGE 1 -#define EDT_MS_NAME 1 -#define FL_MS_GENERAL_FIRST 1 -#define FT_MS_TYPE 2 -#define FT_MS_SHOW_TYPE 3 -#define FT_MS_PATH 4 -#define FT_MS_SHOW_PATH 5 -#define FT_MS_CONTENT 6 -#define FT_MS_SHOW_CONTENT 7 -#define FL_MS_GENERAL_SECOND 2 -#define FT_MS_CHANGEDATE 10 -#define FT_MS_SHOW_CHANGEDATE 11 - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index e2917dc9e3b2..6181d49c21f8 100644 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -132,7 +132,6 @@ #define HID_CONFIG_EVENT_DOCUMENT_BASED "CUI_HID_CONFIG_EVENT_DOCUMENT_BASED" #define HID_SVX_CONFIG_TOOLBAR "CUI_HID_SVX_CONFIG_TOOLBAR" #define HID_SVX_CONFIG_TOOLBAR_CONTENTS "CUI_HID_SVX_CONFIG_TOOLBAR_CONTENTS" -#define HID_GALLERY_EDIT_MSNAME "CUI_HID_GALLERY_EDIT_MSNAME" #define HID_SVX_CONFIG_MENU_CONTENTS "CUI_HID_SVX_CONFIG_MENU_CONTENTS" #define HID_GALLERY_NEWTHEME_FINDFILES "CUI_HID_GALLERY_NEWTHEME_FINDFILES" #define HID_GALLERY_NEWTHEME_ADDFILES "CUI_HID_GALLERY_NEWTHEME_ADDFILES" @@ -166,7 +165,6 @@ #define HID_FM_DLG_SEARCH "CUI_HID_FM_DLG_SEARCH" #define HID_SEARCH_TEXT "CUI_HID_SEARCH_TEXT" #define HID_SEARCH_ALLFIELDS "CUI_HID_SEARCH_ALLFIELDS" -#define HID_GALLERY_PROPERTIES_GENERAL "CUI_HID_GALLERY_PROPERTIES_GENERAL" #define HID_SEARCH_FIELDSELECTION "CUI_HID_SEARCH_FIELDSELECTION" #define HID_SEARCH_POSITION "CUI_HID_SEARCH_POSITION" #define HID_SEARCH_FORMATTER "CUI_HID_SEARCH_FORMATTER" |