Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/trunk/main/offapi/com/sun/star/frame/
H A DPopupMenuController.idl54 /** provides access to 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
109 send this data to a controller implementation.
121 popup menu controller to be normal dispatch providers.<br/>
132 /** used to dispose popup menu controller by the owner instance.
135 A popup menu controller resides in a menu which has a limited
[all …]
H A DXModel.idl63 Models can be controlled by controller components, which are usually
69 If there is at least one controller, there is by definition a
70 current controller. And if that controller supports the interface
121 /** is called whenever a new controller is created for this model.
129 a new controller for this model
144 the existing controller which should be deregistered
197 If the controller which is active is a controller of this model,
206 /** sets a registered controller as the current controller.
219 /** provides read access on current selection on controller
222 the current selection in the current controller.
[all …]
H A DXStatusbarController.idl41 bar controller can be added to a Statusbar and provide information or
43 A typical example for status bar controller is a zoom chooser. It shows
57 a status bar controller. The status bar is the only instance which
70 instance to which the status bar controller belongs.
73 associated with the statusbar controller.</br>
74 The command is used to identify the status bar controller
79 this controller.
117 within the controller.
129 and a mouse has been moved. If the controller has captured the
131 within the controller.
[all …]
H A DXPopupMenuController.idl37 /** provides data to a popup menu controller implementation to
41 A popup menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type>
42 from its parent menu implementation. The controller has to fill this popup
44 briefs the controller whenever the popup menu gets activated by a user.
52 popup menu controller implementation. The controller must fill this
56 An empty popup menu that must be filled by the popup menu controller.
60 /** briefs the popup menu controller to update the contents of the provided
63 <p>A controller should <b>never</b> update the popup menu structure on its
64 own to prevent performance problems. A better way would be that a controller
H A DXUIControllerRegistration.idl37 /** is used to query, register and unregister user interface controller.
40 A user interface controller can be registered for a command URL. A certain user
41 interface controller will be created when a user interface element contains a
52 /** function to check if an user interface controller is registered
56 true if a controller was registered for the combination of command URL
68 /** function to create an association between a user interface controller implementation
73 interface controller.
80 a UNO implementation name that can be used to create a user interface controller
85 /** function to remove a previously defined association between a user interface controller
90 interface controller.
H A DToolbarController.idl57 (enabled,disabled and selected, not selected). A toolbar controller can
59 sophisticated user interface.<br/> A typical example for toolbar controller
76 The toolbar controller implementation should register itself as a
85 A toolbar controller needs at least three additional arguments
89 instance to which the toolbar controller belongs.</li>
91 toolbar controller is bound.</li>
103 A toolbar controller instance is ready for use after this call has been made
104 the first time. The toolbar implementation guarantees that the controller's
116 services from a toolbar controller component. This interface must be useable
118 has been called. The behavior of the interface is undefined if the controller
[all …]
H A DXController.idl48 /** is called to attach the controller with its managing frame.
51 the new owner frame of this controller
56 /** is called to attach the controller to a new model.
59 the new model for this controller
69 /** is called to prepare the controller for closing the view
72 <TRUE/>force the controller to suspend his work
73 <FALSE/>try to reactivate the controller
109 /** provides access to owner frame of this controller
112 the frame containing this controller.
H A DXSubToolbarController.idl35 /** special interface to support sub-toolbars in a controller implementation.
51 /** if the controller features a sub-toolbar.
54 <TRUE/> if the controller offers a sub toolbar, otherwise <FALSE/>.
64 /** provides the resource URL of the sub-toolbar this controller opens.
67 name of the sub-toolbar this controller offers. A empty string
68 will be interpreted as if this controller offers no sub-toolbar.
73 /** gets called to notify a controller that a sub-toolbar function has been
83 /** gets called to notify a controller that it should set an image which
87 Only the controller instance is able to set the correct image for the
H A DXUIControllerFactory.idl33 A user interface controller can be registered for a command URL. A certain user
34 interface controller will be created when a user interface element contains a
46 /** this interface provides functions to create new instances of a registered UI controller.
50 a new UI controller instance. Use the CommandURL as the service specifier.
56 instance to which the UI controller belongs to. This property must be provided to
57 the UI controller, otherwise it cannot dispatch its internal commands.
61 controller should be created.</br>The module identifier can be retrieved using the
69 /** provides functions to query for, register and deregister a popup menu controller.
H A DXModel2.idl41 - enumeration of all currently connected controller objects.
44 - establish new view controller factory methods, which will make
50 /** provides list of all currently connected controller objects.
55 or it new added controller will be missing (if they was added after this
60 list of controller objects.
99 @return the new view controller instance
114 <p>The newly created controller must not be connected with the document and the
129 @return the new view controller instance
H A DXController2.idl43 /** denotes the &quot;root window&quot; of the controller.
45 <p>If the controller is plugged into a frame, this window acts as the
52 /** specifies the view name of the controller.
56 - if it's passed there, a view/controller pair of the same type will be created.</p>
63 …caller can pass not only a controller name, but also arguments parametrizing the to-be-created ins…
H A DXBorderResizeListener.idl40 /** allows to listen to border resize events of a controller.
45 /** notifies the listener that the controller's border widths have been
49 reference to the object representing the controller
52 the new widths of the controller's border
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl65 the model of the controller.</p>
255 controller is responsible.</p>
259 /** allows access to the parent controller.
271 /** allows life time control of the controller.
284 the controller, it uses an own dialog to ask the user for confirmation.</p>
309 /** allows switching the form controller to different operation modes.
346 the controller changes.
351 state of the controller changes.
355 /** adds a controller to the list of child controllers
357 … if the given controller is <NULL/>, or cannot rightfully be a child controller. Since controllers
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx74 void ResetOffsets (const controller::Animator::AnimationMode eMode);
102 controller::Animator::AnimationId mnAnimationId;
133 const controller::Animator::AnimationMode eAnimationMode);
147 ::boost::shared_ptr<controller::Animator> mpAnimator;
215 const controller::Animator::AnimationMode eMode) in SetInsertPosition()
361 mnAnimationId(controller::Animator::NotAnAnimationId), in PageObjectRun()
364 controller::AnimationParametricFunction( in PageObjectRun()
365 controller::AnimationBezierFunction (0.1,0.7))) in PageObjectRun()
450 if (eMode == controller::Animator::AM_Animated) in ResetOffsets()
462 if (eMode == controller::Animator::AM_Animated) in ResetOffsets()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupLayoutController.java107 final OfficeGroupLayoutController controller = in processContent() local
109 controller.state = in processContent()
114 return controller; in processContent()
119 controller.waitForJoin = true; in processContent()
120 return processChild(controller, header, getFlowController()); in processContent()
126 final OfficeGroupLayoutController controller = in processContent() local
128 controller.state = OfficeGroupLayoutController.STATE_PROCESS_NORMAL_FLOW; in processContent()
132 return controller; in processContent()
137 controller.waitForJoin = true; in processContent()
138 return processChild(controller, footer, getFlowController()); in processContent()
H A DOfficeGroupSectionLayoutController.java66 final LayoutController controller = getParent(); in startElement() local
67 if (!(controller instanceof OfficeGroupLayoutController)) in startElement()
71 final OfficeGroupLayoutController oglc = (OfficeGroupLayoutController) controller; in startElement()
89 final LayoutController controller = getParent(); in computeAttributes() local
90 if (!(controller instanceof OfficeGroupLayoutController)) in computeAttributes()
94 final OfficeGroupLayoutController oglc = (OfficeGroupLayoutController) controller; in computeAttributes()
H A DOfficeDetailLayoutController.java119 final OfficeDetailLayoutController controller = (OfficeDetailLayoutController) clone(); in startElement() local
120 controller.state = OfficeDetailLayoutController.STATE_PROCESS_NORMAL_FLOW; in startElement()
121 controller.waitForJoin = true; in startElement()
122 return processChild(controller, variables, fc); in startElement()
/trunk/main/sd/
H A DLibrary_sd.mk238 sd/source/ui/controller/slidelayoutcontroller \
375 sd/source/ui/slidesorter/controller/SlsAnimator \
377 sd/source/ui/slidesorter/controller/SlsClipboard \
380 sd/source/ui/slidesorter/controller/SlsFocusManager \
382 sd/source/ui/slidesorter/controller/SlsListener \
383 sd/source/ui/slidesorter/controller/SlsPageSelector \
384 sd/source/ui/slidesorter/controller/SlsProperties \
385 sd/source/ui/slidesorter/controller/SlsScrollBarManager \
386 sd/source/ui/slidesorter/controller/SlsSelectionCommand \
388 sd/source/ui/slidesorter/controller/SlsSelectionManager \
[all …]
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx138 mpProperties(new controller::Properties()), in SlideSorter()
163 mpProperties(new controller::Properties()), in SlideSorter()
377 controller::SlideSorterController, in SetupListeners()
382 controller::SlideSorterController, in SetupListeners()
388 controller::SlideSorterController, in SetupListeners()
406 controller::SlideSorterController, in ReleaseListeners()
413 controller::SlideSorterController, in ReleaseListeners()
418 controller::SlideSorterController, in ReleaseListeners()
474 controller::SlideSorterController* SlideSorter::CreateController (void) in CreateController()
476 controller::SlideSorterController* pController in CreateController()
[all …]
/trunk/main/chart2/prj/
H A Dbuild.lst17 ch chart2\source\controller nmake - all ch_source_controller ch_source_tools ch_source_view ch_…
18 ch chart2\source\controller\inc get - all ch_source_controller_inc NULL
19 ch chart2\source\controller\accessibility nmake - all ch_source_controller_accessibility ch_inc NU…
20 ch chart2\source\controller\dialogs nmake - all ch_source_controller_dialogs ch_inc NULL
21 ch chart2\source\controller\drawinglayer nmake - all ch_source_controller_drawinglayer ch_inc NULL
22 ch chart2\source\controller\itemsetwrapper nmake - all ch_source_controller_itemsetwrapper ch_inc …
23 ch chart2\source\controller\chartapiwrapper nmake - all ch_source_controller_chartapiwrapper c…
24 ch chart2\source\controller\main nmake - all ch_source_controller_main ch_inc NULL
25 ch chart2\source\controller\menus nmake - all ch_source_controller_menus ch_inc NULL
/trunk/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl48 /** describes a controller which can be used to browse and modify properties of form controls.
50 …<p>The controller can be plugged into an <type scope="com::sun::star::frame">XFrame</type>, and wi…
68 // instantiate the controller
72 // marry the controller and the frame. This will cause the controller
76 // tell the controller which object to inspect
95 <p>Changing this property from outside causes the controller to update its view
103 using this controller can be separated into 3 groups: common aspects, data-awareness
105 The appearance of the visual component created by the controller is that 3 tab pages, one for
108 With this property, it can be controller which page is currently active.</p>
118 /** ensures the basic functionality for a controller.
H A DXFormControllerListener.idl43 <p> A form controller is activated if a form control gains the
52 /** is invoked when a control of the controller gained the focus and
53 the controller was not previously activated.
63 and no control of the controller received the focus. In other
64 words, no control of the controller owns the focus.
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsVisualState.cxx37 mnStateAnimationId(controller::Animator::NotAnAnimationId), in VisualState()
39 mnLocationAnimationId(controller::Animator::NotAnAnimationId), in VisualState()
42 mnButtonAlphaAnimationId(controller::Animator::NotAnAnimationId) in VisualState()
51 if (mnStateAnimationId != controller::Animator::NotAnAnimationId in ~VisualState()
52 || mnLocationAnimationId != controller::Animator::NotAnAnimationId) in ~VisualState()
54 OSL_ASSERT(mnStateAnimationId == controller::Animator::NotAnAnimationId); in ~VisualState()
55 OSL_ASSERT(mnLocationAnimationId == controller::Animator::NotAnAnimationId); in ~VisualState()
/trunk/main/sd/source/ui/inc/
H A DSlideSorter.hxx58 namespace sd { namespace slidesorter { namespace controller { namespace
82 friend class controller::SlotManager;
152 controller::SlideSorterController& GetController (void) const;
193 ::boost::shared_ptr<controller::Properties> GetProperties (void) const;
224 virtual controller::SlideSorterController* CreateController (void);
229 ::boost::scoped_ptr<controller::SlideSorterController> mpSlideSorterController;
248 ::boost::shared_ptr<controller::Properties> mpProperties;
/trunk/main/toolkit/src2xml/
H A Dsrc.lst543 ../../chart2/source/controller/menu/ContextMenu.src
544 ../../chart2/source/controller/menu/MainMenu.src
545 ../../chart2/source/controller/dialogs/tp_DataLabel.src
547 ../../chart2/source/controller/dialogs/dlg_InsertTitle.src
548 ../../chart2/source/controller/dialogs/Strings.src
556 ../../chart2/source/controller/dialogs/Bitmaps_HC.src
558 ../../chart2/source/controller/dialogs/dlg_ChartType.src
559 ../../chart2/source/controller/dialogs/Bitmaps.src
561 ../../chart2/source/controller/dialogs/Strings_Scale.src
564 ../../chart2/source/controller/dialogs/tp_AxisLabel.src
[all …]

Completed in 86 milliseconds

12345678910>>...12