From 923962dd1d43910471a3d8dccff4f7c92994cedb Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 21 Mar 2011 15:01:58 +0100 Subject: CWS fwk167: #i117366# - move resources from sfx2 to sd and sc --- sd/source/ui/app/res_bmp.src | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src index 0901e53df0ed..be6c9258fec2 100755 --- a/sd/source/ui/app/res_bmp.src +++ b/sd/source/ui/app/res_bmp.src @@ -403,6 +403,19 @@ Image IMG_REMOVEALLBMP_H #define SfxStyleFamiliesRes2\ Text [ en-US ] = "Presentation Styles" ;\ +String STR_STYLE_FILTER_USED +{ + Text [ en-US ] = "Applied Styles" ; +}; +String STR_STYLE_FILTER_USERDEF +{ + Text [ en-US ] = "Custom Styles" ; +}; +String STR_STYLE_FILTER_ALL +{ + Text [ en-US ] = "All Styles" ; +}; + SfxStyleFamilies DLG_STYLE_DESIGNER { StyleFamilyList = @@ -413,9 +426,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PARA ; FilterList = { - < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; - < STR_STYLE_FILTER_USED ; SFXSTYLEBIT_USED ; > ; - < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; + < "All Styles" ; SFXSTYLEBIT_ALL ; > ; + < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; + < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; }; }; SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY @@ -424,7 +437,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; FilterList = { - < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; + < "All Styles" ; SFXSTYLEBIT_ALL ; > ; }; }; }; -- cgit From 52090913e44d51bcc49ff1a8f3c8fe6c39e6b219 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 21 Mar 2011 15:12:52 +0100 Subject: CWS fwk167: #i117366# - move resources from sfx2 to sd and sc --- sd/source/ui/app/res_bmp.src | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src index be6c9258fec2..52a988f08aa6 100755 --- a/sd/source/ui/app/res_bmp.src +++ b/sd/source/ui/app/res_bmp.src @@ -426,9 +426,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PARA ; FilterList = { - < "All Styles" ; SFXSTYLEBIT_ALL ; > ; - < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; - < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; + < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; + < STR_STYLE_FILTER_USED ; SFXSTYLEBIT_USED ; > ; + < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; }; }; SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY @@ -437,7 +437,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; FilterList = { - < "All Styles" ; SFXSTYLEBIT_ALL ; > ; + < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; }; }; }; @@ -505,4 +505,4 @@ Bitmap BMP_COMMENTS_INDICATOR Bitmap BMP_COMMENTS_INDICATOR_H { File = "comments_indicator_hc.bmp"; -}; \ No newline at end of file +}; -- cgit