LibreOffice
LibreOffice 7.3 SDK API Reference
OfficeDocument.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_document_OfficeDocument_idl__
20#define __com_sun_star_document_OfficeDocument_idl__
21
34
35
36module com { module sun { module star { module document {
37
48published service OfficeDocument
49{
59
69
82
91
95 [optional] interface XEventBroadcaster;
96
100 [optional] interface XDocumentEventBroadcaster;
101
104 [optional] interface XEventsSupplier;
105
108 [optional] interface XViewDataSupplier;
109
115
120 [optional] interface XEmbeddedScripts;
121
126 [optional] interface XDocumentPropertiesSupplier;
127
130 [optional] interface XUndoManagerSupplier;
131
140 [property, optional] boolean AutomaticControlFocus;
141
149 [property, optional] boolean ApplyFormDesignMode;
150
157 [property, optional, readonly] string RuntimeUID;
158
168 [optional, property] sequence<com::sun::star::beans::PropertyValue> InteropGrabBag;
169};
170
171
172}; }; }; };
173
174#endif
175
176/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
allows to be notified of events happening in an OfficeDocument, and to cause notification of such eve...
Definition: XDocumentEventBroadcaster.idl:44
provides access to the XDocumentProperties instance of a document.
Definition: XDocumentPropertiesSupplier.idl:41
is supported by OfficeDocuments which allow to embed scripts
Definition: XEmbeddedScripts.idl:34
makes it possible to register listeners which are called whenever a document event (see EventObject) ...
Definition: XEventBroadcaster.idl:35
gives access to a list of URLs bound to events of this object
Definition: XEventsSupplier.idl:30
provides access to an XUndoManager.
Definition: XUndoManagerSupplier.idl:36
gives access to some properties describing all open views to a document
Definition: XViewDataSupplier.idl:38
represents a component which is created from a URL and arguments.
Definition: XModel.idl:59
offers a simple way to store a component to a URL.
Definition: XStorable.idl:48
makes the modify state of the object accessible.
Definition: XModifiable.idl:37
allows for getting information about a print job.
Definition: XPrintJobBroadcaster.idl:39
offers printing functionality.
Definition: XPrintable.idl:36
Definition: Ambiguous.idl:22
abstract service which specifies a storable and printable document
Definition: OfficeDocument.idl:49
sequence< com::sun::star::beans::PropertyValue > InteropGrabBag
Grab bag of document properties, used as a string-any map for interim interop purposes.
Definition: OfficeDocument.idl:168
boolean AutomaticControlFocus
controls the focus behavior of the form controls in the document
Definition: OfficeDocument.idl:140
boolean ApplyFormDesignMode
controls the initial (on-load) behavior of the form controls in the document
Definition: OfficeDocument.idl:149
string RuntimeUID
contains a unique id for the document
Definition: OfficeDocument.idl:157