summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/XDialogsBase.idl
blob: ccaf4b1f4bc80ac4bc9c104adb0d5f5074890393 (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */



module ooo {  module vba {

//interface XDialogs : ::ooo::vba::XCollection
interface XDialogsBase
{
    interface ::ooo::vba::XHelperInterface;

    [attribute, readonly] long Count;
    any Item( [in] any Index );
};

}; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
f basic changes to helpersArmin Le Grand 2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand 2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny 2015-05-27B3IVector is not used anywhereZsolt Bölöny 2015-05-26Remove B3I64Tuple, it's not used by anythingZsolt Bölöny 2014-05-15update_pch: add basegfxThomas Arnhold 2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand 2014-02-26we can do away with mfSmallValueCaolán McNamara 2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand 2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens 2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-03-04fix buildDavid Ostrovsky 2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl