bump product version to 5.0.4.1
[LibreOffice.git] / extensions / source / propctrlr / fontitemids.hxx
bloba7a93961cee585131c5cd5a09dd7d1d08970be2b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 .
20 #ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FONTITEMIDS_HXX
21 #define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FONTITEMIDS_HXX
23 #define CFID_FONT 1
24 #define CFID_HEIGHT 2
25 #define CFID_WEIGHT 3
26 #define CFID_POSTURE 4
27 #define CFID_LANGUAGE 5
28 #define CFID_UNDERLINE 6
29 #define CFID_STRIKEOUT 7
30 #define CFID_WORDLINEMODE 8
31 #define CFID_CHARCOLOR 9
32 #define CFID_RELIEF 10
33 #define CFID_EMPHASIS 11
35 #define CFID_CJK_FONT 12
36 #define CFID_CJK_HEIGHT 13
37 #define CFID_CJK_WEIGHT 14
38 #define CFID_CJK_POSTURE 15
39 #define CFID_CJK_LANGUAGE 16
40 #define CFID_CASEMAP 17
41 #define CFID_CONTOUR 18
42 #define CFID_SHADOWED 19
44 #define CFID_FONTLIST 20
46 #define CFID_FIRST_ITEM_ID CFID_FONT
47 #define CFID_LAST_ITEM_ID CFID_FONTLIST
50 namespace pcr
54 } // namespace pcr
57 #endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FONTITEMIDS_HXX
59 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */