fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / source / ui / navipi / navipi.hrc
bloba360547082da6bbcd59dba3c8ddc815844999397
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  */
19 #include "sc.hrc"
21 #define FT_ROW                  1
22 #define ED_ROW                  2
23 #define FT_COL                  3
24 #define ED_COL                  4
25 #define LB_DOCUMENTS            5
26 #define LB_ENTRIES              6
27 #define TBX_CMD                 7
28 #define STR_DRAGMODE            8
29 #define STR_DISPLAY             9
30 #define STR_ACTIVE              10
31 #define STR_NOTACTIVE           11
32 #define STR_HIDDEN              12
33 #define STR_ACTIVEWIN           13
34 #define STR_QHLP_SCEN_LISTBOX   15
35 #define STR_QHLP_SCEN_COMMENT   16
36 #define IL_CMD                  17
38 #define IID_AREAS       1
39 #define IID_DBAREAS     2
40 #define IID_DATA        3
41 #define IID_DOCS        4
42 #define IID_UP          5
43 #define IID_DOWN        6
44 #define IID_SCENARIOS   7
45 #define IID_DROPMODE    9
46 #define IID_CHANGEROOT  10
47 #define IID_ZOOMOUT     11
49 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */