21 module
com { module sun { module star { module frame {
45 [readonly, property]
string Title;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
use XFrame instead of this
Definition XDesktopTask.idl:28
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition XFrame.idl:39
provides access to sub frames of current one
Definition XFramesSupplier.idl:30
Definition XWindowArranger.idl:27
Definition Ambiguous.idl:20
use the Frame service instead of this
Definition DesktopTask.idl:27
com::sun::star::awt::Size Size
use the size of the frame container window instead of this
Definition DesktopTask.idl:62
boolean IsDesktop
Definition DesktopTask.idl:48
boolean IsAlwaysVisible
Definition DesktopTask.idl:56
boolean IsFloating
Definition DesktopTask.idl:54
boolean IsVisible
use th visible state of the frame container window instead of this
Definition DesktopTask.idl:51
string Title
use property Frame::Title instead of that
Definition DesktopTask.idl:45
com::sun::star::awt::Point Position
use the position of the frame container window instead of this
Definition DesktopTask.idl:59
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition Point.idl:28
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28