cws tl84: #ii71192# paper size A6 adde to Format/Page
This commit is contained in:
parent
05e178629a
commit
609a3898f9
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
|||
|
||||
// define ----------------------------------------------------------------
|
||||
|
||||
//!! the values of the following defines must correspond to the array position
|
||||
//!! of the respective paper size in the file i18npool/source/paper/paper.cxx
|
||||
//!! There are enums for them in i18npool/inc/i18npool/paper.hxx but unfortunately
|
||||
//!! the resource compiler does not understand enums, thus the enum values need
|
||||
//!! to be duplicated here for use in the src file.
|
||||
#define PAPERSIZE_A0 0
|
||||
#define PAPERSIZE_A1 1
|
||||
#define PAPERSIZE_A2 2
|
||||
|
@ -66,6 +71,7 @@
|
|||
#define PAPERSIZE_B4_JIS 34
|
||||
#define PAPERSIZE_B5_JIS 35
|
||||
#define PAPERSIZE_B6_JIS 36
|
||||
#define PAPERSIZE_A6 56
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -371,6 +371,7 @@ StringArray RID_SVXSTRARY_PAPERSIZE_STD
|
|||
{
|
||||
ItemList [ en-US ] =
|
||||
{
|
||||
< "A6" ; PAPERSIZE_A6 ; > ;
|
||||
< "A5" ; PAPERSIZE_A5 ; > ;
|
||||
< "A4" ; PAPERSIZE_A4 ; > ;
|
||||
< "A3" ; PAPERSIZE_A3 ; > ;
|
||||
|
@ -405,6 +406,7 @@ StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
|
|||
{
|
||||
ItemList [ en-US ] =
|
||||
{
|
||||
< "A6" ; PAPERSIZE_A6 ; > ;
|
||||
< "A5" ; PAPERSIZE_A5 ; > ;
|
||||
< "A4" ; PAPERSIZE_A4 ; > ;
|
||||
< "A3" ; PAPERSIZE_A3 ; > ;
|
||||
|
|
Loading…
Reference in a new issue