fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / sdi / scslots.sdi
blob41a711fafc823f499975f6547c06e404188c52f0
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 module
20 "ADC7D7A1-2341-101C-A55A-04021C007002"
21 "82528B40-234D-101C-A55A-04021C007002"
22 StarCalc
24 HelpText( "StarDivision StarCalc" ),
25 SlotIdFile( "scslots.hrc" )
26 ModulePrefix( "Sc" )
29     struct ScProtection
30     {
31         BOOL    Locked              MID_1;
32         BOOL    FormulasHidden      MID_2;
33         BOOL    Hidden              MID_3;
34         BOOL    HiddenInPrintout    MID_4
35     };
36     item ScProtection ScProtectionAttr;
38     item double ScDoubleItem;
39     item INT32 SfxIntegerListItem;
42     // bei Problemen ggF. "von Hand" includen (=Copy/Paste)
43     include "sfxitems.sdi"
44     include "sfx.sdi"
45     include "svxitems.sdi"
46     include "xoitems.sdi"
47     include "svx.sdi"
49     include "scalc.sdi"
50     include "docsh.sdi"
51     include "tabvwsh.sdi"
52     include "drawsh.sdi"
53     include "editsh.sdi"
54     include "pivotsh.sdi"
55     include "app.sdi"
56     include "drtxtob.sdi"
57     include "prevwsh.sdi"
58     include "auditsh.sdi"
59     include "drformsh.sdi"
60     include "formatsh.sdi"
61     include "cellsh.sdi"
62     include "oleobjsh.sdi"
63     include "chartsh.sdi"
64     include "graphsh.sdi"
65     include "pgbrksh.sdi"
66     include "mediash.sdi"