? unxlngppc.pro ? source/ui/drawfunc/drtxtob.cxx.huh Index: sdi/drtxtob.sdi =================================================================== RCS file: /cvs/sc/sc/sdi/drtxtob.sdi,v retrieving revision 1.10 diff -u -r1.10 drtxtob.sdi --- sdi/drtxtob.sdi 20 Oct 2003 15:33:58 -0000 1.10 +++ sdi/drtxtob.sdi 16 Dec 2003 19:21:56 -0000 @@ -101,6 +101,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 retrieving revision 1.7 diff -u -r1.7 editsh.sdi --- sdi/editsh.sdi 20 Oct 2003 15:34:09 -0000 1.7 +++ sdi/editsh.sdi 16 Dec 2003 19:21:56 -0000 @@ -88,6 +88,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 retrieving revision 1.7 diff -u -r1.7 formatsh.sdi --- sdi/formatsh.sdi 20 Oct 2003 15:34:19 -0000 1.7 +++ sdi/formatsh.sdi 16 Dec 2003 19:21:57 -0000 @@ -67,6 +67,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 retrieving revision 1.15 diff -u -r1.15 scdll.cxx --- source/ui/app/scdll.cxx 19 Sep 2003 08:22:35 -0000 1.15 +++ source/ui/app/scdll.cxx 16 Dec 2003 19:21:58 -0000 @@ -272,6 +272,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 retrieving revision 1.58 diff -u -r1.58 toolbox.src --- source/ui/src/toolbox.src 20 Oct 2003 15:38:25 -0000 1.58 +++ source/ui/src/toolbox.src 16 Dec 2003 19:22:00 -0000 @@ -430,6 +430,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 ; }; @@ -678,6 +686,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 ; }; @@ -920,6 +936,14 @@ { Identifier = SID_ATTR_CHAR_FONTHEIGHT ; HelpID = SID_ATTR_CHAR_FONTHEIGHT ; + }; + //-------------------------------------------------------------------- + ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; + //-------------------------------------------------------------------- + ToolBoxItem + { + Identifier = SID_ATTR_CHAR_LANGUAGE ; + HelpID = SID_ATTR_CHAR_LANGUAGE ; }; //-------------------------------------------------------------------- ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };