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 .
21 #include "sdpreslt.hrc"
22 #include "sdcommands.h"
24 ModalDialog DLG_PRESLT
26 HelpID = CMD_SID_PRESENTATION_LAYOUT ;
29 Size = MAP_APPFONT ( 212 , 185 ) ;
33 Pos = MAP_APPFONT ( 6 , 3 ) ;
34 Size = MAP_APPFONT ( 110 , 10 ) ;
35 Text [ en-US ] = "~Select a slide design" ;
41 Pos = MAP_APPFONT ( 6 , 14 ) ;
42 Size = MAP_APPFONT ( 144 , 141 ) ;
47 Pos = MAP_APPFONT ( 156 , 6 ) ;
48 Size = MAP_APPFONT ( 50 , 14 ) ;
52 CancelButton BTN_CANCEL
54 Pos = MAP_APPFONT ( 156 , 23 ) ;
55 Size = MAP_APPFONT ( 50 , 14 ) ;
58 CheckBox CBX_MASTER_PAGE
60 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE";
61 Pos = MAP_APPFONT ( 6 , 158 ) ;
62 Size = MAP_APPFONT ( 120 , 12 ) ;
64 Text [ en-US ] = "~Exchange background page" ;
66 CheckBox CBX_CHECK_MASTERS
68 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS";
69 Pos = MAP_APPFONT ( 6 , 170 ) ;
70 Size = MAP_APPFONT ( 140 , 12 ) ;
72 Text [ en-US ] = "~Delete unused backgrounds";
76 HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD";
77 Pos = MAP_APPFONT ( 156 , 155 ) ;
78 Size = MAP_APPFONT ( 50 , 14 ) ;
80 Text [ en-US ] = "~Load..." ;
84 Pos = MAP_APPFONT ( 156 , 53 ) ;
85 Size = MAP_APPFONT ( 50 , 14 ) ;
88 Text [ en-US ] = "Slide Design" ;
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */