Lines Matching refs:controller
54 /** provides access to a popup menu controller.
57 A popup menu controller is used to make special functions available to
59 A typical example for a popup menu controller can be a recent file list
70 /** supports functions to initialize and update a popup menu controller
74 A popup menu controller implementation gets initialized with a
76 that a popup menu controller can be implemented with any UNO based
83 /** provides functions to initialize a popup menu controller with
88 initialize every controller correctly.<br/>
90 A popup menu controller needs at least two additional arguments
94 instance to which the popup menu controller belongs to.</li>
95 <li><b>CommandURL</b><br>specifies which popup menu controller should be created.</li>
104 /** used to brief the popup menu controller with new status information.
107 A popup menu controller makes special functions available to users which
109 send this data to a controller implementation.
115 /** used to query for commands supported by the popup menu controller to
119 A popup menu controller provides special functions which should be
121 popup menu controller to be normal dispatch providers.<br/>
123 Popup menu controller functions must be specified using the following
132 /** used to dispose popup menu controller by the owner instance.
135 A popup menu controller resides in a menu which has a limited
137 controller should support this interface.