LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
drawing
DrawingDocumentDrawView.idl
Go to the documentation of this file.
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
#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__
20
#define __com_sun_star_drawing_DrawingDocumentDrawView_idl__
21
22
#include <
com/sun/star/drawing/XDrawView.idl
>
23
24
#include <
com/sun/star/beans/XPropertySet.idl
>
25
26
#include <
com/sun/star/frame/Controller.idl
>
27
28
#include <
com/sun/star/view/XSelectionSupplier.idl
>
29
30
#include <
com/sun/star/drawing/XDrawPage.idl
>
31
#include <
com/sun/star/awt/XWindow.idl
>
32
#include <
com/sun/star/awt/Point.idl
>
33
34
module com { module sun { module star { module view {
35
published
interface
XFormLayerAccess
;
36
}; }; }; };
37
38
39
module com { module sun { module star { module drawing {
40
41
45
published service
DrawingDocumentDrawView
46
{
47
51
service
com::sun::star::frame::Controller
;
52
53
58
[optional]
interface
com::sun::star::awt::XWindow
;
59
62
[optional]
interface
com::sun::star::view::XFormLayerAccess
;
63
64
68
interface
com::sun::star::drawing::XDrawView
;
69
70
71
74
interface
com::sun::star::beans::XPropertySet
;
75
76
77
81
interface
com::sun::star::view::XSelectionSupplier
;
82
83
87
[property]
boolean
IsMasterPageMode
;
88
89
93
[property]
boolean
IsLayerMode
;
94
95
96
99
[property]
XDrawPage
CurrentPage
;
100
101
104
[readonly, property]
com::sun::star::awt::Rectangle
VisibleArea
;
105
106
118
[optional, property]
short
ZoomType
;
119
120
127
[optional, property]
short
ZoomValue
;
128
129
135
[optional, property]
com::sun::star::awt::Point
ViewOffset
;
136
145
};
146
147
148
}; }; }; };
149
150
#endif
151
152
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4