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
XPresenterHelper.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
20
#ifndef __com_sun_star_drawing_XPresenterHelper_idl__
21
#define __com_sun_star_drawing_XPresenterHelper_idl__
22
23
#include <
com/sun/star/awt/XWindow.idl
>
24
#include <
com/sun/star/rendering/XCanvas.idl
>
25
#include <
com/sun/star/rendering/XSpriteCanvas.idl
>
26
#include <
com/sun/star/awt/Rectangle.idl
>
27
#include <
com/sun/star/drawing/CanvasFeature.idl
>
28
29
module com { module sun { module star { module drawing {
30
39
interface
XPresenterHelper
40
{
60
::com::sun::star::awt::XWindow
createWindow (
61
[in] ::
com::sun::star::awt::XWindow
xParentWindow,
62
[in]
boolean
bCreateSystemChildWindow,
63
[in]
boolean
bInitiallyVisible,
64
[in]
boolean
bEnableChildTransparentMode,
65
[in]
boolean
bEnableParentClip);
66
83
::com::sun::star::rendering::XCanvas
createSharedCanvas (
84
[in] ::
com::sun::star::rendering::XSpriteCanvas
xUpdateCanvas,
85
[in] ::
com::sun::star::awt::XWindow
xUpdateWindow,
86
[in] ::
com::sun::star::rendering::XCanvas
xSharedCanvas,
87
[in] ::
com::sun::star::awt::XWindow
xSharedWindow,
88
[in] ::
com::sun::star::awt::XWindow
xWindow);
89
103
::com::sun::star::rendering::XCanvas
createCanvas (
104
[in] ::
com::sun::star::awt::XWindow
xWindow,
105
[in]
short
nRequestedCanvasFeatureList,
106
[in]
string
sOptionalCanvasServiceName);
107
114
void
toTop (
115
[in] ::
com::sun::star::awt::XWindow
xWindow);
116
124
::com::sun::star::rendering::XBitmap
loadBitmap (
125
[in]
string
id
,
126
[in] ::
com::sun::star::rendering::XCanvas
xCanvas);
127
135
void
captureMouse (
136
[in] ::
com::sun::star::awt::XWindow
xWindow);
137
142
void
releaseMouse (
143
[in] ::
com::sun::star::awt::XWindow
xWindow);
144
148
com::sun::star::awt::Rectangle
getWindowExtentsRelative (
149
[in] ::
com::sun::star::awt::XWindow
xChildWindow,
150
[in] ::
com::sun::star::awt::XWindow
xParentWindow);
151
};
152
153
154
}; }; }; };
// ::com::sun::star::drawing
155
156
#endif
157
158
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4