xref: /aoo4110/main/svx/source/tbxctrls/lboxctrl.src (revision b1cdbd2c)
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
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <svx/dialogs.hrc>
25#include <helpid.hrc>
26#include "lboxctrl.hrc"
27
28FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL
29{
30	Pos = MAP_APPFONT ( 0 , 0 ) ;
31	Size = MAP_APPFONT ( 150 , 74 ) ;
32	HelpID = HID_SVXTBX_UNDO_REDO_CTRL ;
33	SysWin = TRUE;
34	Border = TRUE ;
35	Hide = TRUE ;
36	SVLook = TRUE ;
37	OutputSize = TRUE ;
38
39	ListBox LB_SVXTBX_UNDO_REDO_CTRL
40	{
41	    HelpID = "svx:ListBox:RID_SVXTBX_UNDO_REDO_CTRL:LB_SVXTBX_UNDO_REDO_CTRL";
42		Pos = MAP_APPFONT ( 0 , 0 ) ;
43		Size = MAP_APPFONT ( 150 , 60 ) ;
44		Border = TRUE ;
45		DropDown = FALSE ;
46		OutputSize = TRUE ;
47	};
48	FixedText FT_NUM_OPERATIONS
49	{
50		Pos = MAP_APPFONT ( 6 , 64 ) ;
51		Size = MAP_APPFONT ( 138 , 10 ) ;
52	};
53};
54
55String RID_SVXSTR_NUM_UNDO_ACTIONS
56{
57	Text[ en-US ] = "Actions to undo: $(ARG1)";
58};
59
60String RID_SVXSTR_NUM_UNDO_ACTION
61{
62    Text[ en-US ] = "Actions to undo: $(ARG1)" ;
63};
64
65String RID_SVXSTR_NUM_REDO_ACTIONS
66{
67	Text[ en-US ] = "Actions to redo: $(ARG1)";
68};
69
70String RID_SVXSTR_NUM_REDO_ACTION
71{
72	Text[ en-US ] = "Actions to redo: $(ARG1)";
73};
74