lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / word / XMailMerge.idl
blob203ffe2dfaa6fdd09ddeee4887a9534f34c6b4e2
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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 #ifndef __ooo_vba_word_XMailMerge_idl__
10 #define __ooo_vba_word_XMailMerge_idl__
12 module ooo { module vba { module word {
14 interface XMailMerge : XHelperInterface
16 [attribute] long MainDocumentType;
18 void OpenDataSource( [in] string Name,
19 [in] any Format,
20 [in] any ConfirmConversions,
21 [in] any ReadOnly,
22 [in] any LinkToSource,
23 [in] any AddToRecentFiles,
24 [in] any PasswordDocument,
25 [in] any PasswordTemplate,
26 [in] any Revert,
27 [in] any WritePasswordDocument,
28 [in] any WritePasswordTemplate,
29 [in] any Connection,
30 [in] any SQLStatement,
31 [in] any SQLStatement1,
32 [in] any OpenExclusive,
33 [in] any SubType );
36 }; }; };
38 #endif
40 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */