LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MediaDescriptor.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_MediaDescriptor_idl__
20 #define __com_sun_star_document_MediaDescriptor_idl__
21 
30 
31 
32 module com { module sun { module star { module document {
33 
56 {
60  [optional,property] boolean Aborted;
61 
72  [optional,property] boolean AsTemplate;
73 
81  [optional,property] string Author;
82 
90  [optional,property] string CharacterSet;
91 
99  [optional,property] string Comment;
100 
114  [optional,property] any ComponentData;
115 
118  [optional,property] string DocumentBaseURL;
119 
126  [optional,property] string DocumentTitle;
127 
142  [optional,property] sequence< ::com::sun::star::beans::NamedValue > EncryptionData;
143 
152  [optional,property] string FileName;
153 
164  [optional,property] string FilterName;
165 
174  [optional,property] string FilterFlags;
175 
185  [optional,property] string FilterOptions;
186 
195  [optional,property] any FilterData;
196 
204  [optional,property] boolean Hidden;
205 
208  [optional,property] string HierarchicalDocumentName;
209 
220 
233 
247 
255  [optional,property] string JumpMark;
256 
266  [optional,property] string MediaType;
267 
304  [optional,property] string OpenFlags;
305 
315  [optional,property] boolean OpenNewView;
316 
317 
325  [optional,property] boolean Overwrite;
326 
337  [optional,property] string Password;
338 
347  [optional,property] sequence< byte > PostData;
348 
358  [optional,property] string PostString;
359 
368  [optional,property] boolean Preview;
369 
383  [optional,property] boolean ReadOnly;
384 
392  [optional,property] boolean StartPresentation;
393 
406  [optional,property] string Referer;
407 
417  [optional,property] boolean RepairPackage;
418 
430 
438  [optional,property] string SuggestedSaveAsDir;
439 
448  [optional,property] string SuggestedSaveAsName;
449 
458  [optional,property] string TemplateName;
459 
467  [optional,property] string TemplateRegionName;
468 
477  [optional,property] boolean Unpacked;
478 
485  [optional,property] string URL;
486 
495  [optional,property] short Version;
496 
505  [optional,property] any ViewData;
506 
515  [optional,property] short ViewId;
516 
523  [optional,property] short MacroExecutionMode;
524 
531  [optional,property] short UpdateDocMode;
532 
547  [optional,property] string ViewControllerName;
548 
552 };
553 
554 
555 }; }; }; };
556 
557 #endif
558 
559 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */