1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include "CondFormat.hrc"
20 #include "RptResId.hrc"
21 #include "helpids.hrc"
22 #include <svx/globlmn.hrc>
23 #include "rptui_slotid.hrc"
24 #include "rptui_slotid.hrc"
26 String STR_NUMBERED_CONDITION
28 Text [ en-US ] = "Condition $number$";
31 String STR_COLOR_WHITE
33 Text [ en-US ] = "White" ;
37 Text [ en-US ] = "Font color" ;
39 String STR_CHARBACKGROUND
41 Text [ en-US ] = "Background";
43 String STR_TRANSPARENT
45 Text [ en-US ] = "No Fill" ;
48 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
58 ToolBox RID_TB_SORTING
60 Pos = MAP_APPFONT ( 0,0 ) ;
61 ButtonType = BUTTON_SYMBOL;
68 Identifier = SID_FM_SORTUP;
69 Text [ en-US ] = "Sort Ascending" ;
74 Identifier = SID_FM_SORTDOWN;
75 Text [ en-US ] = "Sort Descending" ;
80 Identifier = SID_FM_REMOVE_FILTER_SORT;
81 Text [ en-US ] = "Remove sorting" ;
85 Type = TOOLBOXITEM_SEPARATOR;
89 Identifier = SID_ADD_CONTROL_PAIR;
90 Text [ en-US ] = "Insert" ;
95 ImageList IMG_ADDFIELD_DLG_SC
100 < "cmd/sc_sortup.png" ; SID_FM_SORTUP ; > ;
101 < "cmd/sc_sortdown.png" ; SID_FM_SORTDOWN ; > ;
102 < "cmd/sc_removefiltersort.png" ; SID_FM_REMOVE_FILTER_SORT ; > ;
106 ImageList IMG_ADDFIELD_DLG_LC
111 < "cmd/lc_sortup.png" ; SID_FM_SORTUP ; > ;
112 < "cmd/lc_sortdown.png" ; SID_FM_SORTDOWN ; > ;
113 < "cmd/lc_removefiltersort.png" ; SID_FM_REMOVE_FILTER_SORT ; > ;
117 FixedLine ADDFIELD_FL_HELP_SEPARATOR
120 Pos = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
121 Size = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
122 Text [ en-US ] = "Help";
125 FixedText ADDFIELD_HELP_FIELD
128 Pos = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
129 Size = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
131 Text [ en-US ] = "Highlight the fields to insert into the selected section of the template, then click Insert or press Enter.";
134 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */