| /AOO42X/main/offapi/com/sun/star/frame/ |
| H A D | PopupMenuController.idl | 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> [all …]
|
| H A D | XModel.idl | 63 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. 125 of the controller must be used to recognize when it is deleted. 129 a new controller for this model 136 /** is called whenever an existing controller should be deregistered at this model. 140 of the controller must be used to recognize when it is deleted. 144 the existing controller which should be deregistered 194 /** provides access to the controller which currently controls this model [all …]
|
| H A D | XStatusbarController.idl | 41 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 64 <p>A status bar controller is initialized with <b>five</b> additional 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. 85 office module attached to the frame to which this controller 96 <p>The status bar controller implementation should register itself as a [all …]
|
| H A D | XPopupMenuController.idl | 37 /** 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 D | XUIControllerRegistration.idl | 37 /** 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 D | ToolbarController.idl | 57 (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 D | XController.idl | 48 /** 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 D | XSubToolbarController.idl | 35 /** 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 D | XUIControllerFactory.idl | 33 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 D | XModel2.idl | 41 - 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 D | XController2.idl | 43 /** denotes the "root window" 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 D | XBorderResizeListener.idl | 40 /** 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
|
| /AOO42X/main/offapi/com/sun/star/form/runtime/ |
| H A D | XFormController.idl | 62 the model of a controller will give you the same object as retrieving the model of the parent of 63 the controller. Similarly, retrieving the model of the <code>n</code><sup>th</sup> child of 64 a controller gives you the same object as retrieving the <code>n</code><sup>th</sup> child of 65 the model of the controller.</p> 67 …<p>A controller is called <em>active</em> if one of the controls it is responsible for has the foc… 68 …else inactive. To be notified whenever this activation state of a given controller changes, you can 77 …<p>Furthermore, a form controller is responsible for preventing invalid user input. That is, if th… 78 … contains controls bound to a database, or to an external validator, then the form controller will 102 …<p>If a control which the controller is responsible for supports the <type scope="com::sun::star::… 103 …interface, the controller registers a dispatch interceptor. Then, the control can try to delegate … [all …]
|
| /AOO42X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsInsertAnimator.cxx | 51 virtual ::boost::shared_ptr<controller::Animator> GetAnimator (void) = 0; 74 void ResetOffsets (const controller::Animator::AnimationMode eMode); 102 controller::Animator::AnimationId mnAnimationId; 133 const controller::Animator::AnimationMode eAnimationMode); 140 virtual ::boost::shared_ptr<controller::Animator> GetAnimator (void) { return mpAnimator; } in GetAnimator() 147 ::boost::shared_ptr<controller::Animator> mpAnimator; 176 mpImplementation->SetInsertPosition(rInsertPosition, controller::Animator::AM_Animated); in SetInsertPosition() 182 void InsertAnimator::Reset (const controller::Animator::AnimationMode eMode) in Reset() 207 SetInsertPosition(InsertPosition(), controller::Animator::AM_Immediate); in ~Implementation() 215 const controller::Animator::AnimationMode eMode) in SetInsertPosition() [all …]
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | OfficeGroupLayoutController.java | 107 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 D | OfficeGroupSectionLayoutController.java | 66 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 D | OfficeDetailLayoutController.java | 119 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()
|
| /AOO42X/main/sd/ |
| H A D | Library_sd.mk | 238 sd/source/ui/controller/slidelayoutcontroller \ 374 sd/source/ui/slidesorter/controller/SlideSorterController \ 375 sd/source/ui/slidesorter/controller/SlsAnimator \ 376 sd/source/ui/slidesorter/controller/SlsAnimationFunction \ 377 sd/source/ui/slidesorter/controller/SlsClipboard \ 378 sd/source/ui/slidesorter/controller/SlsCurrentSlideManager \ 379 sd/source/ui/slidesorter/controller/SlsDragAndDropContext \ 380 sd/source/ui/slidesorter/controller/SlsFocusManager \ 381 sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler \ 382 sd/source/ui/slidesorter/controller/SlsListener \ [all …]
|
| /AOO42X/main/sd/source/ui/slidesorter/shell/ |
| H A D | SlideSorter.cxx | 138 mpProperties(new controller::Properties()), in SlideSorter() 163 mpProperties(new controller::Properties()), in SlideSorter() 306 controller::SlideSorterController& SlideSorter::GetController (void) const in GetController() 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() [all …]
|
| /AOO42X/main/chart2/prj/ |
| H A D | build.lst | 17 ch chart2\source\controller nmake - all ch_source_controller ch_source_tool… 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 … 20 ch chart2\source\controller\dialogs nmake - all ch_source_controller_dialogs ch_inc… 21 ch chart2\source\controller\drawinglayer nmake - all ch_source_controller_drawinglayer c… 22 ch chart2\source\controller\itemsetwrapper nmake - all ch_source_controller_itemsetwrapper… 23 ch chart2\source\controller\chartapiwrapper nmake - all ch_source_controller_chartapiwrappe… 24 ch chart2\source\controller\main nmake - all ch_source_controller_main ch_inc NU… 25 ch chart2\source\controller\menus nmake - all ch_source_controller_menus ch_inc N…
|
| /AOO42X/main/offapi/com/sun/star/form/ |
| H A D | PropertyBrowserController.idl | 48 /** 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 D | XFormControllerListener.idl | 43 <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.
|
| /AOO42X/main/sd/source/ui/slidesorter/model/ |
| H A D | SlsVisualState.cxx | 37 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()
|
| /AOO42X/main/sd/source/ui/inc/ |
| H A D | SlideSorter.hxx | 58 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;
|
| /AOO42X/main/toolkit/src2xml/ |
| H A D | src.lst | 543 ../../chart2/source/controller/menu/ContextMenu.src 544 ../../chart2/source/controller/menu/MainMenu.src 545 ../../chart2/source/controller/dialogs/tp_DataLabel.src 546 ../../chart2/source/controller/dialogs/Strings_ChartTypes.src 547 ../../chart2/source/controller/dialogs/dlg_InsertTitle.src 548 ../../chart2/source/controller/dialogs/Strings.src 549 ../../chart2/source/controller/dialogs/tp_SeriesStatistic.src 550 ../../chart2/source/controller/dialogs/dlg_InsertDataLabel.src 551 ../../chart2/source/controller/dialogs/Strings_Statistic.src 552 ../../chart2/source/controller/dialogs/dlg_InsertLegend.src [all …]
|