Home
last modified time | relevance | path

Searched refs:XFormController (Results 1 – 25 of 52) sorted by relevance

123

/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java29 import com.sun.star.form.runtime.XFormController;
53 XFormController tableViewController = UnoRuntime.queryInterface( XFormController.class, in checkTableFormattingPersistence()
80 tableViewController = UnoRuntime.queryInterface( XFormController.class, in checkTableFormattingPersistence()
107 XFormController tableViewController = UnoRuntime.queryInterface( XFormController.class, in checkTransparentQueryColumnSettings()
126 XFormController queryViewController = UnoRuntime.queryInterface( XFormController.class, in checkTransparentQueryColumnSettings()
/aoo41x/main/svx/source/inc/
H A Dfiltnav.hxx107 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xControl…
114 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > & _xControl… in FmFormItem()
122 inline const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >&
173 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xControl…
183 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > & xCurrent);
195 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > & GetCu… in GetCurrentController()
196 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > & xControll…
205 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > & xControll…
274 …nst ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > & xCurrent
H A Dfmshimp.hxx212 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xActiveC…
213 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xNavigat…
236 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xExtView…
369 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController>& _xControlle…
370 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController>& getActi… in getActiveController()
371 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController>& getActi… in getActiveInternalController()
373 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController>& getNavC… in getNavController()
H A Dfmtextcontrolshell.hxx91 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xActiveC…
140 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
143 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
201 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
H A Dfmvwimp.hxx89 …::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController
117 …< ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > >& GetList(… in GetList()
120 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > getControlle…
123 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxParentC…
219 ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >
H A Dformcontrolling.hxx127 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
159 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
214 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
/aoo41x/main/svx/source/form/
H A Dfmvwimp.cxx121 using ::com::sun::star::form::runtime::XFormController;
213 …for ( ::std::vector< Reference< XFormController > >::const_iterator i = m_aControllerList.begin(… in dispose()
220 Reference< XFormController > xController( *i, UNO_QUERY_THROW ); in dispose()
254 return ::getCppuType((const Reference< XFormController>*)0); in getElementType()
303 Reference< XFormController > xController; in getControllerSearchChilds()
318 return Reference< XFormController > (); in getControllerSearchChilds()
326 for (::std::vector< Reference< XFormController > >::const_iterator i = m_aControllerList.begin(); in getController()
337 return Reference< XFormController > (); in getController()
421 Reference< XFormController > xParentController; in updateTabOrder()
723 const Reference< XFormController > & xController = *i;
[all …]
H A Dfmshimp.cxx906 Reference< runtime::XFormController > xController( rEvent.Source, UNO_QUERY_THROW ); in formActivated()
917 Reference< runtime::XFormController > xController( rEvent.Source, UNO_QUERY_THROW ); in formDeactivated()
2195 Reference< runtime::XFormController > xParent; in startListening()
2199 xParent = Reference< runtime::XFormController >(xChild, UNO_QUERY); in startListening()
3068 void saveFilter(const Reference< runtime::XFormController >& _rxController) in saveFilter()
3075 Reference< runtime::XFormController > xController; in saveFilter()
3201 void clearFilter(const Reference< runtime::XFormController >& _rxController) in clearFilter()
3207 Reference< runtime::XFormController > xController; in clearFilter()
3279 Reference< runtime::XFormController > xCurrentNavController( getNavController()); in CreateExternalView()
3351 Reference< runtime::XFormController > xNewController(m_xExtViewTriggerController); in CreateExternalView()
[all …]
H A Dfiltnav.cxx89 using ::com::sun::star::form::runtime::XFormController;
450 Reference< XFormController > xController( _Event.Source, UNO_QUERY_THROW ); in predicateExpressionChanged()
496 Reference< XFormController > xController( _Event.Source, UNO_QUERY_THROW ); in disjunctiveTermRemoved()
531 Reference< XFormController > xController( _Event.Source, UNO_QUERY_THROW ); in disjunctiveTermAdded()
601 …date(const Reference< XIndexAccess > & xControllers, const Reference< XFormController > & xCurrent) in Update()
641 … Reference< XFormController > xController( xControllers->getByIndex(i), UNO_QUERY_THROW ); in Update()
703 …l::Find(const ::std::vector<FmFilterData*>& rItems, const Reference< XFormController > & xControll… in Find()
747 void FmFilterModel::SetCurrentController(const Reference< XFormController > & xCurrent) in SetCurrentController()
897 Reference< XFormController > xFormController( pFormItem->GetController() ); in ValidateText()
1213 …tent(const Reference< XIndexAccess > & xControllers, const Reference< XFormController > & xCurrent) in UpdateContent()
[all …]
H A Dformcontrolling.cxx56 using ::com::sun::star::form::runtime::XFormController;
230 …const Reference< XFormController >& _rxController, IControllerFeatureInvalidation* _pInvalidationC… in ControllerFeatures()
249 void ControllerFeatures::assign( const Reference< XFormController >& _rxController ) in assign()
286 …const Reference< XFormController >& _rxController, IControllerFeatureInvalidation* _pInvalidationC… in FormControllerHelper()
H A Dlegacyformcontroller.cxx67 typedef ::cppu::WeakImplHelper2 < form::XFormController
112 const Reference< form::runtime::XFormController > m_xDelegator;
/aoo41x/main/qadevOOo/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.ODatasourceBrowser.csv22 "ODatasourceBrowser";"com::sun::star::form::XFormController#optional";"getCurrentControl()"
23 "ODatasourceBrowser";"com::sun::star::form::XFormController#optional";"addActivateListener()"
24 "ODatasourceBrowser";"com::sun::star::form::XFormController#optional";"removeActivateListener()"
/aoo41x/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java35 import com.sun.star.form.runtime.XFormController;
177 public XFormController getFormController( XForm _form ) in getFormController()
186 public XFormController getFormController( Object _form ) in getFormController()
/aoo41x/main/qadevOOo/tests/java/ifc/view/
H A D_XFormLayerAccess.java27 import com.sun.star.form.runtime.XFormController;
87 XFormController xFormCont = oObj.getFormController(xForm); in _getFromController()
/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DFormController.idl27 #include <com/sun/star/form/runtime/XFormController.idl>
40 interface XFormController;
H A DFormOperations.idl31 #include <com/sun/star/form/runtime/XFormController.idl>
60 [in] XFormController Controller
/aoo41x/main/forms/source/runtime/
H A Dformoperations.hxx68 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xControl…
128 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > SAL_C…
159 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >& _rxControl…
/aoo41x/main/qadevOOo/tests/java/ifc/form/
H A D_XFormController.java30 import com.sun.star.form.XFormController;
55 public static XFormController oObj = null;
/aoo41x/main/offapi/com/sun/star/form/
H A DXFormController.idl45 /** is superseded by <type scope="com::sun::star::form::runtime">XFormController</type>.
48 published interface XFormController: com::sun::star::awt::XTabController
H A DXFormControllerListener.idl46 @see XFormController
62 /** is invoked when a control of the "XFormController" lost the focus
H A DFormController.idl27 #include <com/sun/star/form/XFormController.idl>
90 interface com::sun::star::form::XFormController;
/aoo41x/main/svx/inc/svx/
H A Dfmshell.hxx55 class XFormController;
151 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > GetFormContro…
H A Dfmview.hxx51 class XFormController;
123 …SVX_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java31 import com.sun.star.form.runtime.XFormController;
125 public XFormController getFormController( Object _form ) in getFormController()
/aoo41x/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl34 #include <com/sun/star/form/runtime/XFormController.idl>
72 ::com::sun::star::form::runtime::XFormController

Completed in 129 milliseconds

123