Kaydet (Commit) 9141c65b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: Iefc0bf0e7d64b0ed4b339ca89191649e4bc6fba2
üst 06c536c6
...@@ -17,38 +17,38 @@ ...@@ -17,38 +17,38 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#define _STR_IMPRESS_PRINT_UI_OPTIONS 32001 #define STR_IMPRESS_PRINT_UI_OPTIONS 32001
#define _STR_IMPRESS_PRINT_UI_GROUP_NAME 1 #define STR_IMPRESS_PRINT_UI_GROUP_NAME 1
#define _STR_IMPRESS_PRINT_UI_PRINT_CONTENT 2 #define STR_IMPRESS_PRINT_UI_PRINT_CONTENT 2
#define _STR_IMPRESS_PRINT_UI_PRINT_GROUP 3 #define STR_IMPRESS_PRINT_UI_PRINT_GROUP 3
#define _STR_IMPRESS_PRINT_UI_CONTENT 4 #define STR_IMPRESS_PRINT_UI_CONTENT 4
#define _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES 6 #define STR_IMPRESS_PRINT_UI_CONTENT_CHOICES 6
#define _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE 7 #define STR_IMPRESS_PRINT_UI_SLIDESPERPAGE 7
#define _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES 8 #define STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES 8
#define _STR_IMPRESS_PRINT_UI_ORDER 10 #define STR_IMPRESS_PRINT_UI_ORDER 10
#define _STR_IMPRESS_PRINT_UI_ORDER_CHOICES 11 #define STR_IMPRESS_PRINT_UI_ORDER_CHOICES 11
#define _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT 13 #define STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT 13
#define _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME 14 #define STR_IMPRESS_PRINT_UI_IS_PRINT_NAME 14
#define _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE 16 #define STR_IMPRESS_PRINT_UI_IS_PRINT_DATE 16
#define _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN 20 #define STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN 20
#define _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP 22 #define STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP 22
#define _STR_IMPRESS_PRINT_UI_QUALITY 23 #define STR_IMPRESS_PRINT_UI_QUALITY 23
#define _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES 24 #define STR_IMPRESS_PRINT_UI_QUALITY_CHOICES 24
#define _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS 26 #define STR_IMPRESS_PRINT_UI_PAGE_OPTIONS 26
#define _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES 27 #define STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES 27
#define _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW 28 #define STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW 28
#define _STR_IMPRESS_PRINT_UI_BROCHURE 30 #define STR_IMPRESS_PRINT_UI_BROCHURE 30
#define _STR_IMPRESS_PRINT_UI_PAGE_SIDES 32 #define STR_IMPRESS_PRINT_UI_PAGE_SIDES 32
#define _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE 33 #define STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE 33
#define _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST 35 #define STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST 35
#define _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP 37 #define STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP 37
#define _STR_IMPRESS_PRINT_UI_PAPER_TRAY 38 #define STR_IMPRESS_PRINT_UI_PAPER_TRAY 38
#define _STR_IMPRESS_PRINT_UI_PAGE_RANGE 40 #define STR_IMPRESS_PRINT_UI_PAGE_RANGE 40
#define _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE 41 #define STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE 41
#define _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE 43 #define STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE 43
#define _STR_DRAW_PRINT_UI_IS_PRINT_NAME 44 #define STR_DRAW_PRINT_UI_IS_PRINT_NAME 44
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -20,25 +20,25 @@ ...@@ -20,25 +20,25 @@
#include "app.hrc" #include "app.hrc"
#include "DocumentRenderer.hrc" #include "DocumentRenderer.hrc"
Resource _STR_IMPRESS_PRINT_UI_OPTIONS Resource STR_IMPRESS_PRINT_UI_OPTIONS
{ {
String _STR_IMPRESS_PRINT_UI_GROUP_NAME String STR_IMPRESS_PRINT_UI_GROUP_NAME
{ {
Text [en-US] = "%PRODUCTNAME %s"; Text [en-US] = "%PRODUCTNAME %s";
}; };
String _STR_IMPRESS_PRINT_UI_PRINT_CONTENT String STR_IMPRESS_PRINT_UI_PRINT_CONTENT
{ {
Text [ en-US ] = "Print content"; Text [ en-US ] = "Print content";
}; };
String _STR_IMPRESS_PRINT_UI_PRINT_GROUP String STR_IMPRESS_PRINT_UI_PRINT_GROUP
{ {
Text [ en-US ] = "Print"; Text [ en-US ] = "Print";
}; };
String _STR_IMPRESS_PRINT_UI_CONTENT String STR_IMPRESS_PRINT_UI_CONTENT
{ {
Text [ en-US ] = "Document"; Text [ en-US ] = "Document";
}; };
StringArray _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES StringArray STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -48,11 +48,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -48,11 +48,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Outline" ; > ; < "Outline" ; > ;
}; };
}; };
String _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE String STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
{ {
Text [ en-US ] = "Slides per page" ; Text [ en-US ] = "Slides per page" ;
}; };
StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES StringArray STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -65,11 +65,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -65,11 +65,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "9" ; > ; < "9" ; > ;
}; };
}; };
String _STR_IMPRESS_PRINT_UI_ORDER String STR_IMPRESS_PRINT_UI_ORDER
{ {
Text [ en-US ] = "Order" ; Text [ en-US ] = "Order" ;
}; };
StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES StringArray STR_IMPRESS_PRINT_UI_ORDER_CHOICES
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -77,35 +77,35 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -77,35 +77,35 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Top to bottom, then right" ; > ; < "Top to bottom, then right" ; > ;
}; };
}; };
String _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT String STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
{ {
Text [ en-US ] = "~Contents"; Text [ en-US ] = "~Contents";
}; };
String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME String STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
{ {
Text [ en-US ] = "~Slide name"; Text [ en-US ] = "~Slide name";
}; };
String _STR_DRAW_PRINT_UI_IS_PRINT_NAME String STR_DRAW_PRINT_UI_IS_PRINT_NAME
{ {
Text [ en-US ] = "P~age name"; Text [ en-US ] = "P~age name";
}; };
String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE String STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
{ {
Text [ en-US ] = "~Date and time"; Text [ en-US ] = "~Date and time";
}; };
String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN String STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
{ {
Text [ en-US ] = "Hidden pages"; Text [ en-US ] = "Hidden pages";
}; };
String _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP String STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
{ {
Text [ en-US ] = "Output options"; Text [ en-US ] = "Output options";
}; };
String _STR_IMPRESS_PRINT_UI_QUALITY String STR_IMPRESS_PRINT_UI_QUALITY
{ {
Text [ en-US ] = "Color"; Text [ en-US ] = "Color";
}; };
StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES StringArray STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -114,11 +114,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -114,11 +114,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Black & white" ; > ; < "Black & white" ; > ;
}; };
}; };
String _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS String STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
{ {
Text [ en-US ] = "~Size"; Text [ en-US ] = "~Size";
}; };
StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES StringArray STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -128,7 +128,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -128,7 +128,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Tile sheet of paper with repeated slides" ; > ; < "Tile sheet of paper with repeated slides" ; > ;
}; };
}; };
StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW StringArray STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -138,19 +138,19 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -138,19 +138,19 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Tile sheet of paper with repeated pages" ; > ; < "Tile sheet of paper with repeated pages" ; > ;
}; };
}; };
String _STR_IMPRESS_PRINT_UI_BROCHURE String STR_IMPRESS_PRINT_UI_BROCHURE
{ {
Text [en-US] = "Brochure"; Text [en-US] = "Brochure";
}; };
String _STR_IMPRESS_PRINT_UI_PAGE_SIDES String STR_IMPRESS_PRINT_UI_PAGE_SIDES
{ {
Text [ en-US ] = "Page sides"; Text [ en-US ] = "Page sides";
}; };
String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE String STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
{ {
Text [ en-US ] = "Include"; Text [ en-US ] = "Include";
}; };
StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST StringArray STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -160,19 +160,19 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -160,19 +160,19 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
}; };
}; };
String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP String STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
{ {
Text [ en-US ] = "Paper tray"; Text [ en-US ] = "Paper tray";
}; };
String _STR_IMPRESS_PRINT_UI_PAPER_TRAY String STR_IMPRESS_PRINT_UI_PAPER_TRAY
{ {
Text [ en-US ] = "~Use only paper tray from printer preferences"; Text [ en-US ] = "~Use only paper tray from printer preferences";
}; };
String _STR_IMPRESS_PRINT_UI_PAGE_RANGE String STR_IMPRESS_PRINT_UI_PAGE_RANGE
{ {
Text [en-US] = "Print range"; Text [en-US] = "Print range";
}; };
StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE StringArray STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
...@@ -182,7 +182,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS ...@@ -182,7 +182,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
}; };
}; };
StringArray _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE StringArray STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
{ {
ItemList [ en-US ] = ItemList [ en-US ] =
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment