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 .
19 #include <svx/dialogs.hrc>
21 #define FL_FAVORITES 1
22 #define CTL_FAVORITES 2
29 #define STR_CLICK_TO_ADD_TEXT 1
32 #define STR_ALIGN_LEFT 1
33 #define STR_ALIGN_CENTER 2
34 #define STR_ALIGN_RIGHT 3
35 #define STR_ALIGN_WORD 4
36 #define STR_ALIGN_STRETCH 5
37 #define STR_CHARS_SPACING_VERY_TIGHT 6
38 #define STR_CHARS_SPACING_TIGHT 7
39 #define STR_CHARS_SPACING_NORMAL 8
40 #define STR_CHARS_SPACING_LOOSE 9
41 #define STR_CHARS_SPACING_VERY_LOOSE 10
42 #define STR_CHARS_SPACING_CUSTOM 11
43 #define STR_CHARS_SPACING_KERN_PAIRS 12
45 #define IMG_FONTWORK_ALIGN_LEFT_16 1
46 #define IMG_FONTWORK_ALIGN_LEFT_26 3
47 #define IMG_FONTWORK_ALIGN_CENTER_16 5
48 #define IMG_FONTWORK_ALIGN_CENTER_26 7
49 #define IMG_FONTWORK_ALIGN_RIGHT_16 9
50 #define IMG_FONTWORK_ALIGN_RIGHT_26 11
51 #define IMG_FONTWORK_ALIGN_WORD_16 13
52 #define IMG_FONTWORK_ALIGN_WORD_26 15
53 #define IMG_FONTWORK_ALIGN_STRETCH_16 17
54 #define IMG_FONTWORK_ALIGN_STRETCH_26 19
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */