clang does not support -flto=<number>
[LibreOffice.git] / sc / sdi / scslots.sdi
blob8cf0aaddc0feb1755c1a53f0358e9cf099a357ae
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 StarCalc
21     SlotIdFile( "scslots.hrc" )
24     struct ScProtection
25     {
26         BOOL    Locked              MID_1;
27         BOOL    FormulasHidden      MID_2;
28         BOOL    Hidden              MID_3;
29         BOOL    HiddenInPrintout    MID_4
30     };
31     item ScProtection ScProtectionAttr;
33     item INT32 SfxIntegerListItem;
36     // in case of problems may be include (=copy/paste) manually
37     include "sfxitems.sdi"
38     include "sfx.sdi"
39     include "svxitems.sdi"
40     include "xoitems.sdi"
41     include "svx.sdi"
43     include "scalc.sdi"
44     include "docsh.sdi"
45     include "tabvwsh.sdi"
46     include "drawsh.sdi"
47     include "editsh.sdi"
48     include "pivotsh.sdi"
49     include "app.sdi"
50     include "drtxtob.sdi"
51     include "prevwsh.sdi"
52     include "auditsh.sdi"
53     include "drformsh.sdi"
54     include "formatsh.sdi"
55     include "cellsh.sdi"
56     include "oleobjsh.sdi"
57     include "chartsh.sdi"
58     include "graphsh.sdi"
59     include "pgbrksh.sdi"
60     include "mediash.sdi"