Home
last modified time | relevance | path

Searched refs:controller (Results 26 – 50 of 284) sorted by relevance

12345678910>>...12

/aoo42x/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl151 The current controller of the document.
172 The current controller of the document.
211 The current controller of the document.
240 The current controller of the document.
263 The current controller of the document.
306 The current controller of the document.
334 The current controller of the document.
/aoo42x/main/offapi/com/sun/star/drawing/framework/
H A DConfigurationController.idl40 configuration controller.
43 <type>XControllerManager</type> to create a configuration controller.
45 configuration controller with their own. This may not be a useful
48 in the future and let the controller manager create the sub controllers
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx53 namespace sd { namespace slidesorter { namespace controller { namespace
120 controller::Clipboard& GetClipboard (void);
248 ::boost::scoped_ptr<controller::Clipboard> mpClipboard;
259 ::rtl::Reference<controller::Listener> mpListener;
/aoo42x/main/offapi/com/sun/star/awt/
H A DXSimpleTabController.idl48 /** specifies the basic operations for a tab controller,
70 if the specified ID isn't used inside this tab controller.
105 if the specified ID isn't used inside this tab controller.
118 if the specified ID isn't used inside this tab controller.
134 if the specified ID isn't used inside this tab controller.
H A DXTabController.idl49 /** specifies the basic operations for a tab controller.
55 /** sets the tab controller model.
61 /** returns the tab controller model.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXDrawSubController.idl46 /** View dependent part of the Draw and Impress controller.
50 replaced by another one. The sub controller handles the things that are
60 the sub controller. Property change listeners are handled by the
61 controller.
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupInstanceSectionLayoutController.java74 final OfficeGroupInstanceSectionLayoutController controller = in processContent() local
76 controller.state = in processContent()
78 controller.waitForJoin = true; in processContent()
79 return processChild(controller, variables, getFlowController()); in processContent()
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl51 …<p>The filter maintained by a filter controller is, logically, a disjunctive normal form of an SQL…
56 …<p><em>n</em> equals the number of filter controls which the filter controller is responsible for.…
65 …the filter controller knows the concept of an <em>active term</em>, denoted by the <member>ActiveT…
88 …umber of <em>filter components</em>, or filter controls, which the filter controller is responsible
99 /** denotes the <a href="#active_term"><em>active term</em></a> of the filter controller.
145 … retrieves the entirety of the <em>predicate expressions</em> represented by the filter controller.
H A DXFilterControllerListener.idl43 controller changed.
55 …/** is fired when a <em>disjunctive term</em> was removed from the filter of the filter controller.
65 /** is fired when a <em>disjunctive term</em> was added to the filter of the filter controller.
/aoo42x/main/offapi/com/sun/star/frame/
H A DXFrame.idl280 the controller of the new component or <NULL/> for release
284 In this case no controller must be given here.
290 <FALSE/> otherwise (especially, if an existing controller disagree within his
318 /** provides access to the controller
323 the frame after you the controller agreed with a
328 the current controller within this frame
337 /** notifies the frame that the context of the controller within this
H A DXModuleManager.idl69 A frame contains (against a component window) a controller.
70 Such controller represent the module (in case no model exists).
74 A controller can be bound to a model. Then the model represent the module.
75 If no model exists - the controller is used for identification.
H A DPopupMenuControllerFactory.idl29 /** specifies a factory that creates instances of registered popup menu controller.
32 A popup menu controller can be registered for a command URL and a model service name.
33 A menu bar or context menu will automatically create a popup menu controller if
H A DStatusbarControllerFactory.idl30 controller.
33 A status bar controller can be registered for a command URL and a model
34 service name. A status bar will automatically create a status bar controller
H A DController.idl65 environment. A controller is a richer component then a pure window, but full featured
86 controller object. There will be an interception mechanism for dispatches
96 /** this interface enables the controller to get interceptors registered that
H A DXToolbarController.idl44 (enabled,disabled and selected, not selected). A toolbar controller can be added to a
46 A typical example for toolbar controller is a font chooser on a toolbar. It provides
57 /** provides a function to execute the command which is bound to the toolbar controller.
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionCommand.hxx40 namespace sd { namespace slidesorter { namespace controller { namespace
60 const ::boost::shared_ptr<controller::CurrentSlideManager>& rpCurrentSlideManager,
77 ::boost::shared_ptr<controller::CurrentSlideManager> mpCurrentSlideManager;
H A DSlsVisibleAreaManager.cxx34 namespace sd { namespace slidesorter { namespace controller { namespace
273 controller::AnimationParametricFunction( in VisibleAreaScroller()
274 controller::AnimationBezierFunction (0.1,0.6))) in VisibleAreaScroller()
/aoo42x/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl41 /** is the default controller implementation for OpenOffice.org's database application.
45 /** defines basic controller functionality
52 of the event passed to an interceptor will <em>not</em> be the controller itself
53 …(though the controller also supports the <a href="#XSelectionSupplier"><code>XSelectionSupplier</c…
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx721 const controller::Animator::AnimationId nId ( in StartFadeAnimation()
723 if (nId != controller::Animator::NotAnAnimationId) in StartFadeAnimation()
730 controller::AnimationFunction::Blend, in StartFadeAnimation()
733 ::boost::bind(controller::AnimationFunction::Linear, _1))); in StartFadeAnimation()
736 controller::AnimationFunction::Blend, in StartFadeAnimation()
739 ::boost::bind(controller::AnimationFunction::Linear, _1))); in StartFadeAnimation()
756 controller::AnimationFunction::ApplyButtonAlphaChange, in StartFadeAnimation()
766 controller::Animator::NotAnAnimationId) in StartFadeAnimation()
H A DSlsInsertionIndicatorOverlay.cxx107 ::boost::shared_ptr<controller::TransferableData> pData ( in Create()
108 controller::TransferableData::GetFromTransferable(pTransferable)); in Create()
131 const ::std::vector<controller::TransferableData::Representative>& rRepresentatives, in Create()
199 const ::std::vector<controller::TransferableData::Representative>& rRepresentatives) const in PaintRepresentatives()
/aoo42x/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx49 namespace sd { namespace slidesorter { namespace controller { namespace
110 const ::std::vector<controller::TransferableData::Representative>& rPages) const;
120 const ::std::vector<controller::TransferableData::Representative>& rPages,
H A DSlsPageObjectViewObjectContact.hxx46 namespace sd { namespace slidesorter { namespace controller { namespace
79 const ::boost::shared_ptr<controller::Properties>& rpProperties);
207 ::boost::shared_ptr<controller::Properties> mpProperties;
H A DSlsTheme.hxx38 namespace sd { namespace slidesorter { namespace controller { namespace
51 Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties);
57 const ::boost::shared_ptr<controller::Properties>& rpProperties);
/aoo42x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java22 package transex3.controller;
128 JTable recTable =transex3.controller.EditorController.aEditor.getRectable(); in updateData()
259 JTable table =transex3.controller.EditorController.aEditor.getTable(); in initView()
260 JTable recTable =transex3.controller.EditorController.aEditor.getRectable(); in initView()
/aoo42x/main/connectivity/qa/connectivity/tools/
H A DCRMDatabase.java143 XController controller = UnoRuntime.queryInterface( XController.class, subComponent ); in loadSubComponent() local
144 if ( controller != null ) in loadSubComponent()
145 return controller; in loadSubComponent()

Completed in 87 milliseconds

12345678910>>...12