1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include <svx/dialogs.hrc> 25 26Menu RID_MN_FONTSIZE { 27 ItemList = { 28 MenuItem { 29 Text = "6"; 30 Identifier = 6; 31 }; 32 MenuItem { 33 Text = "8"; 34 Identifier = 8; 35 }; 36 MenuItem { 37 Text = "10"; 38 Identifier = 10; 39 }; 40 MenuItem { 41 Text = "12"; 42 Identifier = 12; 43 }; 44 MenuItem { 45 Text = "14"; 46 Identifier = 14; 47 }; 48 MenuItem { 49 Text = "18"; 50 Identifier = 18; 51 }; 52 MenuItem { 53 Text = "24"; 54 Identifier = 24; 55 }; 56 MenuItem { 57 Text = "36"; 58 Identifier = 36; 59 }; 60 MenuItem { 61 Text = "48"; 62 Identifier = 48; 63 }; 64 MenuItem { 65 Text = "60"; 66 Identifier = 60; 67 }; 68 MenuItem { 69 Text = "72"; 70 Identifier = 72; 71 }; 72 }; 73}; 74 75 76 77 78