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#include <svx/dialogs.hrc> 24 25#define FL_FAVORITES 1 26#define CTL_FAVORITES 2 27#define BTN_OK 3 28#define BTN_CANCEL 4 29#define MF_VALUE 7 30#define FT_VALUE 8 31#define BTN_HELP 9 32 33#define STR_CLICK_TO_ADD_TEXT 1 34 35 36#define STR_ALIGN_LEFT 1 37#define STR_ALIGN_CENTER 2 38#define STR_ALIGN_RIGHT 3 39#define STR_ALIGN_WORD 4 40#define STR_ALIGN_STRETCH 5 41#define STR_CHARS_SPACING_VERY_TIGHT 6 42#define STR_CHARS_SPACING_TIGHT 7 43#define STR_CHARS_SPACING_NORMAL 8 44#define STR_CHARS_SPACING_LOOSE 9 45#define STR_CHARS_SPACING_VERY_LOOSE 10 46#define STR_CHARS_SPACING_CUSTOM 11 47#define STR_CHARS_SPACING_KERN_PAIRS 12 48 49#define IMG_FONTWORK_ALIGN_LEFT_16 1 50#define IMG_FONTWORK_ALIGN_LEFT_16_H 2 51#define IMG_FONTWORK_ALIGN_LEFT_26 3 52#define IMG_FONTWORK_ALIGN_LEFT_26_H 4 53#define IMG_FONTWORK_ALIGN_CENTER_16 5 54#define IMG_FONTWORK_ALIGN_CENTER_16_H 6 55#define IMG_FONTWORK_ALIGN_CENTER_26 7 56#define IMG_FONTWORK_ALIGN_CENTER_26_H 8 57#define IMG_FONTWORK_ALIGN_RIGHT_16 9 58#define IMG_FONTWORK_ALIGN_RIGHT_16_H 10 59#define IMG_FONTWORK_ALIGN_RIGHT_26 11 60#define IMG_FONTWORK_ALIGN_RIGHT_26_H 12 61#define IMG_FONTWORK_ALIGN_WORD_16 13 62#define IMG_FONTWORK_ALIGN_WORD_16_H 14 63#define IMG_FONTWORK_ALIGN_WORD_26 15 64#define IMG_FONTWORK_ALIGN_WORD_26_H 16 65#define IMG_FONTWORK_ALIGN_STRETCH_16 17 66#define IMG_FONTWORK_ALIGN_STRETCH_16_H 18 67#define IMG_FONTWORK_ALIGN_STRETCH_26 19 68#define IMG_FONTWORK_ALIGN_STRETCH_26_H 20 69