Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: 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 menues, toolbars,
keyboard accelerators, and has the focus.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.