fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / LayerDialog.src
blob9200c7b0e9ef1920888546a0201a2a51ccaf4cd4
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "app.hrc"
21 #include "res_bmp.hrc"
22 #include "helpids.h"
23 #include "LayerDialog.hrc"
25 #define WIDTH 150
26 #define TAB_BAR_HEIGHT 17
28 DockingWindow FLT_WIN_LAYER_DIALOG
30     HelpID = HID_SD_TABBAR_LAYERS;
31     Border = TRUE ;
32     Hide = TRUE ;
33     SVLook = TRUE ;
34     Sizeable = TRUE ;
35     Moveable = TRUE ;
36     Closeable = TRUE ;
37     Zoomable = TRUE ;
38     Dockable = TRUE ;
39     EnableResizing = TRUE ;
40     Size = MAP_APPFONT ( WIDTH , TAB_BAR_HEIGHT ) ;
41     Window TB_LAYERS
42     {
43         Pos = MAP_APPFONT ( 6 , 6 ) ;
44         Size = MAP_APPFONT ( WIDTH-2*6, TAB_BAR_HEIGHT );
45         HelpId = HID_SD_TABBAR_LAYERS;
46         BORDER = TRUE;
47         SvLook = TRUE;
48         //        Scroll = TRUE ;
49         //        SIZEABLE = TRUE;
50     };
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */