19#ifndef __com_sun_star_frame_DesktopTask_idl__
20#define __com_sun_star_frame_DesktopTask_idl__
31 module
com { module sun { module star { module frame {
55 [readonly, property]
string Title;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:64
use XFrame instead of this
Definition XDesktopTask.idl:33
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition XFrame.idl:44
provides access to sub frames of current one
Definition XFramesSupplier.idl:34
Definition XWindowArranger.idl:31
Definition Ambiguous.idl:22
use the Frame service instead of this
Definition DesktopTask.idl:37
com::sun::star::awt::Size Size
use the size of the frame container window instead of this
Definition DesktopTask.idl:72
boolean IsDesktop
Definition DesktopTask.idl:58
boolean IsAlwaysVisible
Definition DesktopTask.idl:66
boolean IsFloating
Definition DesktopTask.idl:64
boolean IsVisible
use th visible state of the frame container window instead of this
Definition DesktopTask.idl:61
string Title
use property Frame::Title instead of that
Definition DesktopTask.idl:55
com::sun::star::awt::Point Position
use the position of the frame container window instead of this
Definition DesktopTask.idl:69
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition Point.idl:30
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:30