1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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
,
20 [in] any ConfirmConversions
,
22 [in] any LinkToSource
,
23 [in] any AddToRecentFiles
,
24 [in] any PasswordDocument
,
25 [in] any PasswordTemplate
,
27 [in] any WritePasswordDocument
,
28 [in] any WritePasswordTemplate
,
30 [in] any SQLStatement
,
31 [in] any SQLStatement1
,
32 [in] any OpenExclusive
,
40 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */