diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
commit | 2e626373db2412ac22e8c5c27a60d11cd29e875b (patch) | |
tree | 9e9f67205cd5b72f1031721273e1534a3a1e5b0f /cui/source/options/fontsubs.src | |
parent | f7ee7bbd5174b084f018c2ec94d8c70c98ee04da (diff) |
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'cui/source/options/fontsubs.src')
-rw-r--r-- | cui/source/options/fontsubs.src | 198 |
1 files changed, 0 insertions, 198 deletions
diff --git a/cui/source/options/fontsubs.src b/cui/source/options/fontsubs.src deleted file mode 100644 index 8d9a537fc..000000000 --- a/cui/source/options/fontsubs.src +++ /dev/null @@ -1,198 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - - // include ------------------------------------------------------------------ - -#include "fontsubs.hrc" -#include "helpid.hrc" - - // pragma ------------------------------------------------------------------- - - - - -/**************************************************************************/ - -TabPage RID_SVX_FONT_SUBSTITUTION -{ - HelpID = HID_OFA_FONT_SUBSTITUTION ; - SVLook = TRUE ; - Hide = TRUE ; - Size = MAP_APPFONT ( 260 , 185 ) ; - CheckBox CB_USETABLE - { - HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE"; - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 248 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "~Apply replacement table"; - }; - FixedText FT_FONT1 - { - Pos = MAP_APPFONT ( 6 , 20 ) ; - Size = MAP_APPFONT ( 100 , 8 ) ; - Left = TRUE ; - Text [ en-US ] = "~Font"; - }; - ComboBox CB_FONT1 - { - HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1"; - Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 33 ) ; - Size = MAP_APPFONT ( 100 , 100 ) ; - TabStop = TRUE ; - AutoSize = TRUE ; - AutoHScroll = TRUE ; - DDExtraWidth = TRUE ; - DropDown = TRUE; - Sort = TRUE; - }; - FixedText FT_FONT2 - { - Pos = MAP_APPFONT ( 110 , 20 ) ; - Size = MAP_APPFONT ( 100 , 8 ) ; - Left = TRUE ; - Text [ en-US ] = "Re~place with"; - }; - ComboBox CB_FONT2 - { - HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2"; - Border = TRUE ; - Pos = MAP_APPFONT ( 110 , 33 ) ; - Size = MAP_APPFONT ( 100 , 100 ) ; - TabStop = TRUE ; - AutoSize = TRUE ; - AutoHScroll = TRUE ; - DDExtraWidth = TRUE ; - DropDown = TRUE; - Sort = TRUE; - }; - ImageList IL_ICON - { - Prefix = "nu"; - MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; - IdList = - { - BT_SUBSTAPPLY ; - BT_SUBSTDELETE ; - }; - IdCount = { 2 ; }; - }; - ToolBox TBX_SUBSTNEWDEL - { - Pos = MAP_APPFONT ( 214 , 33 ) ; - SVLook = TRUE ; - Border = FALSE ; - ItemList = - { - ToolBoxItem - { - Identifier = BT_SUBSTAPPLY ; - HelpID = HID_OFA_SUBST_APPLY ; - Text [ en-US ] = "Apply" ; - }; - ToolBoxItem - { - Identifier = BT_SUBSTDELETE ; - HelpID = HID_OFA_SUBST_DELETE ; - Text [ en-US ] = "Delete" ; - }; - }; - }; - Control CLB_SUBSTITUTES - { - Pos = MAP_APPFONT ( 6 , 48 ) ; - Size = MAP_APPFONT ( 248 , 75 ) ; - Border = TRUE ; - TabStop = TRUE ; - }; - FixedLine FL_SOURCEVIEW - { - Pos = MAP_APPFONT ( 6 , 129 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ; - }; - FixedText FT_FONTNAME - { - Pos = MAP_APPFONT ( 6 , 142 ) ; - Size = MAP_APPFONT ( 57 , 8 ) ; - Text [ en-US ] = "Fonts" ; - }; - ListBox LB_FONTNAME - { - HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME"; - Pos = MAP_APPFONT ( 65 , 140 ) ; - Size = MAP_APPFONT ( 100 , 68 ) ; - Border = TRUE ; - TabStop = TRUE ; - DropDown = TRUE; - }; - CheckBox CB_NONPROP - { - HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP"; - Pos = MAP_APPFONT ( 65 , 155 ) ; - Size = MAP_APPFONT ( 180 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "Non-proportional fonts only" ; - }; - FixedText FT_FONTHEIGHT - { - Pos = MAP_APPFONT ( 6 , 171 ) ; - Size = MAP_APPFONT ( 57 , 8 ) ; - Text [ en-US ] ="~Size"; - }; - ListBox LB_FONTHEIGHT - { - HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT"; - Pos = MAP_APPFONT ( 65 , 169 ) ; - Size = MAP_APPFONT ( 30 , 68 ) ; - Border = TRUE ; - TabStop = TRUE ; - DropDown = TRUE; - }; - String STR_HEADER1 - { - Text [ en-US ] = "Always"; - }; - String STR_HEADER2 - { - Text [ en-US ] = "Screen only"; - }; - String STR_HEADER3 - { - Text [ en-US ] = "Font"; - }; - String STR_HEADER4 - { - Text [ en-US ] = "Replace with"; - }; - String STR_AUTOMATIC - { - Text [ en-US ] = "Automatic"; - }; -}; - |