Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
39 /** is an abstract service for a component which offers a more complex user interface
40 to users within a toolbar.
43 A generic toolbar function is represented as a button which has a state
44 (enabled,disabled and selected, not selected). A toolbar controller can be added to a
45 toolbar and provide information or functions with a more sophisticated user interface.<br/>
46 A typical example for toolbar controller is a font chooser on a toolbar. It provides
47 all available fonts in a dropdown box and shows the current chosen font.
57 /** provides a function to execute the command which is bound to the toolbar controller.
60a combination of <type scope="com::sun::star::awt">KeyModifier</type> value that represent
64 …This function is usually called by a toolbar implementation when a user clicked on a toolbar button
71 /** notifies a component that a single click has been made on the toolbar item.
76 /** notifies a component that a double click has been made on the toolbar item.
81 /** requests to create a popup window for additional functions.
84 a <type scope="com::sun::star::awt">XWindow</type> which provides additional functions
85 … to the user. The reference must be empty if component does not want to provide a separate
94 a <type scope="com::sun::star::awt">XWindow</type> which must be used as a parent
98 a <type scope="com::sun::star::awt">XWindow</type> which can be added to a toolbar.
99 The reference must be empty if a component does not want to provide an item window.