fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / PaneDockingWindow.src
bloba1bf93538cb2a55d37b60b3b7e8b7536fb45ce1f
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 "PaneDockingWindow.hrc"
22 DockingWindow FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW
24     HelpID = "sd:DockingWindow:FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW";
25     Border = TRUE ;
26     Hide = TRUE ;
27     SVLook = TRUE ;
28     Sizeable = TRUE ;
29     Moveable = TRUE ;
30     Closeable = TRUE ;
31     Zoomable = TRUE ;
32     Dockable = TRUE ;
33     EnableResizing = TRUE ;
34     Size = MAP_APPFONT (100,200) ;
35     Text [ en-US ] = "Slide Pane" ;
38 DockingWindow FLT_LEFT_PANE_DRAW_DOCKING_WINDOW
40     HelpID = "sd:DockingWindow:FLT_LEFT_PANE_DRAW_DOCKING_WINDOW";
41     Border = TRUE ;
42     Hide = TRUE ;
43     SVLook = TRUE ;
44     Sizeable = TRUE ;
45     Moveable = TRUE ;
46     Closeable = TRUE ;
47     Zoomable = TRUE ;
48     Dockable = TRUE ;
49     EnableResizing = TRUE ;
50     Size = MAP_APPFONT (100,200) ;
51     Text [ en-US ] = "Page Pane" ;
54 DockingWindow FLT_TOOL_PANEL_DOCKING_WINDOW
56     HelpID = "sd:DockingWindow:FLT_TOOL_PANEL_DOCKING_WINDOW";
57     Border = TRUE ;
58     Hide = TRUE ;
59     SVLook = TRUE ;
60     Sizeable = TRUE ;
61     Moveable = TRUE ;
62     Closeable = TRUE ;
63     Zoomable = TRUE ;
64     Dockable = TRUE ;
65     EnableResizing = TRUE ;
66     Size = MAP_APPFONT (100,200) ;
67     Text [ en-US ] = "Task Pane" ;
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */