View | Details | Raw Unified | Return to issue 23518
Collapse All | Expand All

(-)sdi/drtxtob.sdi (+1 lines)
Lines 101-106 Link Here
101
	SID_DRAWTEXT_ATTR_DLG		[ ExecMethod = ExecuteAttr; StateMethod = GetState; Export = FALSE; ]
101
	SID_DRAWTEXT_ATTR_DLG		[ ExecMethod = ExecuteAttr; StateMethod = GetState; Export = FALSE; ]
102
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
102
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
103
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
103
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
104
	SID_ATTR_CHAR_LANGUAGE	        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
104
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
105
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
105
	SID_ATTR_CHAR_WEIGHT		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
106
	SID_ATTR_CHAR_WEIGHT		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
106
	SID_ATTR_CHAR_POSTURE		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
107
	SID_ATTR_CHAR_POSTURE		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
(-)sdi/editsh.sdi (+1 lines)
Lines 88-93 Link Here
88
	 // ---- Attribute:
88
	 // ---- Attribute:
89
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
89
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
90
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
90
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
91
	SID_ATTR_CHAR_LANGUAGE   	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
91
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
92
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
92
93
93
	 // ---- Attribut - Toggles:
94
	 // ---- Attribut - Toggles:
(-)sdi/formatsh.sdi (+1 lines)
Lines 67-72 Link Here
67
{
67
{
68
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
68
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
69
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
69
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
70
	SID_ATTR_CHAR_LANGUAGE	 	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
70
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
71
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
71
	SID_ATTR_CHAR_WEIGHT	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
72
	SID_ATTR_CHAR_WEIGHT	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
72
	SID_ATTR_CHAR_POSTURE	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
73
	SID_ATTR_CHAR_POSTURE	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
(-)source/ui/app/scdll.cxx (+1 lines)
Lines 272-277 Link Here
272
	SvxStyleToolBoxControl			::RegisterControl(SID_STYLE_APPLY,			pMod);
272
	SvxStyleToolBoxControl			::RegisterControl(SID_STYLE_APPLY,			pMod);
273
	SvxFontNameToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONT,		pMod);
273
	SvxFontNameToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONT,		pMod);
274
	SvxFontHeightToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT,	pMod);
274
	SvxFontHeightToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT,	pMod);
275
	SvxLanguageToolBoxControl		::RegisterControl(SID_ATTR_CHAR_LANGUAGE,	pMod);
275
	SvxFontColorToolBoxControl		::RegisterControl(SID_ATTR_CHAR_COLOR,		pMod);
276
	SvxFontColorToolBoxControl		::RegisterControl(SID_ATTR_CHAR_COLOR,		pMod);
276
	SvxColorToolBoxControl			::RegisterControl(SID_BACKGROUND_COLOR,		pMod);
277
	SvxColorToolBoxControl			::RegisterControl(SID_BACKGROUND_COLOR,		pMod);
277
	SvxFrameToolBoxControl			::RegisterControl(SID_ATTR_BORDER,			pMod);
278
	SvxFrameToolBoxControl			::RegisterControl(SID_ATTR_BORDER,			pMod);
(-)source/ui/src/toolbox.src (+24 lines)
Lines 430-435 Link Here
430
		 //--------------------------------------------------------------------
430
		 //--------------------------------------------------------------------
431
		ToolBoxItem
431
		ToolBoxItem
432
		{
432
		{
433
			Identifier = SID_ATTR_CHAR_LANGUAGE ;
434
			HelpID = SID_ATTR_CHAR_LANGUAGE ;
435
		};
436
		 //--------------------------------------------------------------------
437
		ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
438
		 //--------------------------------------------------------------------
439
		ToolBoxItem
440
		{
433
			Identifier = SID_ATTR_CHAR_WEIGHT ;
441
			Identifier = SID_ATTR_CHAR_WEIGHT ;
434
			HelpID = SID_ATTR_CHAR_WEIGHT ;
442
			HelpID = SID_ATTR_CHAR_WEIGHT ;
435
		};
443
		};
Lines 678-683 Link Here
678
		 //--------------------------------------------------------------------
686
		 //--------------------------------------------------------------------
679
		ToolBoxItem
687
		ToolBoxItem
680
		{
688
		{
689
			Identifier = SID_ATTR_CHAR_LANGUAGE ;
690
			HelpID = SID_ATTR_CHAR_LANGUAGE ;
691
		};
692
		 //--------------------------------------------------------------------
693
		ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
694
		 //--------------------------------------------------------------------
695
		ToolBoxItem
696
		{
681
			Identifier = SID_ATTR_CHAR_WEIGHT ;
697
			Identifier = SID_ATTR_CHAR_WEIGHT ;
682
			HelpID = SID_ATTR_CHAR_WEIGHT ;
698
			HelpID = SID_ATTR_CHAR_WEIGHT ;
683
		};
699
		};
Lines 920-925 Link Here
920
		{
936
		{
921
			Identifier = SID_ATTR_CHAR_FONTHEIGHT ;
937
			Identifier = SID_ATTR_CHAR_FONTHEIGHT ;
922
			HelpID = SID_ATTR_CHAR_FONTHEIGHT ;
938
			HelpID = SID_ATTR_CHAR_FONTHEIGHT ;
939
		};
940
		 //--------------------------------------------------------------------
941
		ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
942
		 //--------------------------------------------------------------------
943
		ToolBoxItem
944
		{
945
			Identifier = SID_ATTR_CHAR_LANGUAGE ;
946
			HelpID = SID_ATTR_CHAR_LANGUAGE ;
923
		};
947
		};
924
		 //--------------------------------------------------------------------
948
		 //--------------------------------------------------------------------
925
		ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
949
		ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };

Return to issue 23518