1*c0dc1914SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*c0dc1914SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*c0dc1914SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*c0dc1914SAndrew Rist * distributed with this work for additional information 6*c0dc1914SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*c0dc1914SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*c0dc1914SAndrew Rist * "License"); you may not use this file except in compliance 9*c0dc1914SAndrew Rist * with the License. You may obtain a copy of the License at 10*c0dc1914SAndrew Rist * 11*c0dc1914SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*c0dc1914SAndrew Rist * 13*c0dc1914SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*c0dc1914SAndrew Rist * software distributed under the License is distributed on an 15*c0dc1914SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*c0dc1914SAndrew Rist * KIND, either express or implied. See the License for the 17*c0dc1914SAndrew Rist * specific language governing permissions and limitations 18*c0dc1914SAndrew Rist * under the License. 19*c0dc1914SAndrew Rist * 20*c0dc1914SAndrew Rist *************************************************************/ 21*c0dc1914SAndrew Rist 22*c0dc1914SAndrew Rist 23cdf0e10cSrcweir#include <svx/dialogs.hrc> 24cdf0e10cSrcweir 25cdf0e10cSrcweir#define FL_FAVORITES 1 26cdf0e10cSrcweir#define CTL_FAVORITES 2 27cdf0e10cSrcweir#define BTN_OK 3 28cdf0e10cSrcweir#define BTN_CANCEL 4 29cdf0e10cSrcweir#define MF_VALUE 7 30cdf0e10cSrcweir#define FT_VALUE 8 31cdf0e10cSrcweir#define BTN_HELP 9 32cdf0e10cSrcweir 33cdf0e10cSrcweir#define STR_CLICK_TO_ADD_TEXT 1 34cdf0e10cSrcweir 35cdf0e10cSrcweir 36cdf0e10cSrcweir#define STR_ALIGN_LEFT 1 37cdf0e10cSrcweir#define STR_ALIGN_CENTER 2 38cdf0e10cSrcweir#define STR_ALIGN_RIGHT 3 39cdf0e10cSrcweir#define STR_ALIGN_WORD 4 40cdf0e10cSrcweir#define STR_ALIGN_STRETCH 5 41cdf0e10cSrcweir#define STR_CHARS_SPACING_VERY_TIGHT 6 42cdf0e10cSrcweir#define STR_CHARS_SPACING_TIGHT 7 43cdf0e10cSrcweir#define STR_CHARS_SPACING_NORMAL 8 44cdf0e10cSrcweir#define STR_CHARS_SPACING_LOOSE 9 45cdf0e10cSrcweir#define STR_CHARS_SPACING_VERY_LOOSE 10 46cdf0e10cSrcweir#define STR_CHARS_SPACING_CUSTOM 11 47cdf0e10cSrcweir#define STR_CHARS_SPACING_KERN_PAIRS 12 48cdf0e10cSrcweir 49cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_LEFT_16 1 50cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_LEFT_16_H 2 51cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_LEFT_26 3 52cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_LEFT_26_H 4 53cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_CENTER_16 5 54cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_CENTER_16_H 6 55cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_CENTER_26 7 56cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_CENTER_26_H 8 57cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_RIGHT_16 9 58cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_RIGHT_16_H 10 59cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_RIGHT_26 11 60cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_RIGHT_26_H 12 61cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_WORD_16 13 62cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_WORD_16_H 14 63cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_WORD_26 15 64cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_WORD_26_H 16 65cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_STRETCH_16 17 66cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_STRETCH_16_H 18 67cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_STRETCH_26 19 68cdf0e10cSrcweir#define IMG_FONTWORK_ALIGN_STRETCH_26_H 20 69