1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
23 // RID_SVXPAGE_PAGE ------------------------------------------------------
25 StringArray RID_SVXSTRARY_PAPERSIZE_STD
29 < "A6" ; PAPERSIZE_A6 ; > ;
30 < "A5" ; PAPERSIZE_A5 ; > ;
31 < "A4" ; PAPERSIZE_A4 ; > ;
32 < "A3" ; PAPERSIZE_A3 ; > ;
33 < "B6 (ISO)" ; PAPERSIZE_B6_ISO ; > ;
34 < "B5 (ISO)" ; PAPERSIZE_B5_ISO ; > ;
35 < "B4 (ISO)" ; PAPERSIZE_B4_ISO ; > ;
36 < "Letter" ; PAPERSIZE_LETTER ; > ;
37 < "Legal" ; PAPERSIZE_LEGAL ; > ;
38 < "Long Bond" ; PAPERSIZE_LEGAL2 ; > ;
39 < "Tabloid" ; PAPERSIZE_TABLOID ; > ;
40 < "B6 (JIS)" ; PAPERSIZE_B6_JIS ; > ;
41 < "B5 (JIS)" ; PAPERSIZE_B5_JIS ; > ;
42 < "B4 (JIS)" ; PAPERSIZE_B4_JIS ; > ;
43 < "16 Kai" ; PAPERSIZE_KAI16; > ;
44 < "32 Kai" ; PAPERSIZE_KAI32; > ;
45 < "Big 32 Kai" ; PAPERSIZE_KAI32BIG; > ;
46 < "User" ; PAPERSIZE_USER ; > ;
47 < "DL Envelope" ; PAPERSIZE_DL ; > ;
48 < "C6 Envelope" ; PAPERSIZE_C6 ; > ;
49 < "C6/5 Envelope" ; PAPERSIZE_C65 ; > ;
50 < "C5 Envelope" ; PAPERSIZE_C5 ; > ;
51 < "C4 Envelope" ; PAPERSIZE_C4 ; > ;
52 < "#6¾ Envelope" ; PAPERSIZE_COM675; > ;
53 < "#7¾ (Monarch) Envelope" ; PAPERSIZE_MONARCH; > ;
54 < "#9 Envelope" ; PAPERSIZE_COM9; > ;
55 < "#10 Envelope" ; PAPERSIZE_COM10; > ;
56 < "#11 Envelope" ; PAPERSIZE_COM11; > ;
57 < "#12 Envelope" ; PAPERSIZE_COM12; > ;
58 < "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ;
61 StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
65 < "A6" ; PAPERSIZE_A6 ; > ;
66 < "A5" ; PAPERSIZE_A5 ; > ;
67 < "A4" ; PAPERSIZE_A4 ; > ;
68 < "A3" ; PAPERSIZE_A3 ; > ;
69 < "A2" ; PAPERSIZE_A2 ; > ;
70 < "A1" ; PAPERSIZE_A1 ; > ;
71 < "A0" ; PAPERSIZE_A0 ; > ;
72 < "B6 (ISO)" ; PAPERSIZE_B6_ISO ; > ;
73 < "B5 (ISO)" ; PAPERSIZE_B5_ISO ; > ;
74 < "B4 (ISO)" ; PAPERSIZE_B4_ISO ; > ;
75 < "Letter" ; PAPERSIZE_LETTER ; > ;
76 < "Legal" ; PAPERSIZE_LEGAL ; > ;
77 < "Long Bond" ; PAPERSIZE_LEGAL2 ; > ;
78 < "Tabloid" ; PAPERSIZE_TABLOID ; > ;
79 < "B6 (JIS)" ; PAPERSIZE_B6_JIS ; > ;
80 < "B5 (JIS)" ; PAPERSIZE_B5_JIS ; > ;
81 < "B4 (JIS)" ; PAPERSIZE_B4_JIS ; > ;
82 < "16 Kai" ; PAPERSIZE_KAI16; > ;
83 < "32 Kai" ; PAPERSIZE_KAI32; > ;
84 < "Big 32 Kai" ; PAPERSIZE_KAI32BIG; > ;
85 < "User" ; PAPERSIZE_USER ; > ;
86 < "DL Envelope" ; PAPERSIZE_DL ; > ;
87 < "C6 Envelope" ; PAPERSIZE_C6 ; > ;
88 < "C6/5 Envelope" ; PAPERSIZE_C65 ; > ;
89 < "C5 Envelope" ; PAPERSIZE_C5 ; > ;
90 < "C4 Envelope" ; PAPERSIZE_C4 ; > ;
91 < "Dia Slide" ; PAPERSIZE_DIA ; > ;
92 < "Screen 4:3" ; PAPERSIZE_SCREEN_4_3 ; > ;
93 < "Screen 16:9" ; PAPERSIZE_SCREEN_16_9 ; > ;
94 < "Screen 16:10" ; PAPERSIZE_SCREEN_16_10 ; > ;
95 < "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ;
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */