macropg.src (b4b8d4b6) macropg.src (5f0cc65f)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
23// include ---------------------------------------------------------------
24#include <sfx2/sfx.hrc>
25#include "macropg.hrc"
26#include <cuires.hrc>
27#include "helpid.hrc"
28#include <svx/dialogs.hrc>
29
30TabPage RID_SVXPAGE_MACROASSIGN

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

41 };
42 String STR_ASSMACRO
43 {
44 Text [ en-US ] = "Assigned Action" ;
45 };
46 Control LB_EVENT
47 {
48 Border = TRUE ;
24// include ---------------------------------------------------------------
25#include <sfx2/sfx.hrc>
26#include "macropg.hrc"
27#include <cuires.hrc>
28#include "helpid.hrc"
29#include <svx/dialogs.hrc>
30
31TabPage RID_SVXPAGE_MACROASSIGN

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

42 };
43 String STR_ASSMACRO
44 {
45 Text [ en-US ] = "Assigned Action" ;
46 };
47 Control LB_EVENT
48 {
49 Border = TRUE ;
49 TabStop = TRUE;
50 TabStop = TRUE ;
50 Pos = MAP_APPFONT ( COL0, ROW0 ) ;
51 Size = MAP_APPFONT ( WIDTH1_2, HEIGHT0 ) ;
52 HelpID = HID_SVX_MACRO_LB_EVENT ;
53 };
54 FixedText FT_ASSIGN
55 {
56 Pos = MAP_APPFONT ( COL4, ROW0 ) ;
57 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;

--- 423 unchanged lines hidden ---
51 Pos = MAP_APPFONT ( COL0, ROW0 ) ;
52 Size = MAP_APPFONT ( WIDTH1_2, HEIGHT0 ) ;
53 HelpID = HID_SVX_MACRO_LB_EVENT ;
54 };
55 FixedText FT_ASSIGN
56 {
57 Pos = MAP_APPFONT ( COL4, ROW0 ) ;
58 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;

--- 423 unchanged lines hidden ---