LibreOffice
LibreOffice 5.4 SDK API Reference
com
sun
star
qa
XDumper.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
10
#ifndef com_sun_star_qa_XDumper_idl
11
#define com_sun_star_qa_XDumper_idl
12
13
#include <
com/sun/star/uno/XInterface.idl
>
14
15
module
com
16
{
17
module sun
18
{
19
module star
20
{
21
module qa
22
{
23
28
interface
XDumper
:
com::sun::star::uno::XInterface
29
{
35
string
dump();
36
};
37
38
} ;
// chart2
39
} ;
// com
40
} ;
// sun
41
} ;
// star
42
43
44
#endif
45
46
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::qa::XDumper
Dumps the content into a string.
Definition:
XDumper.idl:28
com
Definition:
Ambiguous.idl:22
XInterface.idl
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition:
XInterface.idl:47
Generated by
1.8.13