This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new c3e329b Cleaned up resource files c3e329b is described below commit c3e329b982b4fe3cf76de959f20f0b2910d15f80 Author: mseidel <msei...@apache.org> AuthorDate: Sun Mar 21 14:45:27 2021 +0100 Cleaned up resource files --- main/svx/source/fmcomp/gridctrl.src | 75 +---- main/svx/source/form/datanavi.src | 605 ++++++++++++++++++------------------ main/svx/source/form/filtnav.src | 17 +- main/svx/source/form/fmexpl.src | 157 ++++------ main/svx/source/form/fmstring.src | 392 +++++++++++------------ main/svx/source/form/formshell.src | 334 ++++++++++---------- 6 files changed, 754 insertions(+), 826 deletions(-) diff --git a/main/svx/source/fmcomp/gridctrl.src b/main/svx/source/fmcomp/gridctrl.src index ed7856d..0c5cac1 100644 --- a/main/svx/source/fmcomp/gridctrl.src +++ b/main/svx/source/fmcomp/gridctrl.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -127,10 +127,10 @@ Menu RID_SVXMNU_COLS MenuItem { // this is a dummy which is never used herein but for copy to newly built menus - Identifier = SID_FM_TWOFIELDS_DATE_N_TIME; - HelpId = HID_CONTROLS_DATE_N_TIME; + Identifier = SID_FM_TWOFIELDS_DATE_N_TIME ; + HelpId = HID_CONTROLS_DATE_N_TIME ; Text [ en-US ] = "Date and Time Field" ; - Disable = True; + Disable = True ; }; }; }; @@ -151,7 +151,7 @@ Menu RID_SVXMNU_COLS { Identifier = SID_FM_HIDECOL ; HelpId = HID_FM_HIDECOL ; - Text [ en-US ] = "~Hide Column"; + Text [ en-US ] = "~Hide Column" ; }; MenuItem { @@ -165,7 +165,7 @@ Menu RID_SVXMNU_COLS { Identifier = SID_FM_SHOWCOLS_MORE ; HelpId = HID_FM_SHOWCOLS_MORE ; - Text [ en-US ] = "~More..."; + Text [ en-US ] = "~More..." ; }; MenuItem { @@ -175,11 +175,11 @@ Menu RID_SVXMNU_COLS { Identifier = SID_FM_SHOWALLCOLS ; HelpId = HID_FM_SHOWALLCOLS ; - Text [ en-US ] = "~All"; + Text [ en-US ] = "~All" ; }; }; }; - Text [ en-US ] = "~Show Columns"; + Text [ en-US ] = "~Show Columns" ; }; MenuItem { @@ -201,55 +201,4 @@ Menu RID_SVXMNU_CELL }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/svx/source/form/datanavi.src b/main/svx/source/form/datanavi.src index 029c927..4c50126 100644 --- a/main/svx/source/form/datanavi.src +++ b/main/svx/source/form/datanavi.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -30,15 +30,15 @@ TabPage RID_SVX_XFORMS_TABPAGES { - HelpID = "svx:TabPage:RID_SVX_XFORMS_TABPAGES"; + HelpID = "svx:TabPage:RID_SVX_XFORMS_TABPAGES" ; Hide = TRUE ; - DialogControl = TRUE; - Size = MAP_APPFONT ( 63 , 100 ) ; + DialogControl = TRUE ; + Size = MAP_APPFONT ( 63, 100 ) ; ToolBox TB_ITEMS { HelpId = HID_XFORMS_TOOLBOX ; SVLook = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; ItemList = { ToolBoxItem @@ -65,10 +65,10 @@ TabPage RID_SVX_XFORMS_TABPAGES HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ; Text [ en-US ] = "Edit" ; }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; + ToolBoxItem + { + Type = TOOLBOXITEM_SEPARATOR ; + }; ToolBoxItem { Identifier = TBI_ITEM_REMOVE ; @@ -80,10 +80,10 @@ TabPage RID_SVX_XFORMS_TABPAGES Control LB_ITEMS { HelpId = HID_XFORMS_ITEMS_LIST ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 63 , 100 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 63, 100 ) ; Border = TRUE ; - TabStop = TRUE; + TabStop = TRUE ; }; #define IMG_LST \ IdList = \ @@ -98,13 +98,13 @@ IdCount = { 5 ; } ; ImageList IL_TBX_BMPS { - Prefix = "tb"; + Prefix = "tb" ; MASKCOLOR IMG_LST }; ImageList IL_TBX_BMPS_HC { - Prefix = "tbh"; + Prefix = "tbh" ; MASKCOLOR IMG_LST }; @@ -118,22 +118,22 @@ Window RID_SVXWIN_DATANAVIGATOR SVLook = TRUE ; DialogControl = TRUE ; HelpId = HID_DATA_NAVIGATOR_WIN ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 300 , 400 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 300, 400 ) ; ListBox LB_MODELS { HelpId = HID_XFORMS_MODELS_LIST ; - Pos = MAP_APPFONT ( 3 , 4 ) ; - Size = MAP_APPFONT ( 63 , 45 ) ; + Pos = MAP_APPFONT ( 3, 4 ) ; + Size = MAP_APPFONT ( 63, 45 ) ; DropDown = TRUE ; DDExtraWidth = TRUE ; }; MenuButton MB_MODELS { HelpId = HID_XFORMS_MODELS_MENUBTN ; - Pos = MAP_APPFONT ( 69 , 3 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ en-US ] = "~Models"; + Pos = MAP_APPFONT ( 69, 3 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + Text [ en-US ] = "~Models" ; ButtonMenu = Menu { ItemList = @@ -161,34 +161,34 @@ Window RID_SVXWIN_DATANAVIGATOR }; TabControl TC_ITEMS { - HelpId = HID_XFORMS_TAB_CONTROL ; + HelpId = HID_XFORMS_TAB_CONTROL ; Pos = MAP_APPFONT ( 3, 20 ) ; - TabStop = TRUE; + TabStop = TRUE ; PageList = { PageItem { Identifier = TID_INSTANCE ; - Text [ en-US ] = "Instance"; + Text [ en-US ] = "Instance" ; }; PageItem { Identifier = TID_SUBMISSION ; - Text [ en-US ] = "Submissions"; + Text [ en-US ] = "Submissions" ; }; PageItem { Identifier = TID_BINDINGS ; - Text [ en-US ] = "Bindings"; + Text [ en-US ] = "Bindings" ; }; }; }; MenuButton MB_INSTANCES { HelpId = HID_XFORMS_INSTANCES_MENUBTN ; - Pos = MAP_APPFONT ( 69 , 133 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ en-US ] = "~Instances"; + Pos = MAP_APPFONT ( 69, 133 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + Text [ en-US ] = "~Instances" ; ButtonMenu = Menu { ItemList = @@ -213,7 +213,7 @@ Window RID_SVXWIN_DATANAVIGATOR }; MenuItem { - Separator = TRUE; + Separator = TRUE ; }; MenuItem { @@ -239,13 +239,13 @@ IdCount = { 6 ; } ; ImageList IL_ITEM_BMPS { - Prefix = "da"; + Prefix = "da" ; MASKCOLOR IMG_LST2 }; ImageList IL_ITEM_BMPS_HC { - Prefix = "dah"; + Prefix = "dah" ; MASKCOLOR IMG_LST2 }; @@ -274,29 +274,29 @@ QueryBox RID_QRY_REMOVE_ELEMENT QueryBox RID_QRY_REMOVE_ATTRIBUTE { - Buttons = WB_YES_NO ; - DefButton = WB_DEF_NO ; - Message [ en-US ] = "Do you really want to delete the attribute '$ATTRIBUTENAME'?" ; + Buttons = WB_YES_NO ; + DefButton = WB_DEF_NO ; + Message [ en-US ] = "Do you really want to delete the attribute '$ATTRIBUTENAME'?" ; }; QueryBox RID_QRY_REMOVE_SUBMISSION { - Buttons = WB_YES_NO ; - DefButton = WB_DEF_NO ; - Message [ en-US ] = "Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n\nDo you really want to delete this submission?" ; + Buttons = WB_YES_NO ; + DefButton = WB_DEF_NO ; + Message [ en-US ] = "Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n\nDo you really want to delete this submission?" ; }; QueryBox RID_QRY_REMOVE_BINDING { - Buttons = WB_YES_NO ; - DefButton = WB_DEF_NO ; - Message [ en-US ] = "Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n\nDo you really want to delete this binding?" ; + Buttons = WB_YES_NO ; + DefButton = WB_DEF_NO ; + Message [ en-US ] = "Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n\nDo you really want to delete this binding?" ; }; MessBox RID_QRY_LINK_WARNING { - Buttons = 0 ; - Message [ en-US ] = "This instance is linked with the form.\n\nThe changes you make to this instance will be lost when the form is reloaded.\n\nHow do you want to proceed?" ; + Buttons = 0 ; + Message [ en-US ] = "This instance is linked with the form.\n\nThe changes you make to this instance will be lost when the form is reloaded.\n\nHow do you want to proceed?" ; }; ErrorBox RID_ERR_INVALID_XMLNAME @@ -328,174 +328,174 @@ ModalDialog RID_SVXDLG_ADD_DATAITEM HelpID = HID_XFORMS_ADDDATAITEM_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 180 , 186 ) ; + Size = MAP_APPFONT ( 180, 186 ) ; Moveable = TRUE ; FixedLine FL_ITEM { - Pos = MAP_APPFONT ( 4 , 3 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 3 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; Text [ en-US ] = "Item" ; }; FixedText FT_NAME { - Pos = MAP_APPFONT ( 6 , 15 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 15 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Name" ; }; Edit ED_NAME { - HelpID = "svx:Edit:RID_SVXDLG_ADD_DATAITEM:ED_NAME"; - Pos = MAP_APPFONT ( 78 , 14 ) ; - Size = MAP_APPFONT ( 96 , 12 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_DATAITEM:ED_NAME" ; + Pos = MAP_APPFONT ( 78, 14 ) ; + Size = MAP_APPFONT ( 96, 12 ) ; Border = TRUE ; }; FixedText FT_DEFAULT { - Pos = MAP_APPFONT ( 6 , 30 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 30 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Default Value" ; }; Edit ED_DEFAULT { - HelpID = "svx:Edit:RID_SVXDLG_ADD_DATAITEM:ED_DEFAULT"; - Pos = MAP_APPFONT ( 78 , 29 ) ; - Size = MAP_APPFONT ( 96 , 12 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_DATAITEM:ED_DEFAULT" ; + Pos = MAP_APPFONT ( 78, 29 ) ; + Size = MAP_APPFONT ( 96, 12 ) ; Border = TRUE ; }; PushButton PB_DEFAULT { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_DEFAULT"; - Pos = MAP_APPFONT ( 160 , 29 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_DEFAULT" ; + Pos = MAP_APPFONT ( 160, 29 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; TabStop = TRUE ; Hide = TRUE ; - Text = "..." ; + Text = "..." ; }; FixedLine FL_SETTINGS { - Pos = MAP_APPFONT ( 4 , 44 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 44 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; Text [ en-US ] = "Settings" ; }; FixedText FT_DATATYPE { - Pos = MAP_APPFONT ( 6 , 56 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 56 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Data Type" ; }; ListBox LB_DATATYPE { - HelpID = "svx:ListBox:RID_SVXDLG_ADD_DATAITEM:LB_DATATYPE"; - Pos = MAP_APPFONT ( 78 , 55 ) ; - Size = MAP_APPFONT ( 96 , 45 ) ; + HelpID = "svx:ListBox:RID_SVXDLG_ADD_DATAITEM:LB_DATATYPE" ; + Pos = MAP_APPFONT ( 78, 55 ) ; + Size = MAP_APPFONT ( 96, 45 ) ; Border = TRUE ; - DropDown = TRUE; + DropDown = TRUE ; }; CheckBox CB_REQUIRED { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_REQUIRED"; - Pos = MAP_APPFONT ( 6 , 72 ) ; - Size = MAP_APPFONT ( 69 , 10 ) ; + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_REQUIRED" ; + Pos = MAP_APPFONT ( 6, 72 ) ; + Size = MAP_APPFONT ( 69, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Required" ; }; PushButton PB_REQUIRED { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_REQUIRED"; - Pos = MAP_APPFONT ( 78 , 70 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_REQUIRED" ; + Pos = MAP_APPFONT ( 78, 70 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Condition" ; }; CheckBox CB_RELEVANT { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_RELEVANT"; - Pos = MAP_APPFONT ( 6 , 89 ) ; - Size = MAP_APPFONT ( 69 , 10 ) ; + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_RELEVANT" ; + Pos = MAP_APPFONT ( 6, 89 ) ; + Size = MAP_APPFONT ( 69, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "R~elevant" ; }; PushButton PB_RELEVANT { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_RELEVANT"; - Pos = MAP_APPFONT ( 78 , 87 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_RELEVANT" ; + Pos = MAP_APPFONT ( 78, 87 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Condition" ; }; CheckBox CB_CONSTRAINT { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_CONSTRAINT"; - Pos = MAP_APPFONT ( 6 , 106 ) ; - Size = MAP_APPFONT ( 69 , 10 ) ; + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_CONSTRAINT" ; + Pos = MAP_APPFONT ( 6, 106 ) ; + Size = MAP_APPFONT ( 69, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Constraint" ; }; PushButton PB_CONSTRAINT { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_CONSTRAINT"; - Pos = MAP_APPFONT ( 78 , 104 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_CONSTRAINT" ; + Pos = MAP_APPFONT ( 78, 104 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Condition" ; }; CheckBox CB_READONLY { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_READONLY"; - Pos = MAP_APPFONT ( 6 , 123 ) ; - Size = MAP_APPFONT ( 69 , 10 ) ; + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_READONLY" ; + Pos = MAP_APPFONT ( 6, 123 ) ; + Size = MAP_APPFONT ( 69, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Read-~only" ; }; PushButton PB_READONLY { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_READONLY"; - Pos = MAP_APPFONT ( 78 , 121 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_READONLY" ; + Pos = MAP_APPFONT ( 78, 121 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Condition" ; }; CheckBox CB_CALCULATE { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_CALCULATE"; - Pos = MAP_APPFONT ( 6 , 140 ) ; - Size = MAP_APPFONT ( 69 , 10 ) ; + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_DATAITEM:CB_CALCULATE" ; + Pos = MAP_APPFONT ( 6, 140 ) ; + Size = MAP_APPFONT ( 69, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Calc~ulate" ; }; PushButton PB_CALCULATE { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_CALCULATE"; - Pos = MAP_APPFONT ( 78 , 138 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_DATAITEM:PB_CALCULATE" ; + Pos = MAP_APPFONT ( 78, 138 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Condition" ; }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 155 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 155 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 15 , 166 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 15, 166 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 68 , 166 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 68, 166 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 124 , 166 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 124, 166 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; String STR_FIXEDLINE_ELEMENT @@ -506,31 +506,31 @@ ModalDialog RID_SVXDLG_ADD_DATAITEM { Text [ en-US ] = "Attribute" ; }; - String STR_FIXEDLINE_BINDING - { - Text [ en-US ] = "Binding" ; - }; - String STR_FIXEDTEXT_BINDING - { - Text [ en-US ] = "Binding expression" ; - }; + String STR_FIXEDLINE_BINDING + { + Text [ en-US ] = "Binding" ; + }; + String STR_FIXEDTEXT_BINDING + { + Text [ en-US ] = "Binding expression" ; + }; }; Menu RID_MENU_DATANAVIGATOR { ItemList = { - // MID_INSERT_CONTROL not implemented, yet (#i99890#) + // MID_INSERT_CONTROL not implemented, yet (#i99890#) /*MenuItem { Identifier = MID_INSERT_CONTROL ; HelpId = HID_XFORMS_MID_INSERT_CONTROL ; Text [ en-US ] = "Insert Control" ; }; - MenuItem - { - Separator = TRUE; - };*/ + MenuItem + { + Separator = TRUE ; + };*/ MenuItem { Identifier = TBI_ITEM_ADD ; @@ -555,10 +555,10 @@ Menu RID_MENU_DATANAVIGATOR HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ; Text [ en-US ] = "Edit" ; }; - MenuItem - { - Separator = TRUE; - }; + MenuItem + { + Separator = TRUE ; + }; MenuItem { Identifier = TBI_ITEM_REMOVE ; @@ -573,72 +573,72 @@ ModalDialog RID_SVXDLG_ADD_CONDITION HelpID = HID_XFORMS_ADDCONDITION_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 210 , 150 ) ; + Size = MAP_APPFONT ( 210, 150 ) ; Text [ en-US ] = "Add Condition" ; Moveable = TRUE ; FixedText FT_CONDITION { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 198 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 198, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Condition" ; }; MultiLineEdit ED_CONDITION { - HelpID = "svx:MultiLineEdit:RID_SVXDLG_ADD_CONDITION:ED_CONDITION"; + HelpID = "svx:MultiLineEdit:RID_SVXDLG_ADD_CONDITION:ED_CONDITION" ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 198 , 34 ) ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 198, 34 ) ; TabStop = TRUE ; Left = TRUE ; - IgnoreTab = TRUE; + IgnoreTab = TRUE ; }; FixedText FT_RESULT { - Pos = MAP_APPFONT ( 6 , 51 ) ; - Size = MAP_APPFONT ( 198 , 8 ) ; + Pos = MAP_APPFONT ( 6, 51 ) ; + Size = MAP_APPFONT ( 198, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Result" ; }; FixedText FT_RESULT_PREVIEW { - Pos = MAP_APPFONT ( 6 , 62 ) ; - Size = MAP_APPFONT ( 198 , 34 ) ; - Border = TRUE; + Pos = MAP_APPFONT ( 6, 62 ) ; + Size = MAP_APPFONT ( 198, 34 ) ; + Border = TRUE ; TabStop = TRUE ; Left = TRUE ; WordBreak = TRUE ; }; PushButton PB_EDIT_NAMESPACES { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_CONDITION:PB_EDIT_NAMESPACES"; - Pos = MAP_APPFONT ( 132 , 102 ) ; - Size = MAP_APPFONT ( 72 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_CONDITION:PB_EDIT_NAMESPACES" ; + Pos = MAP_APPFONT ( 132, 102 ) ; + Size = MAP_APPFONT ( 72, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Edit Namespaces..." ; }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 119 ) ; - Size = MAP_APPFONT ( 202 , 8 ) ; + Pos = MAP_APPFONT ( 4, 119 ) ; + Size = MAP_APPFONT ( 202, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 45 , 130 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 45, 130 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 98 , 130 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 98, 130 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 154 , 130 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 154, 130 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; }; @@ -648,70 +648,70 @@ ModalDialog RID_SVXDLG_NAMESPACE_ITEM HelpID = HID_XFORMS_NAMESPACEITEM_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 240 , 120 ) ; + Size = MAP_APPFONT ( 240, 120 ) ; Text [ en-US ] = "Namespaces for Forms" ; Moveable = TRUE ; FixedText FT_NAMESPACES { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 228 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 228, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Namespaces" ; }; Control LB_NAMESPACES { - HelpId = HID_XFORMS_NAMESPACEITEM_LIST; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 175 , 72 ) ; + HelpId = HID_XFORMS_NAMESPACEITEM_LIST ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 175, 72 ) ; Border = TRUE ; TabStop = TRUE ; }; PushButton PB_ADD_NAMESPACE { - HelpID = "svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_ADD_NAMESPACE"; - Pos = MAP_APPFONT ( 184 , 14 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_ADD_NAMESPACE" ; + Pos = MAP_APPFONT ( 184, 14 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Add..." ; }; PushButton PB_EDIT_NAMESPACE { - HelpID = "svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_EDIT_NAMESPACE"; - Pos = MAP_APPFONT ( 184 , 31 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_EDIT_NAMESPACE" ; + Pos = MAP_APPFONT ( 184, 31 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Edit..." ; }; PushButton PB_DELETE_NAMESPACE { - HelpID = "svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_DELETE_NAMESPACE"; - Pos = MAP_APPFONT ( 184 , 48 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_DELETE_NAMESPACE" ; + Pos = MAP_APPFONT ( 184, 48 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Delete" ; }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 89 ) ; - Size = MAP_APPFONT ( 232 , 8 ) ; + Pos = MAP_APPFONT ( 4, 89 ) ; + Size = MAP_APPFONT ( 232, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 75 , 100 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 75, 100 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 128 , 100 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 128, 100 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 184 , 100 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 184, 100 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; String STR_HEADER_PREFIX @@ -729,59 +729,59 @@ ModalDialog RID_SVXDLG_MANAGE_NAMESPACE HelpID = HID_XFORMS_MANAGENAMESPACE_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 210 , 60 ) ; + Size = MAP_APPFONT ( 210, 60 ) ; Text [ en-US ] = "Add Namespace" ; Moveable = TRUE ; FixedText FT_PREFIX { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 45 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 45, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Prefix" ; }; Edit ED_PREFIX { - HelpID = "svx:Edit:RID_SVXDLG_MANAGE_NAMESPACE:ED_PREFIX"; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 45 , 12 ) ; - Border = TRUE; + HelpID = "svx:Edit:RID_SVXDLG_MANAGE_NAMESPACE:ED_PREFIX" ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 45, 12 ) ; + Border = TRUE ; }; FixedText FT_URL { - Pos = MAP_APPFONT ( 54 , 3 ) ; - Size = MAP_APPFONT ( 150 , 8 ) ; + Pos = MAP_APPFONT ( 54, 3 ) ; + Size = MAP_APPFONT ( 150, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~URL" ; }; Edit ED_URL { - HelpID = "svx:Edit:RID_SVXDLG_MANAGE_NAMESPACE:ED_URL"; - Pos = MAP_APPFONT ( 54 , 14 ) ; - Size = MAP_APPFONT ( 150 , 12 ) ; - Border = TRUE; + HelpID = "svx:Edit:RID_SVXDLG_MANAGE_NAMESPACE:ED_URL" ; + Pos = MAP_APPFONT ( 54, 14 ) ; + Size = MAP_APPFONT ( 150, 12 ) ; + Border = TRUE ; }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 29 ) ; - Size = MAP_APPFONT ( 202 , 8 ) ; + Pos = MAP_APPFONT ( 4, 29 ) ; + Size = MAP_APPFONT ( 202, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 45 , 40 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 45, 40 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 98 , 40 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 98, 40 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 154 , 40 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 154, 40 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; String STR_EDIT_TEXT @@ -795,132 +795,132 @@ ModalDialog RID_SVXDLG_ADD_SUBMISSION HelpID = HID_XFORMS_ADDSUBMISSION_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 180 , 136 ) ; + Size = MAP_APPFONT ( 180, 136 ) ; Text [ en-US ] = "Add Submission" ; Moveable = TRUE ; FixedLine FL_SUBMISSION { - Pos = MAP_APPFONT ( 4 , 3 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 3 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; Text [ en-US ] = "Submission" ; }; FixedText FT_SUBMIT_NAME { - Pos = MAP_APPFONT ( 6 , 16 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 16 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Name" ; }; Edit ED_SUBMIT_NAME { - HelpID = "svx:Edit:RID_SVXDLG_ADD_SUBMISSION:ED_SUBMIT_NAME"; - Pos = MAP_APPFONT ( 78 , 14 ) ; - Size = MAP_APPFONT ( 96 , 12 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_SUBMISSION:ED_SUBMIT_NAME" ; + Pos = MAP_APPFONT ( 78, 14 ) ; + Size = MAP_APPFONT ( 96, 12 ) ; Border = TRUE ; }; FixedText FT_SUBMIT_ACTION { - Pos = MAP_APPFONT ( 6 , 31 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 31 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Action" ; }; Edit ED_SUBMIT_ACTION { - HelpID = "svx:Edit:RID_SVXDLG_ADD_SUBMISSION:ED_SUBMIT_ACTION"; - Pos = MAP_APPFONT ( 78 , 29 ) ; - Size = MAP_APPFONT ( 96 , 12 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_SUBMISSION:ED_SUBMIT_ACTION" ; + Pos = MAP_APPFONT ( 78, 29 ) ; + Size = MAP_APPFONT ( 96, 12 ) ; Border = TRUE ; }; FixedText FT_SUBMIT_METHOD { - Pos = MAP_APPFONT ( 6 , 46 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 46 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Method" ; }; ListBox LB_SUBMIT_METHOD { - HelpID = "svx:ListBox:RID_SVXDLG_ADD_SUBMISSION:LB_SUBMIT_METHOD"; - Pos = MAP_APPFONT ( 78 , 44 ) ; - Size = MAP_APPFONT ( 96 , 51 ) ; + HelpID = "svx:ListBox:RID_SVXDLG_ADD_SUBMISSION:LB_SUBMIT_METHOD" ; + Pos = MAP_APPFONT ( 78, 44 ) ; + Size = MAP_APPFONT ( 96, 51 ) ; Border = TRUE ; - DropDown = TRUE; + DropDown = TRUE ; }; FixedText FT_SUBMIT_REF { - Pos = MAP_APPFONT ( 6 , 62 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 62 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "Binding e~xpression" ; }; Edit ED_SUBMIT_REF { - HelpID = "svx:Edit:RID_SVXDLG_ADD_SUBMISSION:ED_SUBMIT_REF"; - Pos = MAP_APPFONT ( 78 , 60 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_SUBMISSION:ED_SUBMIT_REF" ; + Pos = MAP_APPFONT ( 78, 60 ) ; Size = MAP_APPFONT ( 79, 12 ) ; Border = TRUE ; }; PushButton PB_SUBMIT_REF { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_SUBMISSION:PB_SUBMIT_REF"; - Pos = MAP_APPFONT ( 159 , 59 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_SUBMISSION:PB_SUBMIT_REF" ; + Pos = MAP_APPFONT ( 159, 59 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~..." ; }; FixedText FT_SUBMIT_BIND { - Pos = MAP_APPFONT ( 6 , 77 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 77 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Binding" ; }; ListBox LB_SUBMIT_BIND { - HelpID = "svx:ListBox:RID_SVXDLG_ADD_SUBMISSION:LB_SUBMIT_BIND"; - Pos = MAP_APPFONT ( 78 , 75 ) ; - Size = MAP_APPFONT ( 96 , 51 ) ; + HelpID = "svx:ListBox:RID_SVXDLG_ADD_SUBMISSION:LB_SUBMIT_BIND" ; + Pos = MAP_APPFONT ( 78, 75 ) ; + Size = MAP_APPFONT ( 96, 51 ) ; Border = TRUE ; - DropDown = TRUE; + DropDown = TRUE ; }; FixedText FT_SUBMIT_REPLACE { - Pos = MAP_APPFONT ( 6 , 92 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 6, 92 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Replace" ; }; ListBox LB_SUBMIT_REPLACE { - HelpID = "svx:ListBox:RID_SVXDLG_ADD_SUBMISSION:LB_SUBMIT_REPLACE"; - Pos = MAP_APPFONT ( 78 , 90 ) ; - Size = MAP_APPFONT ( 96 , 51 ) ; + HelpID = "svx:ListBox:RID_SVXDLG_ADD_SUBMISSION:LB_SUBMIT_REPLACE" ; + Pos = MAP_APPFONT ( 78, 90 ) ; + Size = MAP_APPFONT ( 96, 51 ) ; Border = TRUE ; - DropDown = TRUE; + DropDown = TRUE ; }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 105 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 105 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 15 , 116 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 15, 116 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 68 , 116 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 68, 116 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 124 , 116 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 124, 116 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; @@ -955,68 +955,68 @@ ModalDialog RID_SVXDLG_ADD_MODEL HelpID = HID_XFORMS_ADDMODEL_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 180 , 82 ) ; + Size = MAP_APPFONT ( 180, 82 ) ; Text [ en-US ] = "Add Model" ; Moveable = TRUE ; FixedLine FL_INSTANCE { - Pos = MAP_APPFONT ( 4 , 3 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 3 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; Text [ en-US ] = "Model" ; }; FixedText FT_INST_NAME { - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 51 , 12 ) ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 51, 12 ) ; LeftLabel = TRUE ; - VCenter = TRUE; + VCenter = TRUE ; Text [ en-US ] = "~Name" ; }; Edit ED_INST_NAME { - HelpID = "svx:Edit:RID_SVXDLG_ADD_MODEL:ED_INST_NAME"; - Pos = MAP_APPFONT ( 60 , 14 ) ; - Size = MAP_APPFONT ( 114 , 12 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_MODEL:ED_INST_NAME" ; + Pos = MAP_APPFONT ( 60, 14 ) ; + Size = MAP_APPFONT ( 114, 12 ) ; Border = TRUE ; }; - CheckBox CB_MODIFIES_DOCUMENT - { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_MODEL:CB_MODIFIES_DOCUMENT"; - Pos = MAP_APPFONT( 6, 32 ); - Size = MAP_APPFONT( 168, 16 ); - Top = TRUE; - WordBreak = TRUE; + CheckBox CB_MODIFIES_DOCUMENT + { + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_MODEL:CB_MODIFIES_DOCUMENT" ; + Pos = MAP_APPFONT ( 6, 32 ) ; + Size = MAP_APPFONT ( 168, 16 ) ; + Top = TRUE ; + WordBreak = TRUE ; - Text [ en-US ] = "Model data updates change document's modification status"; - }; + Text [ en-US ] = "Model data updates change document's modification status" ; + }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 51 ) ; - Size = MAP_APPFONT ( 172 , 8 ) ; + Pos = MAP_APPFONT ( 4, 51 ) ; + Size = MAP_APPFONT ( 172, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 15 , 62 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 15, 62 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 68 , 62 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 68, 62 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 124 , 62 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 124, 62 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; - String STR_EDIT_TEXT - { - Text [ en-US ] = "Edit Model" ; - }; + String STR_EDIT_TEXT + { + Text [ en-US ] = "Edit Model" ; + }; }; ModalDialog RID_SVXDLG_ADD_INSTANCE @@ -1024,88 +1024,88 @@ ModalDialog RID_SVXDLG_ADD_INSTANCE HelpID = HID_XFORMS_ADDINSTANCE_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 210 , 88 ) ; + Size = MAP_APPFONT ( 210, 88 ) ; Text [ en-US ] = "Add Instance" ; Moveable = TRUE ; FixedLine FL_INSTANCE { - Pos = MAP_APPFONT ( 4 , 3 ) ; - Size = MAP_APPFONT ( 202 , 8 ) ; + Pos = MAP_APPFONT ( 4, 3 ) ; + Size = MAP_APPFONT ( 202, 8 ) ; Text [ en-US ] = "Instance" ; }; FixedText FT_INST_NAME { - Pos = MAP_APPFONT ( 6 , 15 ) ; - Size = MAP_APPFONT ( 51 , 8 ) ; + Pos = MAP_APPFONT ( 6, 15 ) ; + Size = MAP_APPFONT ( 51, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~Name" ; }; Edit ED_INST_NAME { - HelpID = "svx:Edit:RID_SVXDLG_ADD_INSTANCE:ED_INST_NAME"; - Pos = MAP_APPFONT ( 60 , 14 ) ; - Size = MAP_APPFONT ( 144 , 12 ) ; + HelpID = "svx:Edit:RID_SVXDLG_ADD_INSTANCE:ED_INST_NAME" ; + Pos = MAP_APPFONT ( 60, 14 ) ; + Size = MAP_APPFONT ( 144, 12 ) ; Border = TRUE ; }; FixedText FT_INST_URL { - Pos = MAP_APPFONT ( 6 , 30 ) ; - Size = MAP_APPFONT ( 51 , 8 ) ; + Pos = MAP_APPFONT ( 6, 30 ) ; + Size = MAP_APPFONT ( 51, 8 ) ; LeftLabel = TRUE ; Text [ en-US ] = "~URL" ; }; ComboBox ED_INST_URL { - HelpID = "svx:ComboBox:RID_SVXDLG_ADD_INSTANCE:ED_INST_URL"; - Pos = MAP_APPFONT ( 60 , 29 ) ; - Size = MAP_APPFONT ( 127 , 48 ) ; + HelpID = "svx:ComboBox:RID_SVXDLG_ADD_INSTANCE:ED_INST_URL" ; + Pos = MAP_APPFONT ( 60, 29 ) ; + Size = MAP_APPFONT ( 127, 48 ) ; DropDown = TRUE ; Border = TRUE ; }; PushButton PB_FILEPICKER { - HelpID = "svx:PushButton:RID_SVXDLG_ADD_INSTANCE:PB_FILEPICKER"; - Pos = MAP_APPFONT ( 190 , 28 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + HelpID = "svx:PushButton:RID_SVXDLG_ADD_INSTANCE:PB_FILEPICKER" ; + Pos = MAP_APPFONT ( 190, 28 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; TabStop = TRUE ; Text = "~..." ; }; CheckBox CB_INST_LINKINST { - HelpID = "svx:CheckBox:RID_SVXDLG_ADD_INSTANCE:CB_INST_LINKINST"; - Pos = MAP_APPFONT ( 6 , 44 ) ; - Size = MAP_APPFONT ( 198 , 10 ) ; + HelpID = "svx:CheckBox:RID_SVXDLG_ADD_INSTANCE:CB_INST_LINKINST" ; + Pos = MAP_APPFONT ( 6, 44 ) ; + Size = MAP_APPFONT ( 198, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Link instance" ; }; FixedLine FL_DATANAV_BTN { - Pos = MAP_APPFONT ( 4 , 57 ) ; - Size = MAP_APPFONT ( 202 , 8 ) ; + Pos = MAP_APPFONT ( 4, 57 ) ; + Size = MAP_APPFONT ( 202, 8 ) ; }; OKButton BTN_DATANAV_OK { - Pos = MAP_APPFONT ( 45 , 68 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 45, 68 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_DATANAV_ESC { - Pos = MAP_APPFONT ( 98 , 68 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 98, 68 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_DATANAV_HELP { - Pos = MAP_APPFONT ( 154 , 68 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 154, 68 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; - String STR_EDIT_TEXT - { - Text [ en-US ] = "Edit Instance" ; - }; + String STR_EDIT_TEXT + { + Text [ en-US ] = "Edit Instance" ; + }; }; String RID_STR_DATANAV_SUBM_PARENT @@ -1182,10 +1182,11 @@ String RID_STR_DATANAV_EDIT_SUBMISSION }; String RID_STR_DATANAV_REMOVE_SUBMISSION { - Text [ en-US ] = "Delete Submission" ; + Text [ en-US ] = "Delete Submission" ; }; String RID_STR_DATANAV_LINKWARN_BUTTON { - Text [ en-US ] = "~Edit" ; + Text [ en-US ] = "~Edit" ; }; +// ********************************************************************** EOF diff --git a/main/svx/source/form/filtnav.src b/main/svx/source/form/filtnav.src index ca85ba0..13c3c50 100644 --- a/main/svx/source/form/filtnav.src +++ b/main/svx/source/form/filtnav.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -32,27 +32,28 @@ Menu RID_FM_FILTER_MENU MenuItem { Identifier = SID_FM_DELETE ; - HelpId = HID_FM_DELETE; + HelpId = HID_FM_DELETE ; Text [ en-US ] = "~Delete" ; }; MenuItem { Identifier = SID_FM_FILTER_EDIT ; - HelpId = HID_FM_FILTER_EDIT; + HelpId = HID_FM_FILTER_EDIT ; Text [ en-US ] = "~Edit" ; }; MenuItem { Identifier = SID_FM_FILTER_IS_NULL ; - HelpId = HID_FM_FILTER_IS_NULL; + HelpId = HID_FM_FILTER_IS_NULL ; Text [ en-US ] = "~Is Null" ; }; MenuItem { Identifier = SID_FM_FILTER_IS_NOT_NULL ; - HelpId = HID_FM_FILTER_IS_NOT_NULL; + HelpId = HID_FM_FILTER_IS_NOT_NULL ; Text [ en-US ] = "I~s not Null" ; }; }; }; +// ********************************************************************** EOF diff --git a/main/svx/source/form/fmexpl.src b/main/svx/source/form/fmexpl.src index 43ccffb..f78958d 100644 --- a/main/svx/source/form/fmexpl.src +++ b/main/svx/source/form/fmexpl.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -60,11 +60,11 @@ Menu RID_FMEXPLORER_POPUPMENU { Identifier = SID_FM_CHANGECONTROLTYPE ; HelpId = CMD_SID_FM_CHANGECONTROLTYPE ; - Text [ en-US ] = "Replace with"; + Text [ en-US ] = "Replace with" ; }; - MenuItem { ITEM_EDIT_CUT }; - MenuItem { ITEM_EDIT_COPY }; - MenuItem { ITEM_EDIT_PASTE }; + MenuItem { ITEM_EDIT_CUT } ; + MenuItem { ITEM_EDIT_COPY } ; + MenuItem { ITEM_EDIT_PASTE } ; MenuItem { Identifier = SID_FM_DELETE ; @@ -99,7 +99,7 @@ Menu RID_FMEXPLORER_POPUPMENU { Identifier = SID_FM_AUTOCONTROLFOCUS ; HelpId = CMD_SID_FM_AUTOCONTROLFOCUS ; - Text [ en-US ] = "Automatic Control Focus"; + Text [ en-US ] = "Automatic Control Focus" ; }; }; }; @@ -113,141 +113,141 @@ Menu RID_FMSHELL_CONVERSIONMENU Identifier = SID_FM_CONVERTTO_EDIT ; HelpId = CMD_SID_FM_CONVERTTO_EDIT ; Command = ".uno:ConvertToEdit" ; - Text [ en-US ] = "~Text Box"; + Text [ en-US ] = "~Text Box" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_BUTTON ; HelpId = CMD_SID_FM_CONVERTTO_BUTTON ; Command = ".uno:ConvertToButton" ; - Text [ en-US ] = "~Button"; + Text [ en-US ] = "~Button" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_FIXEDTEXT ; HelpId = CMD_SID_FM_CONVERTTO_FIXEDTEXT ; Command = ".uno:ConvertToFixed" ; - Text [ en-US ] = "La~bel field"; + Text [ en-US ] = "La~bel field" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_GROUPBOX ; HelpId = CMD_SID_FM_CONVERTTO_GROUPBOX ; Command = ".uno:ConvertToGroup" ; - Text [ en-US ] = "G~roup Box"; + Text [ en-US ] = "G~roup Box" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_LISTBOX ; HelpId = CMD_SID_FM_CONVERTTO_LISTBOX ; Command = ".uno:ConvertToList" ; - Text [ en-US ] = "L~ist Box"; + Text [ en-US ] = "L~ist Box" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_CHECKBOX ; HelpId = CMD_SID_FM_CONVERTTO_CHECKBOX ; Command = ".uno:ConvertToCheckBox" ; - Text [ en-US ] = "~Check Box"; + Text [ en-US ] = "~Check Box" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_RADIOBUTTON ; HelpId = CMD_SID_FM_CONVERTTO_RADIOBUTTON ; Command = ".uno:ConvertToRadio" ; - Text [ en-US ] = "~Radio Button"; + Text [ en-US ] = "~Radio Button" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_COMBOBOX ; HelpId = CMD_SID_FM_CONVERTTO_COMBOBOX ; Command = ".uno:ConvertToCombo" ; - Text [ en-US ] = "Combo Bo~x"; + Text [ en-US ] = "Combo Bo~x" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_IMAGEBUTTON ; HelpId = CMD_SID_FM_CONVERTTO_IMAGEBUTTON ; Command = ".uno:ConvertToImageBtn" ; - Text [ en-US ] = "I~mage Button"; + Text [ en-US ] = "I~mage Button" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_FILECONTROL ; HelpId = CMD_SID_FM_CONVERTTO_FILECONTROL ; Command = ".uno:ConvertToFileControl" ; - Text [ en-US ] = "~File Selection"; + Text [ en-US ] = "~File Selection" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_DATE ; HelpId = CMD_SID_FM_CONVERTTO_DATE ; Command = ".uno:ConvertToDate" ; - Text [ en-US ] = "~Date Field"; + Text [ en-US ] = "~Date Field" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_TIME ; HelpId = CMD_SID_FM_CONVERTTO_TIME ; Command = ".uno:ConvertToTime" ; - Text [ en-US ] = "Tim~e Field"; + Text [ en-US ] = "Tim~e Field" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_NUMERIC ; HelpId = CMD_SID_FM_CONVERTTO_NUMERIC ; Command = ".uno:ConvertToNumeric" ; - Text [ en-US ] = "~Numerical Field"; + Text [ en-US ] = "~Numerical Field" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_CURRENCY ; HelpId = CMD_SID_FM_CONVERTTO_CURRENCY ; Command = ".uno:ConvertToCurrency" ; - Text [ en-US ] = "C~urrency Field"; + Text [ en-US ] = "C~urrency Field" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_PATTERN ; HelpId = CMD_SID_FM_CONVERTTO_PATTERN ; Command = ".uno:ConvertToPattern" ; - Text [ en-US ] = "~Pattern Field"; + Text [ en-US ] = "~Pattern Field" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_IMAGECONTROL ; HelpId = CMD_SID_FM_CONVERTTO_IMAGECONTROL ; Command = ".uno:ConvertToImageControl" ; - Text [ en-US ] = "Ima~ge Control"; + Text [ en-US ] = "Ima~ge Control" ; }; MenuItem { Identifier = SID_FM_CONVERTTO_FORMATTED ; HelpId = CMD_SID_FM_CONVERTTO_FORMATTED ; Command = ".uno:ConvertToFormatted" ; - Text [ en-US ] = "Fo~rmatted Field"; + Text [ en-US ] = "Fo~rmatted Field" ; }; - MenuItem - { - Identifier = SID_FM_CONVERTTO_SCROLLBAR ; - HelpId = CMD_SID_FM_CONVERTTO_SCROLLBAR ; + MenuItem + { + Identifier = SID_FM_CONVERTTO_SCROLLBAR ; + HelpId = CMD_SID_FM_CONVERTTO_SCROLLBAR ; Command = ".uno:ConvertToScrollBar" ; - Text [ en-US ] = "Scroll bar"; - }; - MenuItem - { - Identifier = SID_FM_CONVERTTO_SPINBUTTON; - HelpId = CMD_SID_FM_CONVERTTO_SPINBUTTON; + Text [ en-US ] = "Scroll bar" ; + }; + MenuItem + { + Identifier = SID_FM_CONVERTTO_SPINBUTTON ; + HelpId = CMD_SID_FM_CONVERTTO_SPINBUTTON ; Command = ".uno:ConvertToSpinButton" ; - Text [ en-US ] = "Spin Button"; - }; - MenuItem - { - Identifier = SID_FM_CONVERTTO_NAVIGATIONBAR; - HelpId = CMD_SID_FM_CONVERTTO_NAVIGATIONBAR; - Command = ".uno:ConvertToNavigationBar" ; - Text [ en-US ] = "Navigation Bar" ; - }; + Text [ en-US ] = "Spin Button" ; + }; + MenuItem + { + Identifier = SID_FM_CONVERTTO_NAVIGATIONBAR ; + HelpId = CMD_SID_FM_CONVERTTO_NAVIGATIONBAR ; + Command = ".uno:ConvertToNavigationBar" ; + Text [ en-US ] = "Navigation Bar" ; + }; }; }; @@ -289,91 +289,66 @@ Menu RID_FMSHELL_CONVERSIONMENU ImageList RID_SVXIMGLIST_FMEXPL { - Prefix = "sx"; - MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; - NAVIGATOR_IMAGEIDS; + Prefix = "sx" ; + MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ; + NAVIGATOR_IMAGEIDS ; }; ImageList RID_SVXIMGLIST_FMEXPL_HC { - Prefix = "sxh"; - MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; - NAVIGATOR_IMAGEIDS; + Prefix = "sxh" ; + MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ; + NAVIGATOR_IMAGEIDS ; }; ModalDialog RID_SVXDLG_SETFORM { - HelpID = "svx:ModalDialog:RID_SVXDLG_SETFORM"; + HelpID = "svx:ModalDialog:RID_SVXDLG_SETFORM" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 200 , 200 ) ; + Size = MAP_APPFONT ( 200, 200 ) ; Moveable = TRUE ; Closeable = TRUE ; GroupBox GB_PATH { - Pos = MAP_APPFONT ( 6 , 149 ) ; - Size = MAP_APPFONT ( 188 , 25 ) ; + Pos = MAP_APPFONT ( 6, 149 ) ; + Size = MAP_APPFONT ( 188, 25 ) ; Text [ en-US ] = "Path" ; }; FixedText FT_PATH { - Pos = MAP_APPFONT ( 12 , 155 ) ; - Size = MAP_APPFONT ( 156 , 15 ) ; + Pos = MAP_APPFONT ( 12, 155 ) ; + Size = MAP_APPFONT ( 156, 15 ) ; }; OKButton PB_OK { - Pos = MAP_APPFONT ( 6 , 180 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 6, 180 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton PB_CANCEL { - Pos = MAP_APPFONT ( 59 , 180 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 59, 180 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { - Pos = MAP_APPFONT ( 123 , 180 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 123, 180 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Select form" ; }; DockingWindow RID_SVX_FMEXPLORER { - HelpID = "svx:DockingWindow:RID_SVX_FMEXPLORER"; + HelpID = "svx:DockingWindow:RID_SVX_FMEXPLORER" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 200 , 200 ) ; + Size = MAP_APPFONT ( 200, 200 ) ; Moveable = TRUE ; Closeable = TRUE ; Text [ en-US ] = "Form Navigator" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/svx/source/form/fmstring.src b/main/svx/source/form/fmstring.src index 591394b..5e59a83 100644 --- a/main/svx/source/form/fmstring.src +++ b/main/svx/source/form/fmstring.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,474 +7,472 @@ * 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 "svx/fmresids.hrc" -/* Strings fuer Uebersetzung */ +/* Strings for translation */ String RID_ERR_CONTEXT_ADDFORM { - Text [ en-US ] = "Error while creating form"; + Text [ en-US ] = "Error while creating form" ; }; String RID_ERR_FIELDREQUIRED { - Text [ en-US ] = "Input required in field '#'. Please enter a value."; + Text [ en-US ] = "Input required in field '#'. Please enter a value." ; }; String RID_ERR_DUPLICATE_NAME { - Text [ en-US ] = "Entry already exists.\nPlease choose another name."; + Text [ en-US ] = "Entry already exists.\nPlease choose another name." ; }; String RID_STR_FORMS { - Text [ en-US ] = "Forms"; + Text [ en-US ] = "Forms" ; }; String RID_STR_NO_PROPERTIES { - Text [ en-US ] = "No control selected"; + Text [ en-US ] = "No control selected" ; }; String RID_STR_PROPERTIES_CONTROL { - /* ### ACHTUNG: Neuer Text in Resource? Eigenschaften: : Kontrollelement Eigenschaften */ - Text [ en-US ] = "Properties: "; + Text [ en-US ] = "Properties: " ; }; String RID_STR_PROPERTIES_FORM { - Text [ en-US ] = "Form Properties"; + Text [ en-US ] = "Form Properties" ; }; String RID_STR_FMEXPLORER { - Text [ en-US ] = "Form Navigator"; + Text [ en-US ] = "Form Navigator" ; }; String RID_STR_FORM { - Text [ en-US ] = "Form"; + Text [ en-US ] = "Form" ; }; Resource RID_RSC_TABWIN_PREFIX { - String 1 - { - Text [ en-US ] = "Table"; - }; - String 2 - { - Text [ en-US ] = "Query"; - }; - String 3 - { - Text [ en-US ] = "SQL"; - }; + String 1 + { + Text [ en-US ] = "Table" ; + }; + String 2 + { + Text [ en-US ] = "Query" ; + }; + String 3 + { + Text [ en-US ] = "SQL" ; + }; }; String RID_STR_FORMSHELL { - Text = "Form Shell"; + Text = "Form Shell" ; }; String RID_STR_STDFORMNAME { - Text [ en-US ]= "Form"; + Text [ en-US ]= "Form" ; }; String RID_STR_PROPTITLE_HIDDEN { - Text [ en-US ] = "Hidden Control"; + Text [ en-US ] = "Hidden Control" ; }; String RID_STR_CONTROL { - Text [ en-US ] = "Control"; + Text [ en-US ] = "Control" ; }; String RID_STR_REC_TEXT { - Text [ en-US ] = "Record"; + Text [ en-US ] = "Record" ; }; String RID_STR_REC_FROM_TEXT { - Text [ en-US ] = "of"; + Text [ en-US ] = "of" ; }; String RID_STR_FIELDSELECTION { - Text [ en-US ] = "Add field:"; + Text [ en-US ] = "Add field:" ; }; String RID_STR_WRITEERROR { - Text [ en-US ] = "Error writing data to database"; + Text [ en-US ] = "Error writing data to database" ; }; String RID_STR_SYNTAXERROR { - Text [ en-US ] = "Syntax error in query expression"; + Text [ en-US ] = "Syntax error in query expression" ; }; String RID_STR_DELETECONFIRM_RECORD { - Text [ en-US ] = "You intend to delete 1 record."; + Text [ en-US ] = "You intend to delete 1 record." ; }; String RID_STR_DELETECONFIRM_RECORDS { - Text [ en-US ] = "# records will be deleted."; + Text [ en-US ] = "# records will be deleted." ; }; String RID_STR_DELETECONFIRM { - Text [ en-US ] = "If you click Yes, you won't be able to undo this operation.\nDo you want to continue anyway?"; + Text [ en-US ] = "If you click Yes, you won't be able to undo this operation.\nDo you want to continue anyway?" ; }; String RID_ERR_NO_ELEMENT { - Text [ en-US ] = "Choose an entry from the list or enter a text corresponding to one of the list items."; + Text [ en-US ] = "Choose an entry from the list or enter a text corresponding to one of the list items." ; }; String RID_STR_GROUPBOX { - Text [ en-US ] = "Frame element"; + Text [ en-US ] = "Frame element" ; }; String RID_STR_NAVIGATION { - Text [ en-US ] = "Navigation"; + Text [ en-US ] = "Navigation" ; }; String RID_STR_NAVIGATIONBAR { - Text [ en-US ] = "Navigation bar"; + Text [ en-US ] = "Navigation bar" ; }; String RID_STR_COLUMN { - Text [ en-US ] = "Col"; + Text [ en-US ] = "Col" ; }; String RID_STR_UNDO_PROPERTY { - Text [ en-US ] = "Set property '#'"; + Text [ en-US ] = "Set property '#'" ; }; String RID_STR_UNDO_CONTAINER_INSERT { - Text [ en-US ] = "Insert in container"; + Text [ en-US ] = "Insert in container" ; }; String RID_STR_UNDO_CONTAINER_REMOVE { - Text [ en-US ] = "Delete #"; + Text [ en-US ] = "Delete #" ; }; String RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE { - Text [ en-US ] = "Delete # objects"; + Text [ en-US ] = "Delete # objects" ; }; String RID_STR_UNDO_CONTAINER_REPLACE { - Text [ en-US ] = "Replace a container element"; + Text [ en-US ] = "Replace a container element" ; }; String RID_STR_UNDO_DELETE_LOGICAL { - Text [ en-US ] = "Delete structure"; + Text [ en-US ] = "Delete structure" ; }; String RID_STR_UNDO_MODEL_REPLACE { - Text [ en-US ] = "Replace Control"; + Text [ en-US ] = "Replace Control" ; }; String RID_STR_DATE { - Text [ en-US ] = "Date"; + Text [ en-US ] = "Date" ; }; String RID_STR_TIME { - Text [ en-US ] = "Time"; + Text [ en-US ] = "Time" ; }; String RID_STR_PROPTITLE_PUSHBUTTON { - Text [ en-US ] = "Push Button"; + Text [ en-US ] = "Push Button" ; }; String RID_STR_PROPTITLE_RADIOBUTTON { - Text [ en-US ] = "Option Button"; + Text [ en-US ] = "Option Button" ; }; String RID_STR_PROPTITLE_CHECKBOX { - Text [ en-US ] = "Check Box"; + Text [ en-US ] = "Check Box" ; }; String RID_STR_PROPTITLE_FIXEDTEXT { - Text [ en-US ] = "Label Field"; + Text [ en-US ] = "Label Field" ; }; String RID_STR_PROPTITLE_GROUPBOX { - Text [ en-US ] = "Group Box"; + Text [ en-US ] = "Group Box" ; }; String RID_STR_PROPTITLE_EDIT { - Text [ en-US ] = "Text Box"; + Text [ en-US ] = "Text Box" ; }; String RID_STR_PROPTITLE_FORMATTED { - Text [ en-US ] = "Formatted Field"; + Text [ en-US ] = "Formatted Field" ; }; String RID_STR_PROPTITLE_LISTBOX { - Text [ en-US ] = "List Box"; + Text [ en-US ] = "List Box" ; }; String RID_STR_PROPTITLE_COMBOBOX { - Text [ en-US ] = "Combo Box"; + Text [ en-US ] = "Combo Box" ; }; String RID_STR_PROPTITLE_IMAGEBUTTON { - Text [ en-US ] = "Image Button"; + Text [ en-US ] = "Image Button" ; }; String RID_STR_PROPTITLE_IMAGECONTROL { - Text [ en-US ] = "Image Control"; + Text [ en-US ] = "Image Control" ; }; String RID_STR_PROPTITLE_FILECONTROL { - Text [ en-US ] = "File Selection"; + Text [ en-US ] = "File Selection" ; }; String RID_STR_PROPTITLE_DATEFIELD { - Text [ en-US ] = "Date Field"; + Text [ en-US ] = "Date Field" ; }; String RID_STR_PROPTITLE_TIMEFIELD { - Text [ en-US ] = "Time Field"; + Text [ en-US ] = "Time Field" ; }; String RID_STR_PROPTITLE_NUMERICFIELD { - Text [ en-US ] = "Numeric Field"; + Text [ en-US ] = "Numeric Field" ; }; String RID_STR_PROPTITLE_CURRENCYFIELD { - Text [ en-US ] = "Currency Field"; + Text [ en-US ] = "Currency Field" ; }; String RID_STR_PROPTITLE_PATTERNFIELD { - Text [ en-US ] = "Pattern Field"; + Text [ en-US ] = "Pattern Field" ; }; String RID_STR_PROPTITLE_DBGRID { - Text [ en-US ] = "Table Control "; + Text [ en-US ] = "Table Control " ; }; String RID_STR_PROPTITLE_SCROLLBAR { - Text [ en-US ] = "Scrollbar"; + Text [ en-US ] = "Scrollbar" ; }; String RID_STR_PROPTITLE_SPINBUTTON { - Text [ en-US ] = "Spin Button"; + Text [ en-US ] = "Spin Button" ; }; String RID_STR_PROPTITLE_NAVBAR { - Text [ en-US ] = "Navigation Bar"; + Text [ en-US ] = "Navigation Bar" ; }; String RID_STR_PROPTITLE_MULTISELECT { - Text [ en-US ] = "Multiselection"; + Text [ en-US ] = "Multiselection" ; }; String RID_STR_NODATACONTROLS { - Text [ en-US ] = "No data-related controls in the current form!"; + Text [ en-US ] = "No data-related controls in the current form!" ; }; String RID_STR_POSTFIX_DATE { - Text [ en-US ] = " (Date)"; + Text [ en-US ] = " (Date)" ; }; String RID_STR_POSTFIX_TIME { - Text [ en-US ] = " (Time)"; + Text [ en-US ] = " (Time)" ; }; String RID_STR_FILTER_NAVIGATOR { - Text [ en-US ] = "Filter navigator"; + Text [ en-US ] = "Filter navigator" ; }; String RID_STR_FILTER_FILTER_FOR { - Text [ en-US ] = "Filter for"; + Text [ en-US ] = "Filter for" ; }; String RID_STR_FILTER_FILTER_OR { - Text [ en-US ] = "Or"; + Text [ en-US ] = "Or" ; }; String RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY { - Text [ en-US ] = "Valid bound controls which can be used in the table view do not exist in the current form."; + Text [ en-US ] = "Valid bound controls which can be used in the table view do not exist in the current form." ; }; String RID_STR_AUTOFIELD { - Text [ en-US ] = "<AutoField>"; + Text [ en-US ] = "<AutoField>" ; }; QueryBox RID_QRY_SAVEMODIFIED { Buttons = WB_YES_NO_CANCEL ; DefButton = WB_DEF_YES ; - Message [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?"; + Message [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?" ; }; Resource RID_RSC_SQL_INTERNATIONAL { - String 1 - { - Text [ en-US ] = "LIKE"; - }; - String 2 - { - Text [ en-US ] = "NOT"; - }; - String 3 - { - Text [ en-US ] = "EMPTY"; - }; - String 4 - { - Text [ en-US ] = "TRUE"; - }; - String 5 - { - Text [ en-US ] = "FALSE"; - }; - String 6 - { - Text [ en-US ] = "IS"; - }; - String 7 - { - Text [ en-US ] = "BETWEEN"; - }; - String 8 - { - Text [ en-US ] = "OR"; - }; - String 9 - { - Text [ en-US ] = "AND"; - }; - String 10 - { - Text [ en-US ] = "Average"; - }; - String 11 - { - Text [ en-US ] = "Count"; - }; - String 12 - { - Text [ en-US ] = "Maximum"; - }; - String 13 - { - Text [ en-US ] = "Minimum"; - }; - String 14 - { - Text [ en-US ] = "Sum"; - }; - String 15 - { - Text [ en-US ] = "Every"; - }; - String 16 - { - Text [ en-US ] = "Any"; - }; - String 17 - { - Text [ en-US ] = "Some"; - }; - String 18 - { - Text [ en-US ] = "STDDEV_POP"; - }; - String 19 - { - Text [ en-US ] = "STDDEV_SAMP"; - }; - String 20 - { - Text [ en-US ] = "VAR_SAMP"; - }; - String 21 - { - Text [ en-US ] = "VAR_POP"; - }; - String 22 - { - Text [ en-US ] = "Collect"; - }; - String 23 - { - Text [ en-US ] = "Fusion"; - }; - String 24 - { - Text [ en-US ] = "Intersection"; - }; + String 1 + { + Text [ en-US ] = "LIKE" ; + }; + String 2 + { + Text [ en-US ] = "NOT" ; + }; + String 3 + { + Text [ en-US ] = "EMPTY" ; + }; + String 4 + { + Text [ en-US ] = "TRUE" ; + }; + String 5 + { + Text [ en-US ] = "FALSE" ; + }; + String 6 + { + Text [ en-US ] = "IS" ; + }; + String 7 + { + Text [ en-US ] = "BETWEEN" ; + }; + String 8 + { + Text [ en-US ] = "OR" ; + }; + String 9 + { + Text [ en-US ] = "AND" ; + }; + String 10 + { + Text [ en-US ] = "Average" ; + }; + String 11 + { + Text [ en-US ] = "Count" ; + }; + String 12 + { + Text [ en-US ] = "Maximum" ; + }; + String 13 + { + Text [ en-US ] = "Minimum" ; + }; + String 14 + { + Text [ en-US ] = "Sum" ; + }; + String 15 + { + Text [ en-US ] = "Every" ; + }; + String 16 + { + Text [ en-US ] = "Any" ; + }; + String 17 + { + Text [ en-US ] = "Some" ; + }; + String 18 + { + Text [ en-US ] = "STDDEV_POP" ; + }; + String 19 + { + Text [ en-US ] = "STDDEV_SAMP" ; + }; + String 20 + { + Text [ en-US ] = "VAR_SAMP" ; + }; + String 21 + { + Text [ en-US ] = "VAR_POP" ; + }; + String 22 + { + Text [ en-US ] = "Collect" ; + }; + String 23 + { + Text [ en-US ] = "Fusion" ; + }; + String 24 + { + Text [ en-US ] = "Intersection" ; + }; }; String RID_STR_SVT_SQL_SYNTAX_ERROR { - /* ### ACHTUNG: Neuer Text in Resource? Syntaxfehler im SQL-Ausdruck : Fehlerhafte Syntax */ - Text [ en-US ] = "Syntax error in SQL statement"; + Text [ en-US ] = "Syntax error in SQL statement" ; }; String RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE { - Text [ en-US ] = "The value #1 cannot be used with LIKE."; + Text [ en-US ] = "The value #1 cannot be used with LIKE." ; }; String RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE { - Text [ en-US ] = "LIKE cannot be used with this field."; + Text [ en-US ] = "LIKE cannot be used with this field." ; }; String RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID { - Text [ en-US ] = "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."; + Text [ en-US ] = "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY." ; }; String RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID { - Text [ en-US ] = "The field cannot be compared with an integer."; + Text [ en-US ] = "The field cannot be compared with an integer." ; }; String RID_STR_SVT_SQL_SYNTAX_TABLE { - Text [ en-US ] = "The database does not contain a table named \"#\"."; + Text [ en-US ] = "The database does not contain a table named \"#\"." ; }; String RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY { - Text [ en-US ] = "The database does contain neither a table nor a query named \"#\"."; + Text [ en-US ] = "The database does contain neither a table nor a query named \"#\"." ; }; String RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS { - Text [ en-US ] = "The database already contains a table or view with name \"#\"."; + Text [ en-US ] = "The database already contains a table or view with name \"#\"." ; }; String RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS { - Text [ en-US ] = "The database already contains a query with name \"#\"."; + Text [ en-US ] = "The database already contains a query with name \"#\"." ; }; String RID_STR_SVT_SQL_SYNTAX_COLUMN { - Text [ en-US ] = "The column \"#1\" is unknown in the table \"#2\"."; + Text [ en-US ] = "The column \"#1\" is unknown in the table \"#2\"." ; }; String RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID { - Text [ en-US ] = "The field cannot be compared with a floating point number."; + Text [ en-US ] = "The field cannot be compared with a floating point number." ; }; String RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE { - Text [ en-US ] = "The entered criterion cannot be compared with this field."; + Text [ en-US ] = "The entered criterion cannot be compared with this field." ; }; String RID_STR_DATANAVIGATOR { - Text [ en-US ] = "Data Navigator"; + Text [ en-US ] = "Data Navigator" ; }; String RID_STR_READONLY_VIEW { - Text [ en-US ] = " (read-only)"; + Text [ en-US ] = " (read-only)" ; }; String RID_STR_ALREADYEXISTOVERWRITE @@ -483,5 +481,7 @@ String RID_STR_ALREADYEXISTOVERWRITE }; String RID_STR_OBJECT_LABEL { - Text [ en-US ] = "#object# label"; + Text [ en-US ] = "#object# label" ; }; + +// ********************************************************************** EOF diff --git a/main/svx/source/form/formshell.src b/main/svx/source/form/formshell.src index 22572f4..cafbe24 100644 --- a/main/svx/source/form/formshell.src +++ b/main/svx/source/form/formshell.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,16 +7,16 @@ * 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 - * + * + * 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. - * + * *************************************************************/ @@ -33,192 +33,194 @@ Menu RID_FM_TEXTATTRIBUTE_MENU { ItemList = { - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_FONT - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT - }; - MenuItem - { - Identifier = MENU_FM_TEXTATTRIBITES_STYLE; - HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE; - Text [ en-US ] = "St~yle"; - SubMenu = Menu - { - ItemList = - { - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_WEIGHT - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_POSTURE - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_OVERLINE - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_UNDERLINE - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_STRIKEOUT - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_SHADOWED - }; - MenuItem - { - ITEM_FORMAT_ATTR_CHAR_CONTOUR - }; - MenuItem { Separator = TRUE; }; - MenuItem - { - ITEM_FORMAT_SET_SUPER_SCRIPT - }; - MenuItem - { - ITEM_FORMAT_SET_SUB_SCRIPT - }; - }; - }; - }; - MenuItem - { - Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT; - HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT; - Text [ en-US ] = "~Alignment"; - RadioCheck = TRUE; - SubMenu = Menu - { - ItemList = - { - MenuItem - { - RadioCheck = TRUE; - ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT - }; - MenuItem - { - RadioCheck = TRUE; - ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT - }; - MenuItem - { - RadioCheck = TRUE; - ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER - }; - MenuItem - { - ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK - RadioCheck = TRUE; - }; - }; - }; - }; - MenuItem - { - Identifier = MENU_FM_TEXTATTRIBITES_SPACING; - HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING; - Text [ en-US ] = "~Line Spacing"; - _MenuItemFlags = MIB_RADIOCHECK; - SubMenu = Menu - { - ItemList = - { - MenuItem - { - RadioCheck = TRUE; - ITEM_FORMAT_PARA_LINESPACE_10 - }; - MenuItem - { - RadioCheck = TRUE; - ITEM_FORMAT_PARA_LINESPACE_15 - }; - MenuItem - { - RadioCheck = TRUE; - ITEM_FORMAT_PARA_LINESPACE_20 - }; - }; - }; - }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_FONT + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT + }; + MenuItem + { + Identifier = MENU_FM_TEXTATTRIBITES_STYLE ; + HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE ; + Text [ en-US ] = "St~yle" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_WEIGHT + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_POSTURE + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_OVERLINE + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_UNDERLINE + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_STRIKEOUT + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_SHADOWED + }; + MenuItem + { + ITEM_FORMAT_ATTR_CHAR_CONTOUR + }; + MenuItem { Separator = TRUE; } ; + MenuItem + { + ITEM_FORMAT_SET_SUPER_SCRIPT + }; + MenuItem + { + ITEM_FORMAT_SET_SUB_SCRIPT + }; + }; + }; + }; + MenuItem + { + Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT ; + HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT ; + Text [ en-US ] = "~Alignment" ; + RadioCheck = TRUE ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + RadioCheck = TRUE ; + ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT + }; + MenuItem + { + RadioCheck = TRUE ; + ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT + }; + MenuItem + { + RadioCheck = TRUE ; + ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER + }; + MenuItem + { + ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK + RadioCheck = TRUE ; + }; + }; + }; + }; + MenuItem + { + Identifier = MENU_FM_TEXTATTRIBITES_SPACING ; + HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING ; + Text [ en-US ] = "~Line Spacing" ; + _MenuItemFlags = MIB_RADIOCHECK ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + RadioCheck = TRUE ; + ITEM_FORMAT_PARA_LINESPACE_10 + }; + MenuItem + { + RadioCheck = TRUE ; + ITEM_FORMAT_PARA_LINESPACE_15 + }; + MenuItem + { + RadioCheck = TRUE ; + ITEM_FORMAT_PARA_LINESPACE_20 + }; + }; + }; + }; }; }; TabDialog RID_SVXDLG_TEXTCONTROL_CHARATTR { - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; - Text [ en-US ] = "Character"; + Text [ en-US ] = "Character" ; TabControl 1 { - OutputSize = TRUE; + OutputSize = TRUE ; PageList = { PageItem { - Identifier = RID_SVXPAGE_CHAR_NAME; - Text [ en-US ] = "Font"; + Identifier = RID_SVXPAGE_CHAR_NAME ; + Text [ en-US ] = "Font" ; }; PageItem { - Identifier = RID_SVXPAGE_CHAR_EFFECTS; - Text [ en-US ] = "Font Effects"; + Identifier = RID_SVXPAGE_CHAR_EFFECTS ; + Text [ en-US ] = "Font Effects" ; }; PageItem { - Identifier = RID_SVXPAGE_CHAR_POSITION; - Text [ en-US ] = "Position"; + Identifier = RID_SVXPAGE_CHAR_POSITION ; + Text [ en-US ] = "Position" ; }; }; - }; + }; }; TabDialog RID_SVXDLG_TEXTCONTROL_PARAATTR { - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; - Text [ en-US ] = "Paragraph"; + Text [ en-US ] = "Paragraph" ; - TabControl 1 - { - OutputSize = TRUE; - PageList = - { - PageItem - { - Identifier = RID_SVXPAGE_STD_PARAGRAPH; - Text [ en-US ] = "Indents & Spacing"; - }; - PageItem - { - Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH; - Text [ en-US ] = "Alignment"; - }; - PageItem - { - Identifier = RID_SVXPAGE_PARA_ASIAN; - Text [ en-US ] = "Asian Typography"; - }; - PageItem - { - Identifier = RID_SVXPAGE_TABULATOR; - Text [ en-US ] = "Tabs"; - }; - }; - }; + TabControl 1 + { + OutputSize = TRUE ; + PageList = + { + PageItem + { + Identifier = RID_SVXPAGE_STD_PARAGRAPH ; + Text [ en-US ] = "Indents & Spacing" ; + }; + PageItem + { + Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; + Text [ en-US ] = "Alignment" ; + }; + PageItem + { + Identifier = RID_SVXPAGE_PARA_ASIAN ; + Text [ en-US ] = "Asian Typography" ; + }; + PageItem + { + Identifier = RID_SVXPAGE_TABULATOR ; + Text [ en-US ] = "Tabs" ; + }; + }; + }; }; + +// ********************************************************************** EOF