summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/DockingData.idl
blob: ec470b1930637d2a647792ff40510f7d2a3ac9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#ifndef __com_sun_star_awt_DockingData_idl__
#define __com_sun_star_awt_DockingData_idl__

#ifndef __com_sun_star_awt_Rectangle_idl__
#include <com/sun/star/awt/Rectangle.idl>
#endif

//=============================================================================

module com {  module sun {  module star {  module awt {

//=============================================================================

/** data returned by docking handler

 */
struct DockingData
{
    //-------------------------------------------------------------------------

    /** specifies the position and size where the window would be placed
        if the user releases the mouse
     */
    com::sun::star::awt::Rectangle TrackingRectangle;

    //-------------------------------------------------------------------------

    /** specifies that the window should be floating (TRUE) or docked (FALSE)
     */
    boolean bFloating;
};

//=============================================================================

}; }; }; };

#endif
%2bbackports&id=397ad4d4b844d0c1a24fceb20cde460554b9910f'>pass image lists using a response fileDavid Tardon 2016-03-28don't build/install minidump_upload with ENABLE_BREAKPAD=Rene Engelhard 2016-03-25fix headless buildOliver Specht 2016-03-07gtktiledviewer needs gtk3 not gtk2Caolán McNamara 2016-03-04Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist 2016-03-03Don't package ui-previewer in App Store caseAndras Timar 2016-03-03genLang project (awareness)Jan Iversen 2016-02-29scp2: move scp2 classification package to AutoInstallMiklos Vajna 2016-02-26use the new ini file based minidump uploaderMarkus Mohrhard 2016-02-26write an own minidump uploaderMarkus Mohrhard 2016-02-17tdf#90753 Move Pyuno wizard packages to autoinstallDavid Ostrovsky 2016-02-12We need to mention the vcl_opengl_blacklist hereTor Lillqvist 2016-02-04[ABI CHANGE] In SDK, replace regcompare with unoidl-checkStephan Bergmann 2016-01-20drop basebmp entirely nowCaolán McNamara 2015-12-17tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard 2015-11-06merged graphic import/export into a single libraryOliver Specht 2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann 2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky 2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO 2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen 2015-10-12TDE: move stuff into the tde-integration packageJan-Marek Glogowski 2015-10-02Revert "vcl event filter"Caolán McNamara 2015-10-02vcl event filterCaolán McNamara 2015-09-25Replace GUIBASE with USING_X11Samuel Mehrbrodt 2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl 2015-09-02ditch gnome-vfs2 supportCaolán McNamara 2015-08-20more config skipping stuff and a tester toolCaolán McNamara