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 .
20 #include "macroass.hrc"
23 #include <svx/dialogs.hrc>
25 TabPage RID_SVXPAGE_EVENTASSIGN
27 HelpID = "cui:TabPage:RID_SVXPAGE_EVENTASSIGN";
30 DialogControl = TRUE ;
31 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32 Text [ en-US ] = "Assign Macro" ;
35 Text [ en-US ] = "Event" ;
39 Text [ en-US ] = "Assigned macro";
44 Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
45 Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
47 DialogControl = TRUE ;
51 HelpID = HID_MACRO_LB_EVENT ;
55 Pos = MAP_APPFONT ( COL0 , ROW7A ) ;
56 Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
62 Pos = MAP_APPFONT ( COL0 , ROW8 ) ;
63 Size = MAP_APPFONT ( WIDTH1 , HEIGHT8 ) ;
66 HelpId = HID_MACRO_GROUP ;
68 FixedText FT_LABEL4LB_MACROS
70 Pos = MAP_APPFONT ( COL2 , ROW7 ) ;
71 Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT + HEIGHT_EXTRA7 ) ;
73 Text [ en-US ] = "~Existing macros\n" ;
78 Pos = MAP_APPFONT ( COL2 , ROW8 ) ;
79 Size = MAP_APPFONT ( WIDTH2 , HEIGHT8 ) ;
81 HelpId = HID_MACRO_MACROS ;
85 HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_ASSIGN";
86 Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
87 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
90 Text [ en-US ] = "~Assign" ;
94 HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_DELETE";
95 Pos = MAP_APPFONT ( COL4 , ROW2 ) ;
96 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
99 Text [ en-US ] = "~Remove" ;
103 Text [ en-US ] = "Macros" ;
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */