:: com :: sun :: star :: embed ::
|
constants group EmbedStates |
- Description
- This constant set contains possible states for
::EmbeddedObject.
|
Constants |
LOADED |
"Loaded" - the persistent representation of the object is loaded in
memory.
|
RUNNING |
"Running" - the object is connected and loaded.
|
ACTIVE |
"Active" - the object is activated in separate window
( outplace activation ).
|
INPLACE_ACTIVE |
"Inplace active" - the object has own window in the container's
window.
|
UI_ACTIVE |
"UI active" - the inplace active object that has user interface.
|
Constants' Details |
LOADED
const long LOADED = 0;
- Description
- "Loaded" - the persistent representation of the object is loaded in
memory.
The object is created and assigned with a persistent entry,
and a view representation ( metafile and etc. ) can be retrieved
( if there is any ).
|
|
RUNNING
const long RUNNING = 1;
- Description
- "Running" - the object is connected and loaded.
The object has a connection to the container client and a component
loaded from persistent entry. In case of internal document it also
means existing of document model that implements
::com::sun::star::frame::XModel interface.
|
|
ACTIVE
const long ACTIVE = 2;
- Description
- "Active" - the object is activated in separate window
( outplace activation ).
|
|
INPLACE_ACTIVE
const long INPLACE_ACTIVE = 3;
- Description
- "Inplace active" - the object has own window in the container's
window.
The object is activated and has it's own window in the container's
window that allows object to process mouse events and control own
rendering.
|
|
UI_ACTIVE
const long UI_ACTIVE = 4;
- Description
- "UI active" - the inplace active object that has user interface.
The object is inplace active, allowed to have menus, toolbars,
keyboard accelerators, and has the focus.
|
|
Top of Page
Copyright © 2000, 2014 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.