xref: /aoo41x/main/svx/source/tbxctrls/tbcontrl.src (revision 023ceadb)
109a1d057SAndrew Rist/**************************************************************
2*18c6ca59SMatthias Seidel *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
809a1d057SAndrew Rist * "License"); you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*18c6ca59SMatthias Seidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*18c6ca59SMatthias Seidel *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
19*18c6ca59SMatthias Seidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2209a1d057SAndrew Rist
23*18c6ca59SMatthias Seidel
24*18c6ca59SMatthias Seidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <svx/dialogs.hrc>
26cdf0e10cSrcweir#include <helpid.hrc>
27*18c6ca59SMatthias Seidel// pragma ----------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir/*
30*18c6ca59SMatthias Seidel * Bitmaps for SvxFrameWindow
31cdf0e10cSrcweir */
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define MASKCOLOR	MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
34cdf0e10cSrcweir
35cdf0e10cSrcweirImage RID_SVX_RELOAD_NORMAL
36cdf0e10cSrcweir{
37*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "reload.png" ; };
38cdf0e10cSrcweir};
39cdf0e10cSrcweirImage RID_SVX_RELOAD_SPECIAL
40cdf0e10cSrcweir{
41*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "reloads.png" ; };
42cdf0e10cSrcweir};
43cdf0e10cSrcweirImageList RID_SVXIL_FRAME
44cdf0e10cSrcweir{
45*18c6ca59SMatthias Seidel	Prefix = "fr";
46cdf0e10cSrcweir	IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
47cdf0e10cSrcweir	IdCount = { 12 ; };
48cdf0e10cSrcweir	MASKCOLOR
49cdf0e10cSrcweir};
50cdf0e10cSrcweirImageList RID_SVXIL_FRAME_HC
51cdf0e10cSrcweir{
52*18c6ca59SMatthias Seidel	Prefix = "frh";
53cdf0e10cSrcweir	IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
54cdf0e10cSrcweir	IdCount = { 12 ; };
55cdf0e10cSrcweir	MASKCOLOR
56cdf0e10cSrcweir};
57cdf0e10cSrcweirString RID_SVXSTR_TRANSPARENT
58cdf0e10cSrcweir{
59cdf0e10cSrcweir	Text [ en-US ] = "No Fill" ;
60cdf0e10cSrcweir};
61cdf0e10cSrcweirString RID_SVXSTR_FILLPATTERN
62cdf0e10cSrcweir{
63cdf0e10cSrcweir	Text [ en-US ] = "Pattern" ;
64cdf0e10cSrcweir};
65cdf0e10cSrcweirString RID_SVXSTR_FRAME
66cdf0e10cSrcweir{
67cdf0e10cSrcweir	Text [ en-US ] = "Borders" ;
68cdf0e10cSrcweir};
69cdf0e10cSrcweirString RID_SVXSTR_FRAME_STYLE
70cdf0e10cSrcweir{
71cdf0e10cSrcweir	Text [ en-US ] = "Border Style" ;
72cdf0e10cSrcweir};
73cdf0e10cSrcweirString RID_SVXSTR_FRAME_COLOR
74cdf0e10cSrcweir{
75cdf0e10cSrcweir	Text [ en-US ] = "Border Color" ;
76cdf0e10cSrcweir};
77cdf0e10cSrcweirComboBox RID_SVXTBX_STYLE
78cdf0e10cSrcweir{
79cdf0e10cSrcweir	HelpId = HID_STYLE_LISTBOX ;
80*18c6ca59SMatthias Seidel	Size = MAP_APPFONT ( 67, 86 ) ;
81cdf0e10cSrcweir	DropDown = TRUE ;
82cdf0e10cSrcweir	Sort = TRUE ;
83cdf0e10cSrcweir	AutoHScroll = TRUE ;
84cdf0e10cSrcweir	DDExtraWidth = TRUE ;
85cdf0e10cSrcweir	Border = TRUE ;
86cdf0e10cSrcweir	Hide = TRUE ;
87cdf0e10cSrcweir};
88cdf0e10cSrcweirString RID_SVXSTR_EXTRAS_CHARBACKGROUND
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text [ en-US ] = "Highlighting" ;
91cdf0e10cSrcweir};
92cdf0e10cSrcweirString RID_SVXSTR_BACKGROUND
93cdf0e10cSrcweir{
94*18c6ca59SMatthias Seidel	Text [ en-US ] = "Background" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirString RID_SVXSTR_AUTOMATIC
97cdf0e10cSrcweir{
98*18c6ca59SMatthias Seidel	Text [ en-US ] = "Automatic" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirString RID_SVXSTR_PAGES
101cdf0e10cSrcweir{
102*18c6ca59SMatthias Seidel	Text [ en-US ] = "Pages" ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweirImage RID_SVXIMG_GRAF_RED
105cdf0e10cSrcweir{
106*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10865.png" ; };
107cdf0e10cSrcweir};
108cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GREEN
109cdf0e10cSrcweir{
110*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10866.png" ; };
111cdf0e10cSrcweir};
112cdf0e10cSrcweirImage RID_SVXIMG_GRAF_BLUE
113cdf0e10cSrcweir{
114*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10867.png" ; };
115cdf0e10cSrcweir};
116cdf0e10cSrcweirImage RID_SVXIMG_GRAF_LUMINANCE
117cdf0e10cSrcweir{
118*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10863.png" ; };
119cdf0e10cSrcweir};
120cdf0e10cSrcweirImage RID_SVXIMG_GRAF_CONTRAST
121cdf0e10cSrcweir{
122*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10864.png" ; };
123cdf0e10cSrcweir};
124cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GAMMA
125cdf0e10cSrcweir{
126*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10868.png" ; };
127cdf0e10cSrcweir};
128cdf0e10cSrcweirImage RID_SVXIMG_GRAF_TRANSPARENCE
129cdf0e10cSrcweir{
130*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sc10869.png" ; };
131cdf0e10cSrcweir};
132cdf0e10cSrcweirImage RID_SVXIMG_GRAF_RED_H
133cdf0e10cSrcweir{
134*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10865.png" ; };
135cdf0e10cSrcweir};
136cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GREEN_H
137cdf0e10cSrcweir{
138*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10866.png" ; };
139cdf0e10cSrcweir};
140cdf0e10cSrcweirImage RID_SVXIMG_GRAF_BLUE_H
141cdf0e10cSrcweir{
142*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10867.png" ; };
143cdf0e10cSrcweir};
144cdf0e10cSrcweirImage RID_SVXIMG_GRAF_LUMINANCE_H
145cdf0e10cSrcweir{
146*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10863.png" ; };
147cdf0e10cSrcweir};
148cdf0e10cSrcweirImage RID_SVXIMG_GRAF_CONTRAST_H
149cdf0e10cSrcweir{
150*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10864.png" ; };
151cdf0e10cSrcweir};
152cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GAMMA_H
153cdf0e10cSrcweir{
154*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10868.png" ; };
155cdf0e10cSrcweir};
156cdf0e10cSrcweirImage RID_SVXIMG_GRAF_TRANSPARENCE_H
157cdf0e10cSrcweir{
158*18c6ca59SMatthias Seidel	ImageBitmap = Bitmap { File = "sch10869.png" ; };
159cdf0e10cSrcweir};
160cdf0e10cSrcweirString RID_SVXSTR_CLEARFORM
161cdf0e10cSrcweir{
162*18c6ca59SMatthias Seidel	Text [ en-US ] = "Clear formatting" ;
163cdf0e10cSrcweir};
164cdf0e10cSrcweirString RID_SVXSTR_MORE
165cdf0e10cSrcweir{
166*18c6ca59SMatthias Seidel	Text [ en-US ] = "More..." ;
167cdf0e10cSrcweir};
168cdf0e10cSrcweir
169cdf0e10cSrcweirString RID_SVXSTR_TEXTCOLOR
170cdf0e10cSrcweir{
171*18c6ca59SMatthias Seidel	Text [ en-US ] = "Font color" ;
172cdf0e10cSrcweir};
173cdf0e10cSrcweir
174*18c6ca59SMatthias Seidel// ********************************************************************** EOF
175