This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new cb796576f1 Clean up resource files
cb796576f1 is described below
commit cb796576f160dd8f2e6bf5c02ed69adeafd972e6
Author: mseidel <[email protected]>
AuthorDate: Tue Jan 9 11:32:46 2024 +0100
Clean up resource files
(cherry picked from commit bfdb928bc24fe3f55a76f33c90988e0822d2483d)
---
main/extensions/source/dbpilots/groupboxpages.src | 180 ++-
main/starmath/source/commands.src | 1206 ++++++++++-----------
main/starmath/source/smres.src | 16 +-
main/starmath/source/symbol.src | 4 +-
main/starmath/source/toolbox.src | 2 -
5 files changed, 675 insertions(+), 733 deletions(-)
diff --git a/main/extensions/source/dbpilots/groupboxpages.src
b/main/extensions/source/dbpilots/groupboxpages.src
index bae69b4a93..a559f92874 100644
--- a/main/extensions/source/dbpilots/groupboxpages.src
+++ b/main/extensions/source/dbpilots/groupboxpages.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,230 +7,228 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
#include "dbpresid.hrc"
#endif
TabPage RID_PAGE_GROUPRADIOSELECTION
{
- HelpID = "extensions:TabPage:RID_PAGE_GROUPRADIOSELECTION";
+ HelpID = "extensions:TabPage:RID_PAGE_GROUPRADIOSELECTION" ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
- Text [ en-US ] = "Data";
+ Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
+ Text [ en-US ] = "Data" ;
FixedLine FL_DATA
{
- Pos = MAP_APPFONT ( 4 , 40 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Pos = MAP_APPFONT ( 4, 40 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8 ) ;
};
FixedText FT_RADIOLABELS
{
- Pos = MAP_APPFONT ( 7 , 52 ) ;
+ Pos = MAP_APPFONT ( 7, 52 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X /
2 - 13, 24 ) ;
- WordBreak = TRUE;
- Group = TRUE;
- Text [ en-US ] = "Which ~names do you want to give the option
fields?";
+ WordBreak = TRUE ;
+ Group = TRUE ;
+ Text [ en-US ] = "Which ~names do you want to give the option
fields?" ;
};
Edit ET_RADIOLABELS
{
- HelpID =
"extensions:Edit:RID_PAGE_GROUPRADIOSELECTION:ET_RADIOLABELS";
- Pos = MAP_APPFONT ( 7 , 79 ) ;
+ HelpID =
"extensions:Edit:RID_PAGE_GROUPRADIOSELECTION:ET_RADIOLABELS" ;
+ Pos = MAP_APPFONT ( 7, 79 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X /
2 - 13, 12 ) ;
SVLook = TRUE ;
Border = TRUE ;
};
PushButton PB_MOVETORIGHT
{
- HelpID =
"extensions:PushButton:RID_PAGE_GROUPRADIOSELECTION:PB_MOVETORIGHT";
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2
, 79 ) ;
- Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X , ITEM_BUTTON_SIZE_Y ) ;
- Text = "~>>";
+ HelpID =
"extensions:PushButton:RID_PAGE_GROUPRADIOSELECTION:PB_MOVETORIGHT" ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X /
2, 79 ) ;
+ Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y ) ;
+ Text = "~>" ;
};
PushButton PB_MOVETOLEFT
{
- HelpID =
"extensions:PushButton:RID_PAGE_GROUPRADIOSELECTION:PB_MOVETOLEFT";
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2
, 79 + ITEM_BUTTON_SIZE_Y + 3 ) ;
- Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X , ITEM_BUTTON_SIZE_Y ) ;
- Text = "~<<";
+ HelpID =
"extensions:PushButton:RID_PAGE_GROUPRADIOSELECTION:PB_MOVETOLEFT" ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X /
2, 79 + ITEM_BUTTON_SIZE_Y + 3 ) ;
+ Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y ) ;
+ Text = "~<" ;
};
FixedText FT_RADIOBUTTONS
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2
+ 6 , 52 ) ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2
+ 6, 52 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X -
ITEM_BUTTON_SIZE_X / 2 - 6 - 7, 8 ) ;
- Group = TRUE;
- Text [ en-US ] = "~Option fields";
+ Group = TRUE ;
+ Text [ en-US ] = "~Option fields" ;
};
ListBox LB_RADIOBUTTONS
{
- HelpID =
"extensions:ListBox:RID_PAGE_GROUPRADIOSELECTION:LB_RADIOBUTTONS";
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2
+ 6 , 79 ) ;
+ HelpID =
"extensions:ListBox:RID_PAGE_GROUPRADIOSELECTION:LB_RADIOBUTTONS" ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2
+ 6, 79 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X -
ITEM_BUTTON_SIZE_X / 2 - 6 - 7, WINDOW_SIZE_Y - 79 - 6 ) ;
SVLook = TRUE ;
Border = TRUE ;
AutoHScroll = TRUE ;
- Sort = FALSE;
+ Sort = FALSE ;
};
};
TabPage RID_PAGE_DEFAULTFIELDSELECTION
{
- HelpID = "extensions:TabPage:RID_PAGE_DEFAULTFIELDSELECTION";
+ HelpID = "extensions:TabPage:RID_PAGE_DEFAULTFIELDSELECTION" ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
- Text [ en-US ] = "Default Field Selection";
+ Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
+ Text [ en-US ] = "Default Field Selection" ;
FixedLine FL_DEFAULTSELECTION
{
- Pos = MAP_APPFONT ( 4 , 3 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Pos = MAP_APPFONT ( 4, 3 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8 ) ;
};
FixedText FT_DEFAULTSELECTION
{
- Pos = MAP_APPFONT ( 7 , 15 ) ;
+ Pos = MAP_APPFONT ( 7, 15 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 24 ) ;
- WordBreak = TRUE;
+ WordBreak = TRUE ;
- Text [ en-US ] = "Should one option field be selected as a
default?";
+ Text [ en-US ] = "Should one option field be selected as a
default?" ;
};
RadioButton RB_DEFSELECTION_YES
{
- HelpID =
"extensions:RadioButton:RID_PAGE_DEFAULTFIELDSELECTION:RB_DEFSELECTION_YES";
- Pos = MAP_APPFONT ( 7 , 44 ) ;
+ HelpID =
"extensions:RadioButton:RID_PAGE_DEFAULTFIELDSELECTION:RB_DEFSELECTION_YES" ;
+ Pos = MAP_APPFONT ( 7, 44 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 10 ) ;
- Group = TRUE;
- TabStop = TRUE;
- Text [ en-US ] = "~Yes, the following:";
+ Group = TRUE ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Yes, the following:" ;
};
ListBox LB_DEFSELECTIONFIELD
{
- HelpID =
"extensions:ListBox:RID_PAGE_DEFAULTFIELDSELECTION:LB_DEFSELECTIONFIELD";
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 42 ) ;
+ HelpID =
"extensions:ListBox:RID_PAGE_DEFAULTFIELDSELECTION:LB_DEFSELECTIONFIELD" ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3, 42 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 14 ) ;
- TabStop = TRUE;
+ TabStop = TRUE ;
SVLook = TRUE ;
Border = TRUE ;
- DropDown = TRUE;
+ DropDown = TRUE ;
AutoHScroll = TRUE ;
- Sort = FALSE;
+ Sort = FALSE ;
};
RadioButton RB_DEFSELECTION_NO
{
- HelpID =
"extensions:RadioButton:RID_PAGE_DEFAULTFIELDSELECTION:RB_DEFSELECTION_NO";
- Pos = MAP_APPFONT ( 7 , 59 ) ;
+ HelpID =
"extensions:RadioButton:RID_PAGE_DEFAULTFIELDSELECTION:RB_DEFSELECTION_NO" ;
+ Pos = MAP_APPFONT ( 7, 59 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 10 ) ;
- TabStop = FALSE;
- Text [ en-US ] = "No, one particular field is not going to be
selected.";
+ TabStop = FALSE ;
+ Text [ en-US ] = "No, one particular field is not going to be
selected." ;
};
};
TabPage RID_PAGE_OPTIONVALUES
{
- HelpID = "extensions:TabPage:RID_PAGE_OPTIONVALUES";
+ HelpID = "extensions:TabPage:RID_PAGE_OPTIONVALUES" ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
- Text [ en-US ] = "Field Values";
+ Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
+ Text [ en-US ] = "Field Values" ;
FixedLine FL_OPTIONVALUES
{
- Pos = MAP_APPFONT ( 4 , 3 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Pos = MAP_APPFONT ( 4, 3 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8 ) ;
};
FixedText FT_OPTIONVALUES_EXPL
{
- Pos = MAP_APPFONT ( 7 , 15 ) ;
+ Pos = MAP_APPFONT ( 7, 15 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 24 ) ;
- WordBreak = TRUE;
- Text [ en-US ] = "When you select an option, the option group
is given a specific value.";
+ WordBreak = TRUE ;
+ Text [ en-US ] = "When you select an option, the option group
is given a specific value." ;
};
FixedText FT_OPTIONVALUES
{
- Pos = MAP_APPFONT ( 7 , 42 ) ;
+ Pos = MAP_APPFONT ( 7, 42 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 16 ) ;
- WordBreak = TRUE;
- Group = TRUE;
- Text [ en-US ] = "Which ~value do you want to assign to each
option?";
+ WordBreak = TRUE ;
+ Group = TRUE ;
+ Text [ en-US ] = "Which ~value do you want to assign to each
option?" ;
};
Edit ET_OPTIONVALUE
{
- HelpID = "extensions:Edit:RID_PAGE_OPTIONVALUES:ET_OPTIONVALUE";
- Pos = MAP_APPFONT ( 7 , 61 ) ;
+ HelpID = "extensions:Edit:RID_PAGE_OPTIONVALUES:ET_OPTIONVALUE"
;
+ Pos = MAP_APPFONT ( 7, 61 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
SVLook = TRUE ;
Border = TRUE ;
- TabStop = TRUE;
+ TabStop = TRUE ;
};
FixedText FT_RADIOBUTTONS
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 8 ) ;
- Text [ en-US ] = "~Option fields";
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3, 15 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 8 ) ;
+ Text [ en-US ] = "~Option fields" ;
};
ListBox LB_RADIOBUTTONS
{
- HelpID = "extensions:ListBox:RID_PAGE_OPTIONVALUES:LB_RADIOBUTTONS";
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26 ) ;
- Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10 , WINDOW_SIZE_Y -
32 ) ;
+ HelpID =
"extensions:ListBox:RID_PAGE_OPTIONVALUES:LB_RADIOBUTTONS" ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3, 26 ) ;
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y -
32 ) ;
SVLook = TRUE ;
Border = TRUE ;
AutoHScroll = TRUE ;
- DropDown = FALSE;
+ DropDown = FALSE ;
};
};
TabPage RID_PAGE_OPTIONS_FINAL
{
- HelpID = "extensions:TabPage:RID_PAGE_OPTIONS_FINAL";
+ HelpID = "extensions:TabPage:RID_PAGE_OPTIONS_FINAL" ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
- Text [ en-US ] = "Create Option Group";
+ Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
+ Text [ en-US ] = "Create Option Group" ;
FixedLine FL_NAMEIT
{
- Pos = MAP_APPFONT ( 4 , 3 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Pos = MAP_APPFONT ( 4, 3 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8 ) ;
};
FixedText FT_NAMEIT
{
- Pos = MAP_APPFONT ( 7 , 15 ) ;
+ Pos = MAP_APPFONT ( 7, 15 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 16 ) ;
- WordBreak = TRUE;
- Text [ en-US ] = "Which ~caption is to be given to your option
group?";
+ WordBreak = TRUE ;
+ Text [ en-US ] = "Which ~caption is to be given to your option
group?" ;
};
Edit ET_NAMEIT
{
- HelpID = "extensions:Edit:RID_PAGE_OPTIONS_FINAL:ET_NAMEIT";
- Pos = MAP_APPFONT ( 7 , 34 ) ;
+ HelpID = "extensions:Edit:RID_PAGE_OPTIONS_FINAL:ET_NAMEIT" ;
+ Pos = MAP_APPFONT ( 7, 34 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 12 ) ;
SVLook = TRUE ;
Border = TRUE ;
};
FixedText FT_THATSALL
{
- Pos = MAP_APPFONT ( 7 , WINDOW_SIZE_Y - 22 ) ;
+ Pos = MAP_APPFONT ( 7, WINDOW_SIZE_Y - 22 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 16 ) ;
- WordBreak = TRUE;
- Center = TRUE;
- Text [ en-US ] = "These were all details needed to create the
option group.";
+ WordBreak = TRUE ;
+ Center = TRUE ;
+ Text [ en-US ] = "These were all details needed to create the
option group." ;
};
};
String RID_STR_GROUPWIZ_DBFIELD
{
- Text [ en-US ] = "You can either save the value of the option group in
a database field or use it for a later action.";
+ Text [ en-US ] = "You can either save the value of the option group in
a database field or use it for a later action." ;
};
-
+// ********************************************************************** EOF
diff --git a/main/starmath/source/commands.src
b/main/starmath/source/commands.src
index a1c077f344..d7c297548b 100644
--- a/main/starmath/source/commands.src
+++ b/main/starmath/source/commands.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,25 +7,21 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
-
#include <sfx2/sfx.hrc>
#include "starmath.hrc"
-
////////////////////////////////////////////////////////////
String RID_PLUSX { Text = "+<?> " ; };
@@ -40,7 +36,7 @@ String RID_XTIMESY { Text = "<?> times <?>
" ; };
String RID_XSYMTIMESY { Text = "<?> * <?> " ; };
String RID_XSYMDIVIDEY { Text = "<?> / <?> " ; };
String RID_XDIVY { Text = "<?> div <?> " ; };
-String RID_XOVERY { Text = "{<?>} over {<?>} " ; };
+String RID_XOVERY { Text = "{<?>} over {<?>} " ; };
String RID_XODIVIDEY { Text = "<?> odivide <?> " ; };
String RID_XODOTY { Text = "<?> odot <?> " ; };
String RID_XOMINUSY { Text = "<?> ominus <?> " ; };
@@ -85,7 +81,7 @@ String RID_XNSUBSETEQY { Text = "<?> nsubseteq
<?> " ; };
String RID_XNSUPSETY { Text = "<?> nsupset <?> " ; };
String RID_XNSUPSETEQY { Text = "<?> nsupseteq <?> " ; };
String RID_ABSX { Text = "abs{<?>} " ; };
-String RID_FACTX { Text = "fact {<?>} " ; };
+String RID_FACTX { Text = "fact {<?>} " ; };
String RID_SQRTX { Text = "sqrt{<?>} " ; };
String RID_NROOTXY { Text = "nroot{<?>}{<?>} " ; };
String RID_EX { Text = "func e^{<?>} " ; };
@@ -137,15 +133,15 @@ String RID_GRAVEX { Text = "grave
<?> " ; };
String RID_HATX { Text = "hat <?> " ; };
String RID_TILDEX { Text = "tilde <?> " ; };
String RID_VECX { Text = "vec <?> " ; };
-String RID_UNDERLINEX { Text = "underline {<?>} " ; };
-String RID_OVERLINEX { Text = "overline {<?>} " ; };
-String RID_OVERSTRIKEX { Text = "overstrike {<?>} " ; };
-String RID_PHANTOMX { Text = "phantom {<?>} " ; };
+String RID_UNDERLINEX { Text = "underline {<?>} " ; };
+String RID_OVERLINEX { Text = "overline {<?>} " ; };
+String RID_OVERSTRIKEX { Text = "overstrike {<?>} " ; };
+String RID_PHANTOMX { Text = "phantom {<?>} " ; };
String RID_BOLDX { Text = "bold <?> " ; };
String RID_ITALX { Text = "ital <?> " ; };
-String RID_SIZEXY { Text = "size <?> {<?>} " ; };
-String RID_FONTXY { Text = "font <?> {<?>} " ; };
-String RID_COLORX { Text = "color <?> {<?>} " ; };
+String RID_SIZEXY { Text = "size <?> {<?>} " ; };
+String RID_FONTXY { Text = "font <?> {<?>} " ; };
+String RID_COLORX { Text = "color <?> {<?>} " ; };
String RID_LRGROUPX { Text = "{<?>} " ; };
String RID_LRPARENTX { Text = "(<?>) " ; };
String RID_LRBRACKETX { Text = "[<?>] " ; };
@@ -167,8 +163,8 @@ String RID_SLRFLOORX { Text = "left lfloor
<?> right rfloor " ; };
String RID_SLRLINEX { Text = "left lline <?> right rline " ; };
String RID_SLRDLINEX { Text = "left ldline <?> right rdline " ; };
String RID_SLMRANGLEXY { Text = "left langle <?> mline <?>
right rangle " ; };
-String RID_XOVERBRACEY { Text = "{<?>} overbrace {<?>} " ; };
-String RID_XUNDERBRACEY { Text = "{<?>} underbrace {<?>} " ; };
+String RID_XOVERBRACEY { Text = "{<?>} overbrace {<?>} " ; };
+String RID_XUNDERBRACEY { Text = "{<?>} underbrace {<?>} " ; };
String RID_RSUBX { Text = "<?>_{<?>}" ; };
String RID_RSUPX { Text = "<?>^{<?>}" ; };
String RID_LSUBX { Text = "<?> lsub{<?>} " ; };
@@ -198,8 +194,8 @@ String RID_DOTSDOWN { Text = "dotsdown " ;
};
String RID_DOTSLOW { Text = "dotslow " ; };
String RID_DOTSVERT { Text = "dotsvert " ; };
String RID_XCIRCY { Text = "<?> circ <?> " ; };
-String RID_XWIDESLASHY { Text = "{<?>} wideslash {<?>} " ; };
-String RID_XWIDEBSLASHY { Text = "<?> widebslash <?> " ; };
+String RID_XWIDESLASHY { Text = "{<?>} wideslash {<?>} " ; };
+String RID_XWIDEBSLASHY { Text = "<?> widebslash <?> " ; };
String RID_XDIVIDESY { Text = "<?> divides <?> " ; };
String RID_XNDIVIDESY { Text = "<?> ndivides <?> " ; };
String RID_DLARROW { Text = "<?> dlarrow <?> " ; };
@@ -210,9 +206,9 @@ String RID_SETZ { Text = "setZ
" ; };
String RID_SETQ { Text = "setQ " ; };
String RID_SETR { Text = "setR " ; };
String RID_SETC { Text = "setC " ; };
-String RID_WIDEHATX { Text = "widehat {<?>} " ; };
-String RID_WIDETILDEX { Text = "widetilde {<?>} " ; };
-String RID_WIDEVECX { Text = "widevec {<?>} " ; };
+String RID_WIDEHATX { Text = "widehat {<?>} " ; };
+String RID_WIDETILDEX { Text = "widetilde {<?>} " ; };
+String RID_WIDEVECX { Text = "widevec {<?>} " ; };
String RID_HBAR { Text = "hbar " ; };
String RID_LAMBDABAR { Text = "lambdabar " ; };
String RID_LEFTARROW { Text = "leftarrow " ; };
@@ -221,10 +217,8 @@ String RID_UPARROW { Text = "uparrow " ; };
String RID_DOWNARROW { Text = "downarrow " ; };
String RID_NOSPACE { Text = "nospace {<?>} " ; };
-
//////////////////////////////////////////
-
Menu RID_COMMANDMENU
{
ItemList =
@@ -240,123 +234,123 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_PLUSX;
- HelpId = HID_SMA_PLUSX;
- Text = "+a";
+ Identifier = RID_PLUSX ;
+ HelpId = HID_SMA_PLUSX ;
+ Text = "+a" ;
};
MenuItem
{
- Identifier = RID_MINUSX;
- HelpId = HID_SMA_MINUSX;
- Text = "-a";
+ Identifier = RID_MINUSX ;
+ HelpId = HID_SMA_MINUSX ;
+ Text = "-a" ;
};
MenuItem
{
- Identifier = RID_PLUSMINUSX;
- HelpId = HID_SMA_PLUSMINUSX;
- Text = "+-a";
+ Identifier = RID_PLUSMINUSX ;
+ HelpId = HID_SMA_PLUSMINUSX ;
+ Text = "+-a" ;
};
MenuItem
{
- Identifier = RID_MINUSPLUSX;
- HelpId = HID_SMA_MINUSPLUSX;
- Text = "-+a";
+ Identifier = RID_MINUSPLUSX ;
+ HelpId = HID_SMA_MINUSPLUSX ;
+ Text = "-+a" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_XPLUSY;
- HelpId = HID_SMA_XPLUSY;
- Text = "a + b";
+ Identifier = RID_XPLUSY ;
+ HelpId = HID_SMA_XPLUSY ;
+ Text = "a + b" ;
};
MenuItem
{
Identifier = RID_XMINUSY;
HelpId = HID_SMA_XMINUSY;
- Text = "a - b";
+ Text = "a - b" ;
};
MenuItem
{
- Identifier = RID_XCDOTY;
- HelpId = HID_SMA_XCDOTY;
- Text = "a cdot b";
+ Identifier = RID_XCDOTY ;
+ HelpId = HID_SMA_XCDOTY ;
+ Text = "a cdot b" ;
};
MenuItem
{
- Identifier = RID_XTIMESY;
- HelpId = HID_SMA_XTIMESY;
- Text = "a times b";
+ Identifier = RID_XTIMESY ;
+ HelpId = HID_SMA_XTIMESY ;
+ Text = "a times b" ;
};
MenuItem
{
- Identifier = RID_XSYMTIMESY;
- HelpId = HID_SMA_XSYMTIMESY;
- Text = "a * b";
+ Identifier = RID_XSYMTIMESY ;
+ HelpId = HID_SMA_XSYMTIMESY ;
+ Text = "a * b" ;
};
MenuItem
{
- Identifier = RID_XOVERY;
- HelpId = HID_SMA_XOVERY;
- Text = "a over b";
+ Identifier = RID_XOVERY ;
+ HelpId = HID_SMA_XOVERY ;
+ Text = "a over b" ;
};
MenuItem
{
- Identifier = RID_XDIVY;
- HelpId = HID_SMA_XDIVY;
- Text = "a div b";
+ Identifier = RID_XDIVY ;
+ HelpId = HID_SMA_XDIVY ;
+ Text = "a div b" ;
};
MenuItem
{
- Identifier = RID_XSYMDIVIDEY;
- HelpId = HID_SMA_XSYMDIVIDEY;
- Text = "a / b";
+ Identifier = RID_XSYMDIVIDEY ;
+ HelpId = HID_SMA_XSYMDIVIDEY ;
+ Text = "a / b" ;
};
MenuItem
{
- Identifier = RID_XCIRCY;
- HelpId = HID_SMA_XCIRCY;
- Text = "a circ b";
+ Identifier = RID_XCIRCY ;
+ HelpId = HID_SMA_XCIRCY ;
+ Text = "a circ b" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_XWIDESLASHY;
- HelpId = HID_SMA_XWIDESLASHY;
- Text = "a wideslash b";
+ Identifier = RID_XWIDESLASHY ;
+ HelpId = HID_SMA_XWIDESLASHY ;
+ Text = "a wideslash b" ;
};
MenuItem
{
- Identifier = RID_XWIDEBSLASHY;
- HelpId = HID_SMA_XWIDEBSLASHY;
- Text = "a widebslash b";
+ Identifier = RID_XWIDEBSLASHY ;
+ HelpId = HID_SMA_XWIDEBSLASHY ;
+ Text = "a widebslash b" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_NEGX;
- HelpId = HID_SMA_NEGX;
- Text = "neg a";
+ Identifier = RID_NEGX ;
+ HelpId = HID_SMA_NEGX ;
+ Text = "neg a" ;
};
MenuItem
{
- Identifier = RID_XANDY;
- HelpId = HID_SMA_XANDY;
- Text = "a and b";
+ Identifier = RID_XANDY ;
+ HelpId = HID_SMA_XANDY ;
+ Text = "a and b" ;
};
MenuItem
{
- Identifier = RID_XORY;
- HelpId = HID_SMA_XORY;
- Text = "a or b";
+ Identifier = RID_XORY ;
+ HelpId = HID_SMA_XORY ;
+ Text = "a or b" ;
};
};
};
@@ -372,137 +366,137 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_XEQY;
- HelpId = HID_SMA_XEQY;
- Text = "a = b";
+ Identifier = RID_XEQY ;
+ HelpId = HID_SMA_XEQY ;
+ Text = "a = b" ;
};
MenuItem
{
- Identifier = RID_XNEQY;
- HelpId = HID_SMA_XNEQY;
- Text = "a <> b";
+ Identifier = RID_XNEQY ;
+ HelpId = HID_SMA_XNEQY ;
+ Text = "a <> b" ;
};
MenuItem
{
- Identifier = RID_XLTY;
- HelpId = HID_SMA_XLTY;
- Text = "a < b";
+ Identifier = RID_XLTY ;
+ HelpId = HID_SMA_XLTY ;
+ Text = "a < b" ;
};
MenuItem
{
- Identifier = RID_XLEY;
- HelpId = HID_SMA_XLEY;
- Text = "a <= b";
+ Identifier = RID_XLEY ;
+ HelpId = HID_SMA_XLEY ;
+ Text = "a <= b" ;
};
MenuItem
{
- Identifier = RID_XLESLANTY;
- HelpId = HID_SMA_XLESLANTY;
- Text = "a leslant b";
+ Identifier = RID_XLESLANTY ;
+ HelpId = HID_SMA_XLESLANTY ;
+ Text = "a leslant b" ;
};
MenuItem
{
- Identifier = RID_XGTY;
- HelpId = HID_SMA_XGTY;
- Text = "a > b";
+ Identifier = RID_XGTY ;
+ HelpId = HID_SMA_XGTY ;
+ Text = "a > b" ;
};
MenuItem
{
- Identifier = RID_XGEY;
- HelpId = HID_SMA_XGEY;
- Text = "a >= b";
+ Identifier = RID_XGEY ;
+ HelpId = HID_SMA_XGEY ;
+ Text = "a >= b" ;
};
MenuItem
{
- Identifier = RID_XGESLANTY;
- HelpId = HID_SMA_XGESLANTY;
- Text = "a geslant b";
+ Identifier = RID_XGESLANTY ;
+ HelpId = HID_SMA_XGESLANTY ;
+ Text = "a geslant b" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_XAPPROXY;
- HelpId = HID_SMA_XAPPROXY;
- Text = "a approx b";
+ Identifier = RID_XAPPROXY ;
+ HelpId = HID_SMA_XAPPROXY ;
+ Text = "a approx b" ;
};
MenuItem
{
- Identifier = RID_XSIMY;
- HelpId = HID_SMA_XSIMY;
- Text = "a sim b";
+ Identifier = RID_XSIMY ;
+ HelpId = HID_SMA_XSIMY ;
+ Text = "a sim b" ;
};
MenuItem
{
- Identifier = RID_XSIMEQY;
- HelpId = HID_SMA_XSIMEQY;
- Text = "a simeq b";
+ Identifier = RID_XSIMEQY ;
+ HelpId = HID_SMA_XSIMEQY ;
+ Text = "a simeq b" ;
};
MenuItem
{
- Identifier = RID_XEQUIVY;
- HelpId = HID_SMA_XEQUIVY;
- Text = "a equiv b";
+ Identifier = RID_XEQUIVY ;
+ HelpId = HID_SMA_XEQUIVY ;
+ Text = "a equiv b" ;
};
MenuItem
{
- Identifier = RID_XPROPY;
- HelpId = HID_SMA_XPROPY;
- Text = "a prop b";
+ Identifier = RID_XPROPY ;
+ HelpId = HID_SMA_XPROPY ;
+ Text = "a prop b" ;
};
MenuItem
{
- Identifier = RID_XPARALLELY;
- HelpId = HID_SMA_XPARALLELY;
- Text = "a parallel b";
+ Identifier = RID_XPARALLELY ;
+ HelpId = HID_SMA_XPARALLELY ;
+ Text = "a parallel b" ;
};
MenuItem
{
- Identifier = RID_XORTHOY;
- HelpId = HID_SMA_XORTHOY;
- Text = "a ortho b";
+ Identifier = RID_XORTHOY ;
+ HelpId = HID_SMA_XORTHOY ;
+ Text = "a ortho b" ;
};
MenuItem
{
Identifier = RID_XDIVIDESY;
HelpId = HID_SMA_XDIVIDESY;
- Text = "a divides b";
+ Text = "a divides b" ;
};
MenuItem
{
- Identifier = RID_XNDIVIDESY;
- HelpId = HID_SMA_XNDIVIDESY;
- Text = "a ndivides b";
+ Identifier = RID_XNDIVIDESY ;
+ HelpId = HID_SMA_XNDIVIDESY ;
+ Text = "a ndivides b" ;
};
MenuItem
{
- Identifier = RID_XTOWARDY;
- HelpId = HID_SMA_XTOWARDY;
- Text = "a toward b";
+ Identifier = RID_XTOWARDY ;
+ HelpId = HID_SMA_XTOWARDY ;
+ Text = "a toward b" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_DLARROW;
- HelpId = HID_SMA_DLARROW;
- Text = "a dlarrow b";
+ Identifier = RID_DLARROW ;
+ HelpId = HID_SMA_DLARROW ;
+ Text = "a dlarrow b" ;
};
MenuItem
{
- Identifier = RID_DLRARROW;
- HelpId = HID_SMA_DLRARROW;
- Text = "a dlrarrow b";
+ Identifier = RID_DLRARROW ;
+ HelpId = HID_SMA_DLRARROW ;
+ Text = "a dlrarrow b" ;
};
MenuItem
{
- Identifier = RID_DRARROW;
- HelpId = HID_SMA_DRARROW;
- Text = "a drarrow b";
+ Identifier = RID_DRARROW ;
+ HelpId = HID_SMA_DRARROW ;
+ Text = "a drarrow b" ;
};
};
};
@@ -518,143 +512,143 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_XINY;
- HelpId = HID_SMA_XINY;
- Text = "a in A";
+ Identifier = RID_XINY ;
+ HelpId = HID_SMA_XINY ;
+ Text = "a in A" ;
};
MenuItem
{
- Identifier = RID_XNOTINY;
- HelpId = HID_SMA_XNOTINY;
- Text = "a notin A";
+ Identifier = RID_XNOTINY ;
+ HelpId = HID_SMA_XNOTINY ;
+ Text = "a notin A" ;
};
MenuItem
{
- Identifier = RID_XOWNSY;
- HelpId = HID_SMA_XOWNSY;
- Text = "A owns a";
+ Identifier = RID_XOWNSY ;
+ HelpId = HID_SMA_XOWNSY ;
+ Text = "A owns a" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_XINTERSECTIONY;
- HelpId = HID_SMA_XINTERSECTIONY;
- Text = "A intersection B";
+ Identifier = RID_XINTERSECTIONY
;
+ HelpId = HID_SMA_XINTERSECTIONY
;
+ Text = "A intersection B" ;
};
MenuItem
{
- Identifier = RID_XUNIONY;
- HelpId = HID_SMA_XUNIONY;
- Text = "A union B";
+ Identifier = RID_XUNIONY ;
+ HelpId = HID_SMA_XUNIONY ;
+ Text = "A union B" ;
};
MenuItem
{
- Identifier = RID_XSETMINUSY;
- HelpId = HID_SMA_XSETMINUSY;
- Text = "A \\ B";
+ Identifier = RID_XSETMINUSY ;
+ HelpId = HID_SMA_XSETMINUSY ;
+ Text = "A \\ B" ;
};
MenuItem
{
- Identifier = RID_XSLASHY;
- HelpId = HID_SMA_XSLASHY;
- Text = "A / B";
+ Identifier = RID_XSLASHY ;
+ HelpId = HID_SMA_XSLASHY ;
+ Text = "A / B" ;
};
MenuItem
{
- Identifier = RID_XSUBSETY;
- HelpId = HID_SMA_XSUBSETY;
- Text = "A subset B";
+ Identifier = RID_XSUBSETY ;
+ HelpId = HID_SMA_XSUBSETY ;
+ Text = "A subset B" ;
};
MenuItem
{
- Identifier = RID_XSUBSETEQY;
- HelpId = HID_SMA_XSUBSETEQY;
- Text = "A subseteq B";
+ Identifier = RID_XSUBSETEQY ;
+ HelpId = HID_SMA_XSUBSETEQY ;
+ Text = "A subseteq B" ;
};
MenuItem
{
- Identifier = RID_XSUPSETY;
- HelpId = HID_SMA_XSUPSETY;
- Text = "A supset B";
+ Identifier = RID_XSUPSETY ;
+ HelpId = HID_SMA_XSUPSETY ;
+ Text = "A supset B" ;
};
MenuItem
{
- Identifier = RID_XSUPSETEQY;
- HelpId = HID_SMA_XSUPSETEQY;
- Text = "A supseteq B";
+ Identifier = RID_XSUPSETEQY ;
+ HelpId = HID_SMA_XSUPSETEQY ;
+ Text = "A supseteq B" ;
};
MenuItem
{
- Identifier = RID_XNSUBSETY;
- HelpId = HID_SMA_XNSUBSETY;
- Text = "A nsubset B";
+ Identifier = RID_XNSUBSETY ;
+ HelpId = HID_SMA_XNSUBSETY ;
+ Text = "A nsubset B" ;
};
MenuItem
{
- Identifier = RID_XNSUBSETEQY;
- HelpId = HID_SMA_XNSUBSETEQY;
- Text = "A nsubseteq B";
+ Identifier = RID_XNSUBSETEQY ;
+ HelpId = HID_SMA_XNSUBSETEQY ;
+ Text = "A nsubseteq B" ;
};
MenuItem
{
- Identifier = RID_XNSUPSETY;
- HelpId = HID_SMA_XNSUPSETY;
- Text = "A nsupset B";
+ Identifier = RID_XNSUPSETY ;
+ HelpId = HID_SMA_XNSUPSETY ;
+ Text = "A nsupset B" ;
};
MenuItem
{
- Identifier = RID_XNSUPSETEQY;
- HelpId = HID_SMA_XNSUPSETEQY;
- Text = "A nsupseteq B";
+ Identifier = RID_XNSUPSETEQY ;
+ HelpId = HID_SMA_XNSUPSETEQY ;
+ Text = "A nsupseteq B" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_EMPTYSET;
- HelpId = HID_SMA_EMPTYSET;
- Text = "emptyset";
+ Identifier = RID_EMPTYSET ;
+ HelpId = HID_SMA_EMPTYSET ;
+ Text = "emptyset" ;
};
MenuItem
{
- Identifier = RID_ALEPH;
- HelpId = HID_SMA_ALEPH;
- Text = "aleph";
+ Identifier = RID_ALEPH ;
+ HelpId = HID_SMA_ALEPH ;
+ Text = "aleph" ;
};
MenuItem
{
- Identifier = RID_SETN;
- HelpId = HID_SMA_SETN;
- Text = "setN";
+ Identifier = RID_SETN ;
+ HelpId = HID_SMA_SETN ;
+ Text = "setN" ;
};
MenuItem
{
- Identifier = RID_SETZ;
- HelpId = HID_SMA_SETZ;
- Text = "setZ";
+ Identifier = RID_SETZ ;
+ HelpId = HID_SMA_SETZ ;
+ Text = "setZ" ;
};
MenuItem
{
- Identifier = RID_SETQ;
- HelpId = HID_SMA_SETQ;
- Text = "setQ";
+ Identifier = RID_SETQ ;
+ HelpId = HID_SMA_SETQ ;
+ Text = "setQ" ;
};
MenuItem
{
- Identifier = RID_SETR;
- HelpId = HID_SMA_SETR;
- Text = "setR";
+ Identifier = RID_SETR ;
+ HelpId = HID_SMA_SETR ;
+ Text = "setR" ;
};
MenuItem
{
- Identifier = RID_SETC;
- HelpId = HID_SMA_SETC;
- Text = "setC";
+ Identifier = RID_SETC ;
+ HelpId = HID_SMA_SETC ;
+ Text = "setC" ;
};
};
};
@@ -670,170 +664,170 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_ABSX;
- HelpId = HID_SMA_ABSX;
- Text = "|x|";
+ Identifier = RID_ABSX ;
+ HelpId = HID_SMA_ABSX ;
+ Text = "|x|" ;
};
MenuItem
{
- Identifier = RID_FACTX;
- HelpId = HID_SMA_FACTX;
- Text = "x!";
+ Identifier = RID_FACTX ;
+ HelpId = HID_SMA_FACTX ;
+ Text = "x!" ;
};
MenuItem
{
- Identifier = RID_SQRTX;
- HelpId = HID_SMA_SQRTX;
- Text = "sqrt x";
+ Identifier = RID_SQRTX ;
+ HelpId = HID_SMA_SQRTX ;
+ Text = "sqrt x" ;
};
MenuItem
{
- Identifier = RID_NROOTXY;
- HelpId = HID_SMA_NROOTXY;
- Text = "nroot x y";
+ Identifier = RID_NROOTXY ;
+ HelpId = HID_SMA_NROOTXY ;
+ Text = "nroot x y" ;
};
MenuItem
{
- Identifier = RID_RSUPX;
- HelpId = HID_SMA_RSUPX;
- Text = "x^y";
+ Identifier = RID_RSUPX ;
+ HelpId = HID_SMA_RSUPX ;
+ Text = "x^y" ;
};
MenuItem
{
- Identifier = RID_EX;
- HelpId = HID_SMA_EX;
- Text = "e^x";
+ Identifier = RID_EX ;
+ HelpId = HID_SMA_EX ;
+ Text = "e^x" ;
};
MenuItem
{
- Identifier = RID_LNX;
- HelpId = HID_SMA_LNX;
- Text = "ln(x)";
+ Identifier = RID_LNX ;
+ HelpId = HID_SMA_LNX ;
+ Text = "ln(x)" ;
};
MenuItem
{
- Identifier = RID_EXPX;
- HelpId = HID_SMA_EXPX;
- Text = "exp(x)";
+ Identifier = RID_EXPX ;
+ HelpId = HID_SMA_EXPX ;
+ Text = "exp(x)" ;
};
MenuItem
{
- Identifier = RID_LOGX;
- HelpId = HID_SMA_LOGX;
- Text = "log(x)";
+ Identifier = RID_LOGX ;
+ HelpId = HID_SMA_LOGX ;
+ Text = "log(x)" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_SINX;
- HelpId = HID_SMA_SINX;
- Text = "sin(x)";
+ Identifier = RID_SINX ;
+ HelpId = HID_SMA_SINX ;
+ Text = "sin(x)" ;
};
MenuItem
{
- Identifier = RID_COSX;
- HelpId = HID_SMA_COSX;
- Text = "cos(x)";
+ Identifier = RID_COSX ;
+ HelpId = HID_SMA_COSX ;
+ Text = "cos(x)" ;
};
MenuItem
{
- Identifier = RID_TANX;
- HelpId = HID_SMA_TANX;
- Text = "tan(x)";
+ Identifier = RID_TANX ;
+ HelpId = HID_SMA_TANX ;
+ Text = "tan(x)" ;
};
MenuItem
{
- Identifier = RID_COTX;
- HelpId = HID_SMA_COTX;
- Text = "cot(x)";
+ Identifier = RID_COTX ;
+ HelpId = HID_SMA_COTX ;
+ Text = "cot(x)" ;
};
MenuItem
{
- Identifier = RID_SINHX;
- HelpId = HID_SMA_SINHX;
- Text = "sinh(x)";
+ Identifier = RID_SINHX ;
+ HelpId = HID_SMA_SINHX ;
+ Text = "sinh(x)" ;
};
MenuItem
{
- Identifier = RID_COSHX;
- HelpId = HID_SMA_COSHX;
- Text = "cosh(x)";
+ Identifier = RID_COSHX ;
+ HelpId = HID_SMA_COSHX ;
+ Text = "cosh(x)" ;
};
MenuItem
{
- Identifier = RID_TANHX;
- HelpId = HID_SMA_TANHX;
- Text = "tanh(x)";
+ Identifier = RID_TANHX ;
+ HelpId = HID_SMA_TANHX ;
+ Text = "tanh(x)" ;
};
MenuItem
{
- Identifier = RID_COTHX;
- HelpId = HID_SMA_COTHX;
- Text = "coth(x)";
+ Identifier = RID_COTHX ;
+ HelpId = HID_SMA_COTHX ;
+ Text = "coth(x)" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier =
RID_FUNCTIONSOTHER1_MENU;
- HelpId =
HID_SMA_FUNCTIONSOTHER1_MENU;
- Text [ en-US ] = "More";
+ Identifier =
RID_FUNCTIONSOTHER1_MENU ;
+ HelpId =
HID_SMA_FUNCTIONSOTHER1_MENU ;
+ Text [ en-US ] = "More" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
-
Identifier = RID_ARCSINX;
- HelpId
= HID_SMA_ARCSINX;
- Text =
"arcsin(x)";
+
Identifier = RID_ARCSINX ;
+ HelpId
= HID_SMA_ARCSINX ;
+ Text =
"arcsin(x)" ;
};
MenuItem
{
-
Identifier = RID_ARCCOSX;
- HelpId
= HID_SMA_ARCCOSX;
- Text =
"arccos(x)";
+
Identifier = RID_ARCCOSX ;
+ HelpId
= HID_SMA_ARCCOSX ;
+ Text =
"arccos(x)" ;
};
MenuItem
{
-
Identifier = RID_ARCTANX;
- HelpId
= HID_SMA_ARCTANX;
- Text =
"arctan(x)";
+
Identifier = RID_ARCTANX ;
+ HelpId
= HID_SMA_ARCTANX ;
+ Text =
"arctan(x)" ;
};
MenuItem
{
-
Identifier = RID_ARCCOTX;
- HelpId
= HID_SMA_ARCCOTX;
- Text =
"arcot(x)";
+
Identifier = RID_ARCCOTX ;
+ HelpId
= HID_SMA_ARCCOTX ;
+ Text =
"arcot(x)" ;
};
MenuItem
{
-
Identifier = RID_ARSINHX;
- HelpId
= HID_SMA_ARSINHX;
- Text =
"arsinh(x)";
+
Identifier = RID_ARSINHX ;
+ HelpId
= HID_SMA_ARSINHX ;
+ Text =
"arsinh(x)" ;
};
MenuItem
{
-
Identifier = RID_ARCOSHX;
- HelpId
= HID_SMA_ARCOSHX;
- Text =
"arcosh(x)";
+
Identifier = RID_ARCOSHX ;
+ HelpId
= HID_SMA_ARCOSHX ;
+ Text =
"arcosh(x)" ;
};
MenuItem
{
-
Identifier = RID_ARTANHX;
- HelpId
= HID_SMA_ARTANHX;
- Text =
"artanh(x)";
+
Identifier = RID_ARTANHX ;
+ HelpId
= HID_SMA_ARTANHX ;
+ Text =
"artanh(x)" ;
};
MenuItem
{
-
Identifier = RID_ARCOTHX;
- HelpId
= HID_SMA_ARCOTHX;
- Text =
"arcoth(x)";
+
Identifier = RID_ARCOTHX ;
+ HelpId
= HID_SMA_ARCOTHX ;
+ Text =
"arcoth(x)" ;
};
};
};
@@ -852,85 +846,85 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_LIMX;
- HelpId = HID_SMA_LIMX;
- Text = "lim x";
+ Identifier = RID_LIMX ;
+ HelpId = HID_SMA_LIMX ;
+ Text = "lim x" ;
};
MenuItem
{
- Identifier = RID_SUMX;
- HelpId = HID_SMA_SUMX;
- Text = "sum x";
+ Identifier = RID_SUMX ;
+ HelpId = HID_SMA_SUMX ;
+ Text = "sum x" ;
};
MenuItem
{
- Identifier = RID_PRODX;
- HelpId = HID_SMA_PRODX;
- Text = "prod x";
+ Identifier = RID_PRODX ;
+ HelpId = HID_SMA_PRODX ;
+ Text = "prod x" ;
};
MenuItem
{
- Identifier = RID_COPRODX;
- HelpId = HID_SMA_COPRODX;
- Text = "coprod x";
+ Identifier = RID_COPRODX ;
+ HelpId = HID_SMA_COPRODX ;
+ Text = "coprod x" ;
};
MenuItem
{
- Identifier = RID_INTX;
- HelpId = HID_SMA_INTX;
- Text = "int x";
+ Identifier = RID_INTX ;
+ HelpId = HID_SMA_INTX ;
+ Text = "int x" ;
};
MenuItem
{
- Identifier = RID_IINTX;
- HelpId = HID_SMA_IINTX;
- Text = "iint x";
+ Identifier = RID_IINTX ;
+ HelpId = HID_SMA_IINTX ;
+ Text = "iint x" ;
};
MenuItem
{
- Identifier = RID_IIINTX;
- HelpId = HID_SMA_IIINTX;
- Text = "iiint x";
+ Identifier = RID_IIINTX ;
+ HelpId = HID_SMA_IIINTX ;
+ Text = "iiint x" ;
};
MenuItem
{
- Identifier = RID_LINTX;
- HelpId = HID_SMA_LINTX;
- Text = "lint x";
+ Identifier = RID_LINTX ;
+ HelpId = HID_SMA_LINTX ;
+ Text = "lint x" ;
};
MenuItem
{
- Identifier = RID_LLINTX;
- HelpId = HID_SMA_LLINTX;
- Text = "llint x";
+ Identifier = RID_LLINTX ;
+ HelpId = HID_SMA_LLINTX ;
+ Text = "llint x" ;
};
MenuItem
{
- Identifier = RID_LLLINTX;
- HelpId = HID_SMA_LLLINTX;
- Text = "lllint x";
+ Identifier = RID_LLLINTX ;
+ HelpId = HID_SMA_LLLINTX ;
+ Text = "lllint x" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_FROMXTOY;
- HelpId = HID_SMA_FROMXTOY;
- Text = "... from a to b";
+ Identifier = RID_FROMXTOY ;
+ HelpId = HID_SMA_FROMXTOY ;
+ Text = "... from a to b" ;
};
MenuItem
{
- Identifier = RID_FROMX;
- HelpId = HID_SMA_FROMX;
- Text = "... from a";
+ Identifier = RID_FROMX ;
+ HelpId = HID_SMA_FROMX ;
+ Text = "... from a" ;
};
MenuItem
{
- Identifier = RID_TOX;
- HelpId = HID_SMA_TOX;
- Text = "... to b";
+ Identifier = RID_TOX ;
+ HelpId = HID_SMA_TOX ;
+ Text = "... to b" ;
};
};
};
@@ -946,149 +940,149 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_ACUTEX;
- HelpId = HID_SMA_ACUTEX;
- Text = "acute a";
+ Identifier = RID_ACUTEX ;
+ HelpId = HID_SMA_ACUTEX ;
+ Text = "acute a" ;
};
MenuItem
{
- Identifier = RID_GRAVEX;
- HelpId = HID_SMA_GRAVEX;
- Text = "grave a";
+ Identifier = RID_GRAVEX ;
+ HelpId = HID_SMA_GRAVEX ;
+ Text = "grave a" ;
};
MenuItem
{
- Identifier = RID_CHECKX;
- HelpId = HID_SMA_CHECKX;
- Text = "check a";
+ Identifier = RID_CHECKX ;
+ HelpId = HID_SMA_CHECKX ;
+ Text = "check a" ;
};
MenuItem
{
- Identifier = RID_BREVEX;
- HelpId = HID_SMA_BREVEX;
- Text = "breve a";
+ Identifier = RID_BREVEX ;
+ HelpId = HID_SMA_BREVEX ;
+ Text = "breve a" ;
};
MenuItem
{
- Identifier = RID_CIRCLEX;
- HelpId = HID_SMA_CIRCLEX;
- Text = "circle a";
+ Identifier = RID_CIRCLEX ;
+ HelpId = HID_SMA_CIRCLEX ;
+ Text = "circle a" ;
};
MenuItem
{
- Identifier = RID_DOTX;
- HelpId = HID_SMA_DOTX;
- Text = "dot a";
+ Identifier = RID_DOTX ;
+ HelpId = HID_SMA_DOTX ;
+ Text = "dot a" ;
};
MenuItem
{
- Identifier = RID_DDOTX;
- HelpId = HID_SMA_DDOTX;
- Text = "ddot a";
+ Identifier = RID_DDOTX ;
+ HelpId = HID_SMA_DDOTX ;
+ Text = "ddot a" ;
};
MenuItem
{
- Identifier = RID_DDDOTX;
- HelpId = HID_SMA_DDDOTX;
- Text = "dddot a";
+ Identifier = RID_DDDOTX ;
+ HelpId = HID_SMA_DDDOTX ;
+ Text = "dddot a" ;
};
MenuItem
{
- Identifier = RID_BARX;
- HelpId = HID_SMA_BARX;
- Text = "bar a";
+ Identifier = RID_BARX ;
+ HelpId = HID_SMA_BARX ;
+ Text = "bar a" ;
};
MenuItem
{
- Identifier = RID_VECX;
- HelpId = HID_SMA_VECX;
- Text = "vec a";
+ Identifier = RID_VECX ;
+ HelpId = HID_SMA_VECX ;
+ Text = "vec a" ;
};
MenuItem
{
- Identifier = RID_TILDEX;
- HelpId = HID_SMA_TILDEX;
- Text = "tilde a";
+ Identifier = RID_TILDEX ;
+ HelpId = HID_SMA_TILDEX ;
+ Text = "tilde a" ;
};
MenuItem
{
- Identifier = RID_HATX;
- HelpId = HID_SMA_HATX;
- Text = "hat a";
+ Identifier = RID_HATX ;
+ HelpId = HID_SMA_HATX ;
+ Text = "hat a" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_WIDEVECX;
- HelpId = HID_SMA_WIDEVECX;
- Text = "widevec abc";
+ Identifier = RID_WIDEVECX ;
+ HelpId = HID_SMA_WIDEVECX ;
+ Text = "widevec abc" ;
};
MenuItem
{
- Identifier = RID_WIDETILDEX;
- HelpId = HID_SMA_WIDETILDEX;
- Text = "widetilde abc";
+ Identifier = RID_WIDETILDEX ;
+ HelpId = HID_SMA_WIDETILDEX ;
+ Text = "widetilde abc" ;
};
MenuItem
{
- Identifier = RID_WIDEHATX;
- HelpId = HID_SMA_WIDEHATX;
- Text = "widehat abc";
+ Identifier = RID_WIDEHATX ;
+ HelpId = HID_SMA_WIDEHATX ;
+ Text = "widehat abc" ;
};
MenuItem
{
- Identifier = RID_OVERLINEX;
- HelpId = HID_SMA_OVERLINEX;
- Text = "overline abc";
+ Identifier = RID_OVERLINEX ;
+ HelpId = HID_SMA_OVERLINEX ;
+ Text = "overline abc" ;
};
MenuItem
{
- Identifier = RID_UNDERLINEX;
- HelpId = HID_SMA_UNDERLINEX;
- Text = "underline abc";
+ Identifier = RID_UNDERLINEX ;
+ HelpId = HID_SMA_UNDERLINEX ;
+ Text = "underline abc" ;
};
MenuItem
{
- Identifier = RID_OVERSTRIKEX;
- HelpId = HID_SMA_OVERSTRIKEX;
- Text = "overstrike abc";
+ Identifier = RID_OVERSTRIKEX ;
+ HelpId = HID_SMA_OVERSTRIKEX ;
+ Text = "overstrike abc" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_PHANTOMX;
- HelpId = HID_SMA_PHANTOMX;
- Text = "phantom b";
+ Identifier = RID_PHANTOMX ;
+ HelpId = HID_SMA_PHANTOMX ;
+ Text = "phantom b" ;
};
MenuItem
{
- Identifier = RID_BOLDX;
- HelpId = HID_SMA_BOLDX;
- Text = "bold b";
+ Identifier = RID_BOLDX ;
+ HelpId = HID_SMA_BOLDX ;
+ Text = "bold b" ;
};
MenuItem
{
- Identifier = RID_ITALX;
- HelpId = HID_SMA_ITALX;
- Text = "ital b";
+ Identifier = RID_ITALX ;
+ HelpId = HID_SMA_ITALX ;
+ Text = "ital b" ;
};
MenuItem
{
- Identifier = RID_SIZEXY;
- HelpId = HID_SMA_SIZEXY;
- Text = "size s b";
+ Identifier = RID_SIZEXY ;
+ HelpId = HID_SMA_SIZEXY ;
+ Text = "size s b" ;
};
MenuItem
{
- Identifier = RID_FONTXY;
- HelpId = HID_SMA_FONTXY;
- Text = "font f b";
+ Identifier = RID_FONTXY ;
+ HelpId = HID_SMA_FONTXY ;
+ Text = "font f b" ;
};
};
};
@@ -1104,153 +1098,153 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_LRGROUPX;
- HelpId = HID_SMA_LRGROUPX;
- Text = "{...}";
+ Identifier = RID_LRGROUPX ;
+ HelpId = HID_SMA_LRGROUPX ;
+ Text = "{...}" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_LRPARENTX;
- HelpId = HID_SMA_LRPARENTX;
- Text = "(x)";
+ Identifier = RID_LRPARENTX ;
+ HelpId = HID_SMA_LRPARENTX ;
+ Text = "(x)" ;
};
MenuItem
{
- Identifier = RID_LRBRACKETX;
- HelpId = HID_SMA_LRBRACKETX;
- Text = "[x]";
+ Identifier = RID_LRBRACKETX ;
+ HelpId = HID_SMA_LRBRACKETX ;
+ Text = "[x]" ;
};
MenuItem
{
- Identifier = RID_LRDBRACKETX;
- HelpId = HID_SMA_LRDBRACKETX;
- Text = "ldbracket x rdbracket ";
+ Identifier = RID_LRDBRACKETX ;
+ HelpId = HID_SMA_LRDBRACKETX ;
+ Text = "ldbracket x rdbracket "
;
};
MenuItem
{
- Identifier = RID_LRBRACEX;
- HelpId = HID_SMA_LRBRACEX;
- Text = "{x}";
+ Identifier = RID_LRBRACEX ;
+ HelpId = HID_SMA_LRBRACEX ;
+ Text = "{x}" ;
};
MenuItem
{
- Identifier = RID_LRANGLEX;
- HelpId = HID_SMA_LRANGLEX;
- Text = "langle x rangle";
+ Identifier = RID_LRANGLEX ;
+ HelpId = HID_SMA_LRANGLEX ;
+ Text = "langle x rangle" ;
};
MenuItem
{
- Identifier = RID_LMRANGLEXY;
- HelpId = HID_SMA_LMRANGLEXY;
- Text = "langle x mline y
rangle";
+ Identifier = RID_LMRANGLEXY ;
+ HelpId = HID_SMA_LMRANGLEXY ;
+ Text = "langle x mline y
rangle" ;
};
MenuItem
{
- Identifier = RID_LRCEILX;
- HelpId = HID_SMA_LRCEILX;
- Text = "lceil x rceil";
+ Identifier = RID_LRCEILX ;
+ HelpId = HID_SMA_LRCEILX ;
+ Text = "lceil x rceil" ;
};
MenuItem
{
- Identifier = RID_LRFLOORX;
- HelpId = HID_SMA_LRFLOORX;
- Text = "lfloor x rfloor";
+ Identifier = RID_LRFLOORX ;
+ HelpId = HID_SMA_LRFLOORX ;
+ Text = "lfloor x rfloor" ;
};
MenuItem
{
- Identifier = RID_LRLINEX;
- HelpId = HID_SMA_LRLINEX;
- Text = "lline x rline";
+ Identifier = RID_LRLINEX ;
+ HelpId = HID_SMA_LRLINEX ;
+ Text = "lline x rline" ;
};
MenuItem
{
- Identifier = RID_LRDLINEX;
- HelpId = HID_SMA_LRDLINEX;
- Text = "ldline x rdline";
+ Identifier = RID_LRDLINEX ;
+ HelpId = HID_SMA_LRDLINEX ;
+ Text = "ldline x rdline" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_SLRPARENTX;
- HelpId = HID_SMA_SLRPARENTX;
- Text = "left ( x right )";
+ Identifier = RID_SLRPARENTX ;
+ HelpId = HID_SMA_SLRPARENTX ;
+ Text = "left ( x right )" ;
};
MenuItem
{
- Identifier = RID_SLRBRACKETX;
- HelpId = HID_SMA_SLRBRACKETX;
- Text = "left [ x right ]";
+ Identifier = RID_SLRBRACKETX ;
+ HelpId = HID_SMA_SLRBRACKETX ;
+ Text = "left [ x right ]" ;
};
MenuItem
{
- Identifier = RID_SLRDBRACKETX;
- HelpId = HID_SMA_SLRDBRACKETX;
- Text = "left ldbracket x right
rdbracket ";
+ Identifier = RID_SLRDBRACKETX ;
+ HelpId = HID_SMA_SLRDBRACKETX ;
+ Text = "left ldbracket x right
rdbracket " ;
};
MenuItem
{
- Identifier = RID_SLRBRACEX;
- HelpId = HID_SMA_SLRBRACEX;
- Text = "left { x right }";
+ Identifier = RID_SLRBRACEX ;
+ HelpId = HID_SMA_SLRBRACEX ;
+ Text = "left { x right }" ;
};
MenuItem
{
- Identifier = RID_SLRANGLEX;
- HelpId = HID_SMA_SLRANGLEX;
- Text = "left langle x right
rangle";
+ Identifier = RID_SLRANGLEX ;
+ HelpId = HID_SMA_SLRANGLEX ;
+ Text = "left langle x right
rangle" ;
};
MenuItem
{
- Identifier = RID_SLMRANGLEXY;
- HelpId = HID_SMA_SLMRANGLEXY;
- Text = "left langle x mline y
right rangle";
+ Identifier = RID_SLMRANGLEXY ;
+ HelpId = HID_SMA_SLMRANGLEXY ;
+ Text = "left langle x mline y
right rangle" ;
};
MenuItem
{
- Identifier = RID_SLRCEILX;
- HelpId = HID_SMA_SLRCEILX;
- Text = "left lceil x right
rceil";
+ Identifier = RID_SLRCEILX ;
+ HelpId = HID_SMA_SLRCEILX ;
+ Text = "left lceil x right
rceil" ;
};
MenuItem
{
- Identifier = RID_SLRFLOORX;
- HelpId = HID_SMA_SLRFLOORX;
- Text = "left lfloor x right
rfloor";
+ Identifier = RID_SLRFLOORX ;
+ HelpId = HID_SMA_SLRFLOORX ;
+ Text = "left lfloor x right
rfloor" ;
};
MenuItem
{
- Identifier = RID_SLRLINEX;
- HelpId = HID_SMA_SLRLINEX;
- Text = "left lline x right
rline";
+ Identifier = RID_SLRLINEX ;
+ HelpId = HID_SMA_SLRLINEX ;
+ Text = "left lline x right
rline" ;
};
MenuItem
{
- Identifier = RID_SLRDLINEX;
- HelpId = HID_SMA_SLRDLINEX;
- Text = "left ldline x right
rdline";
+ Identifier = RID_SLRDLINEX ;
+ HelpId = HID_SMA_SLRDLINEX ;
+ Text = "left ldline x right
rdline" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_XOVERBRACEY;
- HelpId = HID_SMA_XOVERBRACEY;
- Text = "x overbrace y";
+ Identifier = RID_XOVERBRACEY ;
+ HelpId = HID_SMA_XOVERBRACEY ;
+ Text = "x overbrace y" ;
};
MenuItem
{
- Identifier = RID_XUNDERBRACEY;
- HelpId = HID_SMA_XUNDERBRACEY;
- Text = "x underbrace y";
+ Identifier = RID_XUNDERBRACEY ;
+ HelpId = HID_SMA_XUNDERBRACEY ;
+ Text = "x underbrace y" ;
};
};
};
@@ -1266,107 +1260,107 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_RSUPX;
- HelpId = HID_SMA_RSUPX;
- Text = "^x";
+ Identifier = RID_RSUPX ;
+ HelpId = HID_SMA_RSUPX ;
+ Text = "^x" ;
};
MenuItem
{
- Identifier = RID_RSUBX;
- HelpId = HID_SMA_RSUBX;
- Text = "_x";
+ Identifier = RID_RSUBX ;
+ HelpId = HID_SMA_RSUBX ;
+ Text = "_x" ;
};
MenuItem
{
- Identifier = RID_LSUPX;
- HelpId = HID_SMA_LSUPX;
- Text = "lsup x";
+ Identifier = RID_LSUPX ;
+ HelpId = HID_SMA_LSUPX ;
+ Text = "lsup x" ;
};
MenuItem
{
- Identifier = RID_LSUBX;
- HelpId = HID_SMA_LSUBX;
- Text = "lsub x";
+ Identifier = RID_LSUBX ;
+ HelpId = HID_SMA_LSUBX ;
+ Text = "lsub x" ;
};
MenuItem
{
- Identifier = RID_CSUPX;
- HelpId = HID_SMA_CSUPX;
- Text = "csup x";
+ Identifier = RID_CSUPX ;
+ HelpId = HID_SMA_CSUPX ;
+ Text = "csup x" ;
};
MenuItem
{
- Identifier = RID_CSUBX;
- HelpId = HID_SMA_CSUBX;
- Text = "csub x";
+ Identifier = RID_CSUBX ;
+ HelpId = HID_SMA_CSUBX ;
+ Text = "csub x" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_NEWLINE;
- HelpId = HID_SMA_NEWLINE;
- Text [ en-US ] = "New Line";
+ Identifier = RID_NEWLINE ;
+ HelpId = HID_SMA_NEWLINE ;
+ Text [ en-US ] = "New Line" ;
};
MenuItem
{
Identifier = RID_SBLANK;
HelpId = HID_SMA_SBLANK;
- Text [ en-US ] = "Small Gap";
+ Text [ en-US ] = "Small Gap" ;
};
MenuItem
{
- Identifier = RID_BLANK;
- HelpId = HID_SMA_BLANK;
- Text [ en-US ] = "Gap";
+ Identifier = RID_BLANK ;
+ HelpId = HID_SMA_BLANK ;
+ Text [ en-US ] = "Gap" ;
};
MenuItem
{
- Identifier = RID_NOSPACE;
- HelpId = HID_SMA_NOSPACE;
- Text [ en-US ] = "nospace
{...}";
+ Identifier = RID_NOSPACE ;
+ HelpId = HID_SMA_NOSPACE ;
+ Text [ en-US ] = "nospace
{...}" ;
};
MenuItem
{
- Identifier = RID_BINOMXY;
- HelpId = HID_SMA_BINOMXY;
- Text = "binom x y";
+ Identifier = RID_BINOMXY ;
+ HelpId = HID_SMA_BINOMXY ;
+ Text = "binom x y" ;
};
MenuItem
{
- Identifier = RID_STACK;
- HelpId = HID_SMA_STACK;
- Text = "stack {...}";
+ Identifier = RID_STACK ;
+ HelpId = HID_SMA_STACK ;
+ Text = "stack {...}" ;
};
MenuItem
{
- Identifier = RID_MATRIX;
- HelpId = HID_SMA_MATRIX;
- Text = "matrix {...}";
+ Identifier = RID_MATRIX ;
+ HelpId = HID_SMA_MATRIX ;
+ Text = "matrix {...}" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_ALIGNLX;
- HelpId = HID_SMA_ALIGNLX;
- Text = "alignl x";
+ Identifier = RID_ALIGNLX ;
+ HelpId = HID_SMA_ALIGNLX ;
+ Text = "alignl x" ;
};
MenuItem
{
- Identifier = RID_ALIGNCX;
- HelpId = HID_SMA_ALIGNCX;
- Text = "alignc x";
+ Identifier = RID_ALIGNCX ;
+ HelpId = HID_SMA_ALIGNCX ;
+ Text = "alignc x" ;
};
MenuItem
{
- Identifier = RID_ALIGNRX;
- HelpId = HID_SMA_ALIGNRX;
- Text = "alignr x";
+ Identifier = RID_ALIGNRX ;
+ HelpId = HID_SMA_ALIGNRX ;
+ Text = "alignr x" ;
};
};
};
@@ -1382,125 +1376,125 @@ Menu RID_COMMANDMENU
{
MenuItem
{
- Identifier = RID_INFINITY;
- HelpId = HID_SMA_INFINITY;
- Text = "infinity";
+ Identifier = RID_INFINITY ;
+ HelpId = HID_SMA_INFINITY ;
+ Text = "infinity" ;
};
MenuItem
{
- Identifier = RID_PARTIAL;
- HelpId = HID_SMA_PARTIAL;
- Text = "partial";
+ Identifier = RID_PARTIAL ;
+ HelpId = HID_SMA_PARTIAL ;
+ Text = "partial" ;
};
MenuItem
{
- Identifier = RID_NABLA;
- HelpId = HID_SMA_NABLA;
- Text = "nabla";
+ Identifier = RID_NABLA ;
+ HelpId = HID_SMA_NABLA ;
+ Text = "nabla" ;
};
MenuItem
{
- Identifier = RID_EXISTS;
- HelpId = HID_SMA_EXISTS;
- Text = "exists";
+ Identifier = RID_EXISTS ;
+ HelpId = HID_SMA_EXISTS ;
+ Text = "exists" ;
};
MenuItem
{
- Identifier = RID_FORALL;
- HelpId = HID_SMA_FORALL;
- Text = "forall";
+ Identifier = RID_FORALL ;
+ HelpId = HID_SMA_FORALL ;
+ Text = "forall" ;
};
MenuItem
{
- Identifier = RID_HBAR;
- HelpId = HID_SMA_HBAR;
- Text = "hbar";
+ Identifier = RID_HBAR ;
+ HelpId = HID_SMA_HBAR ;
+ Text = "hbar" ;
};
MenuItem
{
- Identifier = RID_LAMBDABAR;
- HelpId = HID_SMA_LAMBDABAR;
- Text = "lambdabar";
+ Identifier = RID_LAMBDABAR ;
+ HelpId = HID_SMA_LAMBDABAR ;
+ Text = "lambdabar" ;
};
MenuItem
{
- Identifier = RID_RE;
- HelpId = HID_SMA_RE;
- Text = "Re";
+ Identifier = RID_RE ;
+ HelpId = HID_SMA_RE ;
+ Text = "Re" ;
};
MenuItem
{
- Identifier = RID_IM;
- HelpId = HID_SMA_IM;
- Text = "Im";
+ Identifier = RID_IM ;
+ HelpId = HID_SMA_IM ;
+ Text = "Im" ;
};
MenuItem
{
- Identifier = RID_WP;
- HelpId = HID_SMA_WP;
- Text = "wp";
+ Identifier = RID_WP ;
+ HelpId = HID_SMA_WP ;
+ Text = "wp" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_LEFTARROW;
- HelpId = HID_SMA_LEFTARROW;
- Text = "leftarrow";
+ Identifier = RID_LEFTARROW ;
+ HelpId = HID_SMA_LEFTARROW ;
+ Text = "leftarrow" ;
};
MenuItem
{
- Identifier = RID_RIGHTARROW;
- HelpId = HID_SMA_RIGHTARROW;
- Text = "rightarrow";
+ Identifier = RID_RIGHTARROW ;
+ HelpId = HID_SMA_RIGHTARROW ;
+ Text = "rightarrow" ;
};
MenuItem
{
- Identifier = RID_UPARROW;
- HelpId = HID_SMA_UPARROW;
- Text = "uparrow";
+ Identifier = RID_UPARROW ;
+ HelpId = HID_SMA_UPARROW ;
+ Text = "uparrow" ;
};
MenuItem
{
- Identifier = RID_DOWNARROW;
- HelpId = HID_SMA_DOWNARROW;
- Text = "downarrow";
+ Identifier = RID_DOWNARROW ;
+ HelpId = HID_SMA_DOWNARROW ;
+ Text = "downarrow" ;
};
MenuItem
{
- Separator = TRUE;
+ Separator = TRUE ;
};
MenuItem
{
- Identifier = RID_DOTSLOW;
- HelpId = HID_SMA_DOTSLOW;
- Text = "dotslow";
+ Identifier = RID_DOTSLOW ;
+ HelpId = HID_SMA_DOTSLOW ;
+ Text = "dotslow" ;
};
MenuItem
{
- Identifier = RID_DOTSAXIS;
- HelpId = HID_SMA_DOTSAXIS;
- Text = "dotsaxis";
+ Identifier = RID_DOTSAXIS ;
+ HelpId = HID_SMA_DOTSAXIS ;
+ Text = "dotsaxis" ;
};
MenuItem
{
- Identifier = RID_DOTSVERT;
- HelpId = HID_SMA_DOTSVERT;
- Text = "dotsvert";
+ Identifier = RID_DOTSVERT ;
+ HelpId = HID_SMA_DOTSVERT ;
+ Text = "dotsvert" ;
};
MenuItem
{
- Identifier = RID_DOTSUP;
- HelpId = HID_SMA_DOTSUP;
- Text = "dotsup";
+ Identifier = RID_DOTSUP ;
+ HelpId = HID_SMA_DOTSUP ;
+ Text = "dotsup" ;
};
MenuItem
{
- Identifier = RID_DOTSDOWN;
- HelpId = HID_SMA_DOTSDOWN;
- Text = "dotsdown";
+ Identifier = RID_DOTSDOWN ;
+ HelpId = HID_SMA_DOTSDOWN ;
+ Text = "dotsdown" ;
};
};
};
@@ -1508,50 +1502,4 @@ Menu RID_COMMANDMENU
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/starmath/source/smres.src b/main/starmath/source/smres.src
index f63207e99a..ecaf30cb7f 100644
--- a/main/starmath/source/smres.src
+++ b/main/starmath/source/smres.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include <sfx2/sfx.hrc>
#include <svx/globlmn.hrc>
#include "starmath.hrc"
@@ -89,7 +87,7 @@ ModalDialog RID_FONTDIALOG
Control 1
{
Disable = TRUE ;
- Border = TRUE;
+ Border = TRUE ;
Pos = MAP_APPFONT ( 6, 113 ) ;
Size = MAP_APPFONT ( 111, 31 ) ;
};
@@ -450,7 +448,7 @@ ModalDialog RID_DISTANCEDIALOG
Left = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
- Repeat = TRUE;
+ Repeat = TRUE ;
Pos = MAP_APPFONT ( 78, 18 ) ;
Size = MAP_APPFONT ( 38, 12 ) ;
};
@@ -470,7 +468,7 @@ ModalDialog RID_DISTANCEDIALOG
Left = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
- Repeat = TRUE;
+ Repeat = TRUE ;
Pos = MAP_APPFONT ( 78, 34 ) ;
Size = MAP_APPFONT ( 38, 12 ) ;
};
@@ -498,7 +496,7 @@ ModalDialog RID_DISTANCEDIALOG
Left = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
- Repeat = TRUE;
+ Repeat = TRUE ;
Pos = MAP_APPFONT ( 78, 50 ) ;
Size = MAP_APPFONT ( 38, 12 ) ;
};
@@ -518,7 +516,7 @@ ModalDialog RID_DISTANCEDIALOG
Left = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
- Repeat = TRUE;
+ Repeat = TRUE ;
Pos = MAP_APPFONT ( 78, 66 ) ;
Size = MAP_APPFONT ( 38, 12 ) ;
TabStop = TRUE ;
@@ -1096,7 +1094,7 @@ ModalDialog RID_SYMBOLDIALOG
HelpID = "starmath:ModalDialog:RID_SYMBOLDIALOG" ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Closeable = TRUE; // Close Button in Window Leiste explizit
einbauen
+ Closeable = TRUE ; // Close Button in Window Leiste explizit einbauen
Size = MAP_APPFONT ( 239, 123 ) ;
Text [ en-US ] = "Symbols" ;
Moveable = TRUE ;
@@ -1291,7 +1289,7 @@ ModalDialog RID_SYMDEFINEDIALOG
ComboBox 3
{
HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:3" ;
- Border = TRUE;
+ Border = TRUE ;
Pos = MAP_APPFONT ( 80, 175 ) ;
Size = MAP_APPFONT ( 100, 100 ) ;
TabStop = TRUE ;
diff --git a/main/starmath/source/symbol.src b/main/starmath/source/symbol.src
index ef81b0ee05..904eb3d099 100644
--- a/main/starmath/source/symbol.src
+++ b/main/starmath/source/symbol.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include <starmath.hrc>
Resource RID_LOCALIZED_NAMES
@@ -333,3 +331,5 @@ Resource RID_LOCALIZED_NAMES
};
};
};
+
+// ********************************************************************** EOF
diff --git a/main/starmath/source/toolbox.src b/main/starmath/source/toolbox.src
index cbde0db705..5c37539938 100644
--- a/main/starmath/source/toolbox.src
+++ b/main/starmath/source/toolbox.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include <sfx2/sfx.hrc>
#include <svx/globlmn.hrc>
#include "starmath.hrc"
