LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module document {
22
33published service OfficeDocument
34{
44
54
67
76
80 [optional] interface XEventBroadcaster;
81
85 [optional] interface XDocumentEventBroadcaster;
86
89 [optional] interface XEventsSupplier;
90
93 [optional] interface XViewDataSupplier;
94
100
105 [optional] interface XEmbeddedScripts;
106
111 [optional] interface XDocumentPropertiesSupplier;
112
115 [optional] interface XUndoManagerSupplier;
116
125 [property, optional] boolean AutomaticControlFocus;
126
134 [property, optional] boolean ApplyFormDesignMode;
135
142 [property, optional, readonly] string RuntimeUID;
143
153 [optional, property] sequence<com::sun::star::beans::PropertyValue> InteropGrabBag;
154};
155
156
157}; }; }; };
158
159/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
represents a component which is created from a URL and arguments.
Definition XModel.idl:51
offers a simple way to store a component to a URL.
Definition XStorable.idl:42
makes the modify state of the object accessible.
Definition XModifiable.idl:31
allows for getting information about a print job.
Definition XPrintJobBroadcaster.idl:34
offers printing functionality.
Definition XPrintable.idl:28
Definition Ambiguous.idl:20
abstract service which specifies a storable and printable document
Definition OfficeDocument.idl:34
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:153
interface XDocumentPropertiesSupplier
access to the DocumentProperties.
Definition OfficeDocument.idl:111
boolean AutomaticControlFocus
controls the focus behavior of the form controls in the document
Definition OfficeDocument.idl:125
boolean ApplyFormDesignMode
controls the initial (on-load) behavior of the form controls in the document
Definition OfficeDocument.idl:134
interface XEmbeddedScripts
is supported when the document can contain scripts and dialogs
Definition OfficeDocument.idl:105
interface XEventsSupplier
access to bound event handlers
Definition OfficeDocument.idl:89
string RuntimeUID
contains a unique id for the document
Definition OfficeDocument.idl:142
interface XDocumentEventBroadcaster
makes it possible to register listeners which are called whenever a document event occurs
Definition OfficeDocument.idl:85
interface XUndoManagerSupplier
provides access to the document's undo manager.
Definition OfficeDocument.idl:115
interface XViewDataSupplier
access to some properties describing all open views to a document
Definition OfficeDocument.idl:93
interface XEventBroadcaster
is an old and deprecated version of the XDocumentEventBroadcaster interface
Definition OfficeDocument.idl:80