Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.