Lines Matching refs:a
9 * with the License. You may obtain a copy of the License at
37 /** a service which provides window based information about user interface
38 elements of a single application module.
44 elements which are part of a single OpenOffice.org module, like Writer or
57 An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which
59 entries a defined:
61 <li><b>Docked</b><br>a boolean which specifies if the window is docked or not.</li>
62 <li><b>DockingArea</b><br>a <type scope="com::sun::star::ui">DockingArea</type>
64 … <li><b>DockPos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
65 … docked position of a window. The X and Y values are interpreted as a row/column number and
66 … a pixel position for top/bottom docked windows. For left/right docked windows this is</li>
67 <li><b>DockSize</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies
70 … <li><b>Locked</b><br>a boolean which specifies if the window is locked or not. This property
72 <li><b>Pos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
74 <li><b>Size</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies the
76 … <li><b>Style</b><br>a long which specifies the style of the window. A toolbar support the
78 <li><b>UIName</br><br>a localized string which specifies the default window title.</li>
80 The key to a user interface element is the resource URL which has
82 addresses the standard bar of a module.