:: com :: sun :: star :: embed ::
|
constants group EntryInitModes |
- Description
- This constant set contains possible modes to initialize object
persistence.
- See also
- XEmbedPersist
|
Constants |
DEFAULT_INIT |
In case object persistence is created based on existing entry,
the object should be initialized from this entry. Otherwise
the object should be initialized as a new one.
|
TRUNCATE_INIT |
The object should be initialized as a new empty one.
|
NO_INIT |
The object should be initialized as a new one only in case it still
was not initialized. If the object initialized already do not
reinitialize it.
|
MEDIA_DESCRIPTOR_INIT |
The object should be initialized using additional arguments from
provided
::com::sun::star::document::MediaDescriptor.
|
URL_LINK_INIT |
The object should be initialized as a link using URL provided in
additional arguments.
|
Constants' Details |
DEFAULT_INIT
const long DEFAULT_INIT = 0;
- Description
- In case object persistence is created based on existing entry,
the object should be initialized from this entry. Otherwise
the object should be initialized as a new one.
|
|
TRUNCATE_INIT
const long TRUNCATE_INIT = 1;
- Description
- The object should be initialized as a new empty one.
|
|
NO_INIT
const long NO_INIT = 2;
- Description
- The object should be initialized as a new one only in case it still
was not initialized. If the object initialized already do not
reinitialize it.
|
|
MEDIA_DESCRIPTOR_INIT
const long MEDIA_DESCRIPTOR_INIT = 3;
- Description
- The object should be initialized using additional arguments from
provided
::com::sun::star::document::MediaDescriptor.
|
|
URL_LINK_INIT
const long URL_LINK_INIT = 4;
- Description
- The object should be initialized as a link using URL provided in
additional arguments.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.