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 "inspagob.hrc"
23 ModalDialog DLG_INSERT_PAGES_OBJS
25 HelpID = HID_DLG_INSERT_PAGES_OBJS ;
28 Size = MAP_APPFONT ( 200 , 128 ) ;
30 Text [ en-US ] = "Insert Slides/Objects" ;
33 Pos = MAP_APPFONT ( 144 , 6 ) ;
34 Size = MAP_APPFONT ( 50 , 14 ) ;
38 CancelButton BTN_CANCEL
40 Pos = MAP_APPFONT ( 144 , 23 ) ;
41 Size = MAP_APPFONT ( 50 , 14 ) ;
46 Pos = MAP_APPFONT ( 144 , 46 ) ;
47 Size = MAP_APPFONT ( 50 , 14 ) ;
52 HelpId = HID_SD_PAGEOBJSTLB;
54 Pos = MAP_APPFONT ( 6 , 6 ) ;
55 Size = MAP_APPFONT ( 132 , 88 ) ;
60 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK";
61 Pos = MAP_APPFONT ( 6 , 100 ) ;
62 Size = MAP_APPFONT ( 140 , 12 ) ;
64 Text [ en-US ] = "~Link" ;
66 CheckBox CBX_CHECK_MASTERS
68 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS";
69 Pos = MAP_APPFONT ( 6 , 114 ) ;
70 Size = MAP_APPFONT ( 140 , 12 ) ;
72 Text [ en-US ] = "Delete unused backg~rounds";
76 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */