fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / inc / prntopts.hrc
blobf263bcd89ce9bc959490906a5808ea5d429c6603
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  */
19 #define TP_PRINT_OPTIONS 549
20 #define LB_PRINT 1
21 #define CBX_PAGENAME 2
22 #define CBX_HIDDEN_PAGES 1
23 #define GRP_PRINT 1
24 #define GRP_PAGE 2
25 #define CBX_DATE 3
26 #define CBX_TIME 4
27 #define CBX_DRAW 6
28 #define CBX_NOTES 7
29 #define CBX_HANDOUTS 8
30 #define CBX_OUTLINE 9
31 #define CBX_PAPERBIN 10
32 #define CBX_FRONT 12
33 #define CBX_BACK 13
34 #define RBT_DEFAULT 1
35 #define RBT_PAGESIZE 2
36 #define RBT_PAGETILE 3
37 #define RBT_BOOKLET 4
38 #define GRP_PRINT_EXT 3
40 #define RBT_COLOR       5
41 #define RBT_GRAYSCALE   6
42 #define RBT_BLACKWHITE  7
43 #define GRP_OUTPUT      5
44 #define FL_SEPARATOR1   6
45 #define FL_SEPARATOR2   7
47 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */