LibreOffice
LibreOffice 7.3 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
EmbedStates.idl File Reference

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::embed
 interfaces related to embedded objects, both native UNO and OLE.
 

Constant Groups

constants  com::sun::star::embed::EmbedStates
 This constant set contains possible states for EmbeddedObject.
 

Macros

#define __com_sun_star_embed_EmbedStates_idl__
 

Variables

const long LOADED = 0
 "Loaded" - the persistent representation of the object is loaded in memory. More...
 
const long RUNNING = 1
 "Running" - the object is connected and loaded. More...
 
const long ACTIVE = 2
 "Active" - the object is activated in separate window ( outplace activation ). More...
 
const long INPLACE_ACTIVE = 3
 "Inplace active" - the object has own window in the container's window. More...
 
const long UI_ACTIVE = 4
 "UI active" - the inplace active object that has user interface. More...
 

Macro Definition Documentation

◆ __com_sun_star_embed_EmbedStates_idl__

#define __com_sun_star_embed_EmbedStates_idl__