TextPropertyPanel.src (bc7f1831) TextPropertyPanel.src (ae13266d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 139 unchanged lines hidden (view full) ---

148
149 ToolBox TB_FONTCOLOR
150 {
151 HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONT_COLOR;
152 SVLook = TRUE ;
153 Pos = MAP_APPFONT (X3, THIRD_LINE_Y) ;
154 Size = MAP_APPFONT (TOOLBOX_ITEM_DD_WIDTH ,TOOLBOX_ITEM_HEIGHT ) ;
155 TabStop = TRUE ;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 139 unchanged lines hidden (view full) ---

148
149 ToolBox TB_FONTCOLOR
150 {
151 HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONT_COLOR;
152 SVLook = TRUE ;
153 Pos = MAP_APPFONT (X3, THIRD_LINE_Y) ;
154 Size = MAP_APPFONT (TOOLBOX_ITEM_DD_WIDTH ,TOOLBOX_ITEM_HEIGHT ) ;
155 TabStop = TRUE ;
156 Text = "Font Color" ;
157 ItemList =
158 {
159 ToolBoxItem
160 {
161 Identifier = TBI_FONTCOLOR ;
162 HelpID = HID_PPROPERTYPANEL_TEXT_TBI_FONT_COLOR;
163 DropDown = TRUE ;
164 Command = ".uno:Color";
165 };
166 };
167 };
156 ItemList =
157 {
158 ToolBoxItem
159 {
160 Identifier = TBI_FONTCOLOR ;
161 HelpID = HID_PPROPERTYPANEL_TEXT_TBI_FONT_COLOR;
162 DropDown = TRUE ;
163 Command = ".uno:Color";
164 };
165 };
166 };
167 ToolBox TB_FONTCOLOR_SW
168 {
169 HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONT_COLOR;
170 SVLook = TRUE ;
171 Pos = MAP_APPFONT (X3, THIRD_LINE_Y) ;
172 Size = MAP_APPFONT (TOOLBOX_ITEM_DD_WIDTH ,TOOLBOX_ITEM_HEIGHT ) ;
173 TabStop = TRUE ;
174 ItemList =
175 {
176 ToolBoxItem
177 {
178 Identifier = TBI_FONTCOLOR ;
179 HelpID = HID_PPROPERTYPANEL_TEXT_TBI_FONT_COLOR;
180 DropDown = TRUE ;
181 Command = ".uno:FontColor";
182 };
183 };
184 };
168
169 ToolBox TB_HIGHLIGHT
170 {
171 SVLook = TRUE ;
172 Pos = MAP_APPFONT (X2, THIRD_LINE_Y) ;
173 Size = MAP_APPFONT (TOOLBOX_ITEM_DD_WIDTH ,TOOLBOX_ITEM_HEIGHT ) ;
174 TabStop = TRUE ;
175 HelpID = HID_PPROPERTYPANEL_TEXT_TBX_HIGHLIGHT_COLOR;
176 Text = "Highlight Color" ;
177 ItemList =
178 {
179 ToolBoxItem
180 {
181 Identifier = TBI_HIGHLIGHT ;
182 HelpID = HID_PPROPERTYPANEL_TEXT_TBI_HIGHLIGHT_COLOR;
183 DropDown = TRUE ;
185
186 ToolBox TB_HIGHLIGHT
187 {
188 SVLook = TRUE ;
189 Pos = MAP_APPFONT (X2, THIRD_LINE_Y) ;
190 Size = MAP_APPFONT (TOOLBOX_ITEM_DD_WIDTH ,TOOLBOX_ITEM_HEIGHT ) ;
191 TabStop = TRUE ;
192 HelpID = HID_PPROPERTYPANEL_TEXT_TBX_HIGHLIGHT_COLOR;
193 Text = "Highlight Color" ;
194 ItemList =
195 {
196 ToolBoxItem
197 {
198 Identifier = TBI_HIGHLIGHT ;
199 HelpID = HID_PPROPERTYPANEL_TEXT_TBI_HIGHLIGHT_COLOR;
200 DropDown = TRUE ;
184 Command = ".uno:CharacterBackgroundPattern";
201 Command = ".uno:BackColor";
185 };
186 };
187 };
188
189 ToolBox TB_SCRIPT_SW
190 {
191 SVLook = TRUE ;
192 Pos = MAP_APPFONT (X0 + 1 , THIRD_LINE_Y) ;

--- 469 unchanged lines hidden ---
202 };
203 };
204 };
205
206 ToolBox TB_SCRIPT_SW
207 {
208 SVLook = TRUE ;
209 Pos = MAP_APPFONT (X0 + 1 , THIRD_LINE_Y) ;

--- 469 unchanged lines hidden ---