Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
66 interface elements which are bound to a layout manager.
69 Every user interface element which is controlled by a layout manager has
70 a unique identifier called resource URL.
79 a menu bar.</li>
81 a popup menu.</li>
82 <li><b>toolbar</b>A configurable user interface element a tool
85 a status bar.</li>
86 <li><b>floater</b>A basic user interface element representing a
99 /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager.
105 A layout manager needs a <type scope="com::sun::star::frame">XFrame</type> to be
106 able to work. Without a it no user interface elements can be created.
116 be destroyed and the layout manager is reseted to a state after a
119 The layout manager itself calls reset after a component has been attached
120 or reattached to a frame.
152 /** sets a docking area acceptor that controls the border space of the frame's container window.
155 a docking area acceptor which controls the border space of frame's container window.
161 After setting a docking area acceptor the object is owned by the layout manager. It is not
167 /** creates a new user interface element.
176 /** destroys a user interface element.
185 /** request to make a user interface element visible if it is not in hidden state.
198 If a user interface element should forced to the visible state
200 used for context dependent elements which should respect a the current visibility
206 /** retrieves a user interface element which has been created before.
223a sequence of user interface elements providing <type scope="com::sun::star::ui">XUIElement</type>
233 /** shows a user interface element.
245 /** hides a user interface element.
257 /** docks a window based user interface element to a specified docking area.
290 /** forces a window based user interface element to float.
302 /** locks a window based user interface element if it's in a docked state.
314 /** unlocks a window based user interface element if it's in a docked state.
327 /** sets a new size for a window based user interface element.
344 /** sets a new position for a window based user interface element.
361 /** sets a new position and size for a window based user interface element.
381 /** retrieves the current visibility state of a window based user interface element.
393 /** retrieves the current floating state of a window based user interface element.
405 /** retrieves the current docking state of a window based user interface element.
417 /** retrieves the current lock state of a window based user interface element.
429 /** retrieves the current size of a window based user interface element.
437 …ixel of the user interface element. A non-window based user interface element provides a zero size.
441 /** retrieves the current pixel position of a window based user interface element.
449 …ixel of the user interface element. A non-window based user interface element provides a zero size.
471 /** forces a complete new layouting of all user interface elements.
490 /** retrieves the visibility state of a layout manager.