Index: idl/drtxtob.idl =================================================================== RCS file: /cvs/sc/sc/idl/Attic/drtxtob.idl,v --- idl/drtxtob.idl 18 Sep 2000 16:44:47 -0000 1.1.1.1 +++ idl/drtxtob.idl 16 Dec 2003 14:57:21 -0000 @@ -119,6 +119,10 @@ // [ ] Fertig // [ ] Makro getestet // [ ] Recording getestet + SID_ATTR_CHAR_LANGUAGE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] + // [ ] Fertig + // [ ] Makro getestet + // [ ] Recording getestet SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] // [ ] Fertig // [ ] Makro getestet Index: idl/editsh.idl =================================================================== RCS file: /cvs/sc/sc/idl/Attic/editsh.idl,v --- idl/editsh.idl 18 Sep 2000 16:44:47 -0000 1.1.1.1 +++ idl/editsh.idl 16 Dec 2003 14:57:21 -0000 @@ -117,6 +117,10 @@ // [ ] Fertig // [ ] Makro getestet // [ ] Recording getestet + SID_ATTR_CHAR_LANGUAGE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] + // [ ] Fertig + // [ ] Makro getestet + // [ ] Recording getestet SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] // [ ] Fertig // [ ] Makro getestet Index: idl/tabvwsh.idl =================================================================== RCS file: /cvs/sc/sc/idl/Attic/tabvwsh.idl,v --- idl/tabvwsh.idl 18 Sep 2000 16:44:47 -0000 1.1.1.1 +++ idl/tabvwsh.idl 16 Dec 2003 14:57:22 -0000 @@ -75,6 +75,7 @@ { SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Rec) SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec) + SID_ATTR_CHAR_LANGUAGE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec) SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec) SID_ATTR_CHAR_WEIGHT [ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] // ole() api(Final/Play/Rec) SID_ATTR_CHAR_POSTURE [ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] // ole() api(Final/Play/Rec) Index: sdi/drtxtob.sdi =================================================================== RCS file: /cvs/sc/sc/sdi/drtxtob.sdi,v --- sdi/drtxtob.sdi 26 Nov 2002 08:43:11 -0000 1.9 +++ sdi/drtxtob.sdi 16 Dec 2003 14:57:22 -0000 @@ -41,6 +41,7 @@ SID_DRAWTEXT_ATTR_DLG [ ExecMethod = ExecuteAttr; StateMethod = GetState; Export = FALSE; ] SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] + SID_ATTR_CHAR_LANGUAGE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_WEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_POSTURE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] Index: sdi/editsh.sdi =================================================================== RCS file: /cvs/sc/sc/sdi/editsh.sdi,v --- sdi/editsh.sdi 26 Nov 2002 08:43:11 -0000 1.6 +++ sdi/editsh.sdi 16 Dec 2003 14:57:22 -0000 @@ -28,6 +28,7 @@ // ---- Attribute: SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] + SID_ATTR_CHAR_LANGUAGE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] // ---- Attribut - Toggles: Index: sdi/formatsh.sdi =================================================================== RCS file: /cvs/sc/sc/sdi/formatsh.sdi,v --- sdi/formatsh.sdi 12 Sep 2002 18:03:39 -0000 1.6 +++ sdi/formatsh.sdi 16 Dec 2003 14:57:22 -0000 @@ -15,6 +15,7 @@ { SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] + SID_ATTR_CHAR_LANGUAGE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] SID_ATTR_CHAR_WEIGHT [ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] SID_ATTR_CHAR_POSTURE [ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] Index: source/ui/app/scdll.cxx =================================================================== RCS file: /cvs/sc/sc/source/ui/app/scdll.cxx,v --- source/ui/app/scdll.cxx 26 Mar 2003 18:05:47 -0000 1.14 +++ source/ui/app/scdll.cxx 16 Dec 2003 14:57:22 -0000 @@ -213,6 +213,7 @@ SvxStyleToolBoxControl ::RegisterControl(SID_STYLE_APPLY, pMod); SvxFontNameToolBoxControl ::RegisterControl(SID_ATTR_CHAR_FONT, pMod); SvxFontHeightToolBoxControl ::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT, pMod); + SvxLanguageToolBoxControl ::RegisterControl(SID_ATTR_CHAR_LANGUAGE, pMod); SvxFontColorToolBoxControl ::RegisterControl(SID_ATTR_CHAR_COLOR, pMod); SvxColorToolBoxControl ::RegisterControl(SID_BACKGROUND_COLOR, pMod); SvxFrameToolBoxControl ::RegisterControl(SID_ATTR_BORDER, pMod); Index: source/ui/src/toolbox.src =================================================================== RCS file: /cvs/sc/sc/source/ui/src/toolbox.src,v --- source/ui/src/toolbox.src 17 Jul 2003 12:59:23 -0000 1.57 +++ source/ui/src/toolbox.src 16 Dec 2003 14:57:23 -0000 @@ -438,6 +438,14 @@ //-------------------------------------------------------------------- ToolBoxItem { + Identifier = SID_ATTR_CHAR_LANGUAGE ; + HelpID = SID_ATTR_CHAR_LANGUAGE ; + }; + //-------------------------------------------------------------------- + ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; + //-------------------------------------------------------------------- + ToolBoxItem + { Identifier = SID_ATTR_CHAR_WEIGHT ; HelpID = SID_ATTR_CHAR_WEIGHT ; };