summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/MediaDescriptor.idl
blob: 36da721cc159ea8b7b17e7ab783796b398ab3171 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#ifndef __com_sun_star_document_MediaDescriptor_idl__
#define __com_sun_star_document_MediaDescriptor_idl__

#ifndef __com_sun_star_io_XOutputStream_idl__
#include <com/sun/star/io/XOutputStream.idl>
#endif

#ifndef __com_sun_star_io_XInputStream_idl__
#include <com/sun/star/io/XInputStream.idl>
#endif

#ifndef __com_sun_star_awt_Rectangle_idl__
#include <com/sun/star/awt/Rectangle.idl>
#endif

#ifndef __com_sun_star_util_URL_idl__
#include <com/sun/star/util/URL.idl>
#endif

#ifndef __com_sun_star_task_XInteractionHandler_idl__
#include <com/sun/star/task/XInteractionHandler.idl>
#endif

#ifndef __com_sun_star_task_XStatusIndicator_idl__
#include <com/sun/star/task/XStatusIndicator.idl>
#endif

#ifndef __com_sun_star_frame_XFrame_idl__
#include <com/sun/star/frame/XFrame.idl>
#endif

//=============================================================================

module com { module sun { module star { module document {

//=============================================================================
/** describes properties of a document, regarding the relationship
    between the loaded document and the resource the document is
    loaded from / stored to.

    <p>
    This service may be represented by a
    <type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.
    Such descriptors will be passed to different functions, included into possible
    load/save proccesses. Every member of such process can use this descriptor
    and may change it if to actualize the informations about the document.
    So this descriptor should be used as an in/out parameter.
    </p>

    <p>
    Note:<br>
    It's not allowed to hold member of this descriptor by references longer the they
    will be used (especialy a possible stream). It's allowed to use it directly
    or by copying it only.
    </p>

    @see com::sun::star::beans::PropertyValue
 */
published service MediaDescriptor
{
    //-------------------------------------------------------------------------
    /** May be set by filters or detection services if user has choosen to
        abort loading/saving, e.g. while entering a password.
     */
    [optional,property] boolean Aborted;

    //-------------------------------------------------------------------------
    /** document is a template

        <p>
        Loading a component of type "template" creates a new untitled document
        by default, but setting the "AsTemplate" property to <FALSE/> loads the
        template document for editing. Setting "AsTemplate" to <TRUE/> creates a
        new untitled document out of the loaded document, even if it has not
        a "template" type.
        </p>
     */
    [optional,property] boolean AsTemplate;

    //-------------------------------------------------------------------------
    /** the author of the document

        <p>
        Only for storing versions in components supporting versioning:
        author of version.
        </p>
     */
    [optional,property] string Author;

    //-------------------------------------------------------------------------
    /** identifier of used character set

        <p>
        Defines the character set for document formats that contain single
        byte characters (if necessary).
        </p>
     */
    [optional,property] string CharacterSet;

    //-------------------------------------------------------------------------
    /** description of document

        <p>
        Only for storing versions in components supporting versioning:
        comment (description) for stored version.
        </p>
     */
    [optional,property] string Comment;

    //-------------------------------------------------------------------------
    /** pack specific properties of caller

        <p>
        This is a parameter that can be used for any properties specific
        for a special component type. Format of that depends from real
        type of adressed component.
        </p>

        <p>
        For extensibility, it is recommended to use values of type
        sequence<com.sun.star.beans.PropertyValue> with this property.
        </p>
     */
    [optional,property] any ComponentData;

    //-------------------------------------------------------------------------
    /** The base URL of the document to be used to resolve relative links.
     */
    [optional,property] string DocumentBaseURL;

    //-------------------------------------------------------------------------
    /** document title

        <p>
        This parameter can be used to specify a title for a document.
        </p>
     */
    [optional,property] string DocumentTitle;

    //-------------------------------------------------------------------------
    /** same as <member>MediaDescriptor::URL</member>

        <p>
        It will be supported for compatibility reasons only.
        </p>

        @deprecated
     */
    [optional,property] string FileName;

    //-------------------------------------------------------------------------
    /** internal filter name

        <p>
        Name of a filter that should be used for loading or storing the component.
        Names must match the names of the <type>TypeDetection</type> configuration,
        invalid names are ignored. If a name is specified on loading,
        it still will be verified by a filter detection, but in case of doubt
        it will be preferred.
        </p>
     */
    [optional,property] string FilterName;

    //-------------------------------------------------------------------------
    /** same as <member>MediaDescriptor::FilterOptions</member>

        <p>
        It will be supported for compatibility reasons only.
        </p>

        @deprecated
     */
    [optional,property] string FilterFlags;

    //-------------------------------------------------------------------------
    /** additional properties for filter

        <p>
        Some filters need additional parameters; use only together with property
        <member>MediaDescriptor::FilterName</member>. Details must be documented
        by the filter. This is an old format for some filters. If a string is not
        enough, filters can use the property <member>MediaDescriptor::FilterData</member>.
        </p>
     */
    [optional,property] string FilterOptions;

        //-------------------------------------------------------------------------
    /** additional properties for filter

        <p>
        This is a parameter that can be used for any properties specific
        for a special filter type. It should be used if
        <member>MediaDescriptor::FilterOptions</member> isn't enough.
        </p>
     */
    [optional,property] any FilterData;

    //-------------------------------------------------------------------------
    /** load document invisible

        <p>
        Defines if the loaded component is made visible. If this property is not
        specified, the component is made visible by default.
        </p>
     */
    [optional,property] boolean Hidden;

    //-------------------------------------------------------------------------
    /** The hierarchical path to the embedded document from topmost container.
     */
    [optional,property] string HierarchicalDocumentName;

    //-------------------------------------------------------------------------
    /** a stream to receive the document data.

        <p>
        If used when storing a document: writing must be done using this stream.
        If no stream is provided, the loader will create a stream by itself using
        the other properties. It is not allowed to keep a reference to this
        OutputStream after storing the component.
        </p>
     */
    [optional,property] com::sun::star::io::XOutputStream OutputStream;

    //-------------------------------------------------------------------------
    /** content of document

        <p>
        If used when loading a document: reading must be done using this stream.
        If no stream is provided, the loader will create a stream by itself using
        the other properties. It is not allowed to keep a reference to this
        InputStream after loading the component, and it would be useless, because
        in general an InputStream is usable for readong only once, except when it
        also implements the <type scope="com::sun::star::io">XSeekable</type> interface.
        </p>
     */
    [optional,property] com::sun::star::io::XInputStream InputStream;

    //-------------------------------------------------------------------------
    /** handle exceptional situations

        <p>
        Object implementing the <type scope="com::sun::star::task">InteractionHandler</type>
        service that is used to handle exceptional situations where proceeding with the task
        is impossible without additional information or impossible at all.
        The implemented api provides a default implementation for it that can handle many situations.
        If no InteractionHandler is set, a suitable exception is thrown.
        It is not allowed to keep a reference to this object, even not in the loaded
        or stored components' copy of the MediaDescriptor provided by its arguments attribute.
        </p>
     */
    [optional,property] com::sun::star::task::XInteractionHandler InteractionHandler;

    //-------------------------------------------------------------------------
    /** jump to a marked position after loading

        <p>
        This is the same as the text behind a '#' in a http URL. But
        this syntax with a '#' is not specified in most URL schemas.
        </p>
     */
    [optional,property] string JumpMark;

    //-------------------------------------------------------------------------
    /** specify mime type of content

        <p>
        Type of the medium to load, that must match to one of the types defined
        in the <type>TypeDetection</type> configuration (otherwise it's ignored).
        This bypasses the type detection of the <type scope="com::sun::star::frame">Desktop</type> environment,
        so passing a wrong MediaType will cause failure of loading.
        </p>
     */
    [optional,property] string MediaType;

    //-------------------------------------------------------------------------
    /** please use the corresponding parameters of this descriptor instead

        <p>
        String that summarizes some flags for loading. The string contains capital
        letters for the flags:<br>
        <table border=1>
            <tr>
                <td><strong>flag</strong></td>
                <td><strong>value</strong></td>
                <td><strong>replacement</strong></td>
            </tr>
            <tr>
                <td><em>ReadOnly</em></td>
                <td>R</td>
                <td><member>MediaDescriptor::ReadOnly</member></td>
            </tr>
            <tr>
                <td><em>Preview</em></td>
                <td>B</td>
                <td><member>MediaDescriptor::Preview</member></td>
            </tr>
            <tr>
                <td><em>AsTemplate</em></td>
                <td>T</td>
                <td><member>MediaDescriptor::AsTemplate</member></td>
            </tr>
            <tr>
                <td><em>Hidden</em></td>
                <td>H</td>
                <td><member>MediaDescriptor::Hidden</member></td>
            </tr>
        </table>
        </p>

        @deprecated
     */
    [optional,property] string OpenFlags;

    //-------------------------------------------------------------------------
    /** opens a new view for an already loaded document

        <p>
        Setting this to <TRUE/> forces the component to create a new window on loading
        in any case. If the component supports multiple views, a second view is
        opened, if not, the component is loaded one more time. Otherwise the behavior
        depends on the default window handling of the <type scope="com::sun::star::frame">Desktop</type> environment.
        </p>
     */
    [optional,property] boolean OpenNewView;


    //-------------------------------------------------------------------------
    /** overwrite any existing file

        <p>
        For storing only: overwrite any existing file, default is <FALSE/>,
        so an error occurs if the target file already exists.
        </p>
     */
    [optional,property] boolean Overwrite;

    //-------------------------------------------------------------------------
    /** pasword for loading storing documents

        <p>
        It caontains a password for loading or storing a component (if necessary).
        If no password is specified, loading of a password protected document
        will fail, storing will be done without encryption.
        </p>
     */
    [optional,property] string Password;

    //-------------------------------------------------------------------------
    /** contains the data for HTTP post method as a sequence of bytes.

        <p>
        Data to send to a location described by the media descriptor to get
        a result in return that will be loaded as a component
        (usually in webforms). Default is: no PostData.
        </p>
     */
    [optional,property] sequence< byte > PostData;

    //-------------------------------------------------------------------------
    /** use <member>MediaDescriptor::PostData</member> instead of this

        <p>
        Same as PostData, but the data is transferred as a string
        (just for compatibility).
        </p>

        @deprecated
     */
    [optional,property] string PostString;

    //-------------------------------------------------------------------------
    /** show preview

        <p>
        Setting this to <TRUE/> tells the a loaded component that it is loaded as
        a preview, so it can optimize loading and viewing for this special purpose.
        Default is <FALSE/>.
        </p>
     */
    [optional,property] boolean Preview;

    //-------------------------------------------------------------------------
    /** open document readonly

        <p>
        Tells whether a document should be loaded in a (logical) readonly or in
        read/write mode. If opening in the desired mode is impossible, an error occurs.
        By default the loaded content decides what to do: if its UCB content supports
        a "readonly" property, the logical open mode depends on that, otherwise
        it will be read/write. This is only a UI related property, opening a
        document in read only mode will not prevent the component from being
        modified by API calls, but all modifying functionality in the UI will
        be disabled or removed.
        </p>
     */
    [optional,property] boolean ReadOnly;

    //-------------------------------------------------------------------------
    /** start presentation from a document

        <p>
        Tells the component loading the document that a presentation that is in the
        document is to be started right away.
        </p>
    */
    [optional,property] boolean StartPresentation;

    //-------------------------------------------------------------------------
    /** name of document referrer

        <p>
        A URL describing the environment of the request; f.e. a referrer may be a
        URL of a document, if a hyperlink inside this document is clicked to load
        another document. The referrer may be evaluated by the addressed UCB content
        or the loaded document. Without a referrer the processing of URLs that
        needs security checks will be denied, f.e. "macro:" URLs.
        <br>
        Don't be confused about the wrong spelling; is kept for compatibility reasons.
        </p>
     */
    [optional,property] string Referer;

    //-------------------------------------------------------------------------
    /** let the document be opened in repair mode

        <p>
        For loading of corrupted zip packages: Setting this to <TRUE/> let the document
        be opened in repair mode, so as much as possible information will be retrieved.
        </p>

     @since OOo 1.1.2
     */
    [optional,property] boolean RepairPackage;

    //-------------------------------------------------------------------------
    /** can be used for status informations

        <p>
        Object implementing the <type scope="com::sun::star::task">XStatusIndicator</type>
        interface that can be used to give status information (text or progress) for the task.
        The office provides a default implementation for it. It is not allowed to keep
        a reference to this object, even not in the loaded or stored components'
        copy of the MediaDescriptor provided by its arguments attribute.
        </p>
     */
    [optional,property] com::sun::star::task::XStatusIndicator StatusIndicator;

    //-------------------------------------------------------------------------
    /** allows to specify the URL that is used next time SaveAs dialog is opened

        <p>
        If the parameter is specified, the URL will be used by SaveAs dialog
        next time as target folder.
        </p>
     */
    [optional,property] string SuggestedSaveAsDir;

    //-------------------------------------------------------------------------
    /** allows to specify the suggested file name that is used next time SaveAs
        dialog is opened

        <p>
        If the parameter is specified, the file name will be suggested by
        SaveAs dialog next time.
        </p>
     */
    [optional,property] string SuggestedSaveAsName;

    //-------------------------------------------------------------------------
    /** name of the template instead of the URL

        <p>
        The logical name of a template to load. Together with the <member>MediaDescriptor::TemplateRegion</member>
        property it can be used instead of the URL of the template. Use always in conjunction with
        <member>MediaDescriptor::TemplateRegionName</member>.
        </p>
     */
    [optional,property] string TemplateName;

    //-------------------------------------------------------------------------
    /** name of the template instead of the URL

        <p>
        The logical name of a template to load. Together with the <member>MediaDescriptor::TemplateRegion</member>
        property it can be used instead of the URL of the template. Use always in conjunction with
        <member>MediaDescriptor::TemplateRegionName</member>.
        </p>
     */
    [optional,property] string TemplateRegionName;

    //-------------------------------------------------------------------------
    /** regulate using of compressing

        <p>
        For storing: Setting this to <TRUE/> means, don't use a zip file to save
        the document, use a folder instead (only usable for UCB contents, that
        support folders). Default is <FALSE/>.
        </p>
     */
    [optional,property] boolean Unpacked;

    //-------------------------------------------------------------------------
    /** URL of the document

        <p>
        The location of the component in URL syntax. It must be the full qualified URL and
        must include f.e. an optional <member>MediaDescriptor::JumpMark</member> too.
        </p>
     */
    [optional,property] string URL;

    //-------------------------------------------------------------------------
    /** storage version

        <p>
        For components supporting versioning: the number of the version to be
        loaded or saved. Default is zero and means: no version is created or
        loaded, the "main" document is processed.
        </p>
     */
    [optional,property] short Version;

    //-------------------------------------------------------------------------
    /** set special view state
        <p>
        Data to set a special view state after loading. The type depends on
        the component and is usually retrieved from a <type scope="com::sun::star::frame">Controller</type>
        object by its <type scope="com::sun::star::frame">XController</type>
        interface. Default is: no view data.
        </p>
     */
    [optional,property] any ViewData;

    //-------------------------------------------------------------------------
    /** id of the initial view

        <p>
        For components supporting different views: a number to define the view
        that should be constructed after loading. Default is: zero, and this
        should be treated by the component as the default view.
        </p>
     */
    [optional,property] short ViewId;

    //-------------------------------------------------------------------------
    /** should the macro be executed.
        the value should be one from <type scope="com::sun::star::document">MacroExecMode</type>
        constant list.

        @since OOo 1.1.2
     */
    [optional,property] short MacroExecutionMode;

    //-------------------------------------------------------------------------
    /** can the document be updated depending from links.
        the value should be one from <type scope="com::sun::star::document">UpdateDocMode</type>
        constant list.

        @since OOo 1.1.2
     */
    [optional,property] short UpdateDocMode;

    //-------------------------------------------------------------------------
    /** specifies the name of the view controller to create when loading a document

        <p>If this property is used when loading a document into a frame, then it
        specifies the name of the view controller to create. That is, the property
        is passed to the document's <member scope="com::sun::star::frame">XModel2::createViewController</member>
        method.<br/>
        If the loaded document does not support the <code>XModel2</code> interface,
        the property is ignored.</p>

        @see ::com::sun::star::frame::XModel2::createViewController
        @see ::com::sun::star::frame::XController2::ViewControllerName

        @since OOo 3.0
     */
    [optional,property] string ViewControllerName;
    //-------------------------------------------------------------------------

    /** specifies the frame containing the document. May be empty.
     */
    [optional,property] com::sun::star::frame::XFrame Frame;
};

//=============================================================================

}; }; }; };

#endif