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

(-)idl/drtxtob.idl (+4 lines)
Lines 119-124 Link Here
119
	 //  [ ] Fertig
119
	 //  [ ] Fertig
120
	 //  [ ] Makro getestet
120
	 //  [ ] Makro getestet
121
	 //  [ ] Recording getestet
121
	 //  [ ] Recording getestet
122
	SID_ATTR_CHAR_LANGUAGE	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
123
	 //  [ ] Fertig
124
	 //  [ ] Makro getestet
125
	 //  [ ] Recording getestet
122
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
126
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
123
	 //  [ ] Fertig
127
	 //  [ ] Fertig
124
	 //  [ ] Makro getestet
128
	 //  [ ] Makro getestet
(-)idl/editsh.idl (+4 lines)
Lines 117-122 Link Here
117
	 //  [ ] Fertig
117
	 //  [ ] Fertig
118
	 //  [ ] Makro getestet
118
	 //  [ ] Makro getestet
119
	 //  [ ] Recording getestet
119
	 //  [ ] Recording getestet
120
	SID_ATTR_CHAR_LANGUAGE	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
121
	 //  [ ] Fertig
122
	 //  [ ] Makro getestet
123
	 //  [ ] Recording getestet
120
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
124
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
121
	 //  [ ] Fertig
125
	 //  [ ] Fertig
122
	 //  [ ] Makro getestet
126
	 //  [ ] Makro getestet
(-)idl/tabvwsh.idl (+1 lines)
Lines 75-80 Link Here
75
{
75
{
76
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Rec)
76
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Rec)
77
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec)
77
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec)
78
	SID_ATTR_CHAR_LANGUAGE	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec)
78
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec)
79
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] // ole() api(Final/Play/Rec)
79
	SID_ATTR_CHAR_WEIGHT	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] // ole() api(Final/Play/Rec)
80
	SID_ATTR_CHAR_WEIGHT	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] // ole() api(Final/Play/Rec)
80
	SID_ATTR_CHAR_POSTURE	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] // ole() api(Final/Play/Rec)
81
	SID_ATTR_CHAR_POSTURE	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ] // ole() api(Final/Play/Rec)
(-)sdi/drtxtob.sdi (+1 lines)
Lines 41-46 Link Here
41
	SID_DRAWTEXT_ATTR_DLG		[ ExecMethod = ExecuteAttr; StateMethod = GetState; Export = FALSE; ]
41
	SID_DRAWTEXT_ATTR_DLG		[ ExecMethod = ExecuteAttr; StateMethod = GetState; Export = FALSE; ]
42
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
42
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
43
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
43
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
44
	SID_ATTR_CHAR_LANGUAGE	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
44
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
45
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
45
	SID_ATTR_CHAR_WEIGHT		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
46
	SID_ATTR_CHAR_WEIGHT		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
46
	SID_ATTR_CHAR_POSTURE		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
47
	SID_ATTR_CHAR_POSTURE		[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
(-)sdi/editsh.sdi (+1 lines)
Lines 28-33 Link Here
28
	 // ---- Attribute:
28
	 // ---- Attribute:
29
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
29
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
30
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
30
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
31
	SID_ATTR_CHAR_LANGUAGE	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
31
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
32
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
32
33
33
	 // ---- Attribut - Toggles:
34
	 // ---- Attribut - Toggles:
(-)sdi/formatsh.sdi (+1 lines)
Lines 15-20 Link Here
15
{
15
{
16
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
16
	SID_ATTR_CHAR_FONT			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
17
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
17
	SID_ATTR_CHAR_FONTHEIGHT	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
18
	SID_ATTR_CHAR_LANGUAGE	[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
18
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
19
	SID_ATTR_CHAR_COLOR			[ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
19
	SID_ATTR_CHAR_WEIGHT	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
20
	SID_ATTR_CHAR_WEIGHT	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
20
	SID_ATTR_CHAR_POSTURE	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
21
	SID_ATTR_CHAR_POSTURE	[ ExecMethod = ExecuteTextAttr; StateMethod = GetTextAttrState; ]
(-)source/ui/app/scdll.cxx (+1 lines)
Lines 213-218 Link Here
213
	SvxStyleToolBoxControl			::RegisterControl(SID_STYLE_APPLY,			pMod);
213
	SvxStyleToolBoxControl			::RegisterControl(SID_STYLE_APPLY,			pMod);
214
	SvxFontNameToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONT,		pMod);
214
	SvxFontNameToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONT,		pMod);
215
	SvxFontHeightToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT,	pMod);
215
	SvxFontHeightToolBoxControl		::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT,	pMod);
216
	SvxLanguageToolBoxControl		::RegisterControl(SID_ATTR_CHAR_LANGUAGE,	pMod);
216
	SvxFontColorToolBoxControl		::RegisterControl(SID_ATTR_CHAR_COLOR,		pMod);
217
	SvxFontColorToolBoxControl		::RegisterControl(SID_ATTR_CHAR_COLOR,		pMod);
217
	SvxColorToolBoxControl			::RegisterControl(SID_BACKGROUND_COLOR,		pMod);
218
	SvxColorToolBoxControl			::RegisterControl(SID_BACKGROUND_COLOR,		pMod);
218
	SvxFrameToolBoxControl			::RegisterControl(SID_ATTR_BORDER,			pMod);
219
	SvxFrameToolBoxControl			::RegisterControl(SID_ATTR_BORDER,			pMod);
(-)source/ui/src/toolbox.src (+8 lines)
Lines 438-443 Link Here
438
		 //--------------------------------------------------------------------
438
		 //--------------------------------------------------------------------
439
		ToolBoxItem
439
		ToolBoxItem
440
		{
440
		{
441
			Identifier = SID_ATTR_CHAR_LANGUAGE ;
442
			HelpID = SID_ATTR_CHAR_LANGUAGE ;
443
		};
444
		 //--------------------------------------------------------------------
445
		ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
446
		 //--------------------------------------------------------------------
447
		ToolBoxItem
448
		{
441
			Identifier = SID_ATTR_CHAR_WEIGHT ;
449
			Identifier = SID_ATTR_CHAR_WEIGHT ;
442
			HelpID = SID_ATTR_CHAR_WEIGHT ;
450
			HelpID = SID_ATTR_CHAR_WEIGHT ;
443
		};
451
		};

Return to issue 23518