tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / starmath / inc / starmath.hrc
blob468fd444cbfa698ab274b9e47997f25f39c2fa73
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 #pragma once
22 #include <svl/solar.hrc>
24 class SfxBoolItem;
25 class SfxInt16Item;
26 class SfxUInt16Item;
28 #define SID_NEXTERR                 (SID_SMA_START + 1)
29 #define SID_PREVERR                 (SID_SMA_START + 2)
30 #define SID_NEXTMARK                (SID_SMA_START + 3)
31 #define SID_PREVMARK                (SID_SMA_START + 4)
32 #define SID_SYMBOLS_CATALOGUE       (SID_SMA_START + 5)
33 #define SID_ZOOMIN                  (SID_SMA_START + 10)
34 #define SID_ZOOMOUT                 (SID_SMA_START + 11)
35 #define SID_DRAW                    (SID_SMA_START + 12)
36 #define SID_FORMULACURSOR           (SID_SMA_START + 15)
37 #define SID_FONT                    (SID_SMA_START + 50)
38 #define SID_FONTSIZE                (SID_SMA_START + 51)
39 #define SID_DISTANCE                (SID_SMA_START + 52)
40 #define SID_ALIGN                   (SID_SMA_START + 53)
42 #define SID_AUTO_REDRAW             (SID_SMA_START + 55)
43 #define SID_TEXTMODE                (SID_SMA_START + 57)
44 #define SID_IMPORT_FORMULA          (SID_SMA_START + 58)
45 #define SID_IMPORT_MATHML_CLIPBOARD (SID_SMA_START + 59)
46 #define SID_TEXT                    TypedWhichId<SfxStringItem>(SID_SMA_START + 100)
47 #define SID_GRAPHIC_SM              TypedWhichId<SfxInt16Item>(SID_SMA_START + 101)
48 /** Command for inserting a symbol specified by a string (Inserts an SmSpecialNode) */
49 #define SID_INSERTSPECIAL           TypedWhichId<SfxStringItem>(SID_SMA_START + 104)
50 /** Command for inserting a math construction */
51 #define SID_INSERTCOMMANDTEXT       TypedWhichId<SfxStringItem>(SID_SMA_START + 106)
53 #define SID_LOADSYMBOLS             (SID_SMA_START + 107)
54 #define SID_SAVESYMBOLS             (SID_SMA_START + 108)
55 #define SID_MODIFYSTATUS            TypedWhichId<SfxStringItem>(SID_SMA_START + 110)
56 #define SID_TEXTSTATUS              TypedWhichId<SfxStringItem>(SID_SMA_START + 111)
58 #define SID_PRINTTITLE              TypedWhichId<SfxBoolItem>(SID_SMA_START + 112)
59 #define SID_PRINTTEXT               TypedWhichId<SfxBoolItem>(SID_SMA_START + 113)
60 #define SID_PRINTFRAME              TypedWhichId<SfxBoolItem>(SID_SMA_START + 114)
61 #define SID_PRINTSIZE               TypedWhichId<SfxUInt16Item>(SID_SMA_START + 115)
62 #define SID_PRINTZOOM               TypedWhichId<SfxUInt16Item>(SID_SMA_START + 116)
64 #define SID_COPYOBJECT              (SID_SMA_START + 117)
65 #define SID_PASTEOBJECT             (SID_SMA_START + 118)
66 #define SID_AUTOREDRAW              TypedWhichId<SfxBoolItem>(SID_SMA_START + 119)
68 #define SID_GETEDITTEXT             (SID_SMA_START + 121)
69 #define SID_CMDBOXWINDOW            (SID_SMA_START + 122)
70 #define SID_NO_RIGHT_SPACES         TypedWhichId<SfxBoolItem>(SID_SMA_START + 124)
71 #define SID_SAVE_ONLY_USED_SYMBOLS  TypedWhichId<SfxBoolItem>(SID_SMA_START + 125)
72 #define SID_ELEMENTSDOCKINGWINDOW   (SID_SMA_START + 126)
73 #define SID_AUTO_CLOSE_BRACKETS     TypedWhichId<SfxBoolItem>(SID_SMA_START + 127)
74 #define SID_SMEDITWINDOWZOOM        TypedWhichId<SfxUInt16Item>(SID_SMA_START + 129)
75 #define SID_DEFAULT_SM_SYNTAX_VERSION TypedWhichId<SfxUInt16Item>(SID_SMA_START + 130)
76 #define SID_INLINE_EDIT_ENABLE      TypedWhichId<SfxBoolItem>(SID_SMA_START + 131)
77 #define SID_SAVE_FORMULA            (SID_SMA_START + 132)
79 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */