Updated core
[LibreOffice.git] / cui / source / tabpages / grfpage.hrc
blob52476f1cb323acbcd6743a7cfae2f3a3f03a993a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #define FT_BOTTOM           1
21 #define FT_HEIGHT           2
22 #define FT_HEIGHTZOOM       3
23 #define FT_LEFT             4
24 #define FT_ORIG_SIZE        5
25 #define FT_RIGHT            6
26 #define FT_TOP              7
27 #define FT_WIDTH            8
28 #define FT_WIDTHZOOM        9
29 #define FL_CROP             10
30 #define FL_SIZE             12
31 #define FL_ZOOM             13
32 #define MF_BOTTOM           14
33 #define MF_HEIGHT           15
34 #define MF_HEIGHTZOOM       16
35 #define MF_LEFT             17
36 #define MF_RIGHT            18
37 #define MF_TOP              19
38 #define MF_WIDTH            20
39 #define MF_WIDTHZOOM        21
40 #define PB_ORGSIZE          22
41 #define RB_SIZECONST        23
42 #define RB_ZOOMCONST        24
43 #define WN_BSP              25
44 #define STR_PPI             2600
46 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */