LibreOffice
LibreOffice 7.4 SDK API Reference
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 
14 
15 module com
16 {
17 module sun
18 {
19 module star
20 {
21 module qa
22 {
23 
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: */
Dumps the content into a string.
Definition: XDumper.idl:29
string dump()
dump the content into a string
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22