Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.FormController.csv1 "FormController";"com::sun::star::lang::XComponent";"dispose()"
2 "FormController";"com::sun::star::lang::XComponent";"addEventListener()"
3 "FormController";"com::sun::star::lang::XComponent";"removeEventListener()"
13 "FormController";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
21 "FormController";"com::sun::star::frame::XController";"attachFrame()"
22 "FormController";"com::sun::star::frame::XController";"attachModel()"
23 "FormController";"com::sun::star::frame::XController";"suspend()"
24 "FormController";"com::sun::star::frame::XController";"getViewData()"
25 "FormController";"com::sun::star::frame::XController";"restoreViewData()"
26 "FormController";"com::sun::star::frame::XController";"getModel()"
[all …]
/aoo41x/main/svx/source/form/
H A Dformcontroller.cxx552 DBG_NAME( FormController ) in DBG_NAME() argument
554 FormController::FormController(const Reference< XMultiServiceFactory > & _rxORB ) in DBG_NAME()
590 DBG_CTOR( FormController, NULL ); in DBG_NAME()
616 FormController::~FormController() in ~FormController()
648 DBG_DTOR( FormController, NULL ); in ~FormController()
930 void FormController::fillProperties( in fillProperties()
1207 void FormController::disposing(void) in disposing()
1620 void FormController::impl_onModify() in impl_onModify()
2283 void FormController::setLocks() in setLocks()
2434 void FormController::stopListening() in stopListening()
[all …]
H A Dfmservs.cxx45 DECL_SERVICE( FormController )
88 REGISTER_SERVICE( FormController, FM_FORM_CONTROLLER ); in DECL_SELFAWARE_SERVICE()
/aoo41x/main/extensions/source/propctrlr/
H A Dformcontroller.cxx46 ::pcr::OAutoRegistration< ::pcr::FormController > aFormControllerRegistration; in createRegistryInfo_FormController()
88FormController::FormController( const Reference< XComponentContext >& _rxContext, ServiceDescripto… in FormController() function in pcr::FormController
106 FormController::~FormController() in ~FormController()
114 Sequence< Type > SAL_CALL FormController::getTypes( ) throw(RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
125 IMPLEMENT_GET_IMPLEMENTATION_ID( FormController ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
160 aService.GetImplementationName = &FormController::getImplementationName_static; in Create()
162 return *(new FormController( _rxContext, aService, true ) ); in Create()
172 ::cppu::IPropertyArrayHelper& SAL_CALL FormController::getInfoHelper() in getInfoHelper()
178 ::cppu::IPropertyArrayHelper* FormController::createArrayHelper( ) const in createArrayHelper()
262 rValue = const_cast< FormController* >( this )->getViewData(); in getFastPropertyValue()
[all …]
H A Dformcontroller.hxx53 class FormController;
55 typedef ::comphelper::OPropertyArrayUsageHelper< FormController > FormController_PropertyBase2;
62 class FormController :public OPropertyBrowserController class
72 FormController(
85 ~FormController();
/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl56 Such a <code>FormController</code> is responsible for dialog processing,
59 <p>As a form may contain one or many subforms, a <type>FormController</type> may
60 contain one or more other <type>FormController</type>s, so the form model structure or hierarchy
61 is reflected in the structure of <type>FormController</type>s. That is, retrieving the parent of
71 <p>This interface supersedes the <type scope="com::sun::star::form">FormController</type>.</p>
74 …<p>A <type>FormController</type> is responsible for a <type scope="com::sun::star::awt">UnoControl…
93 (aka the <code>FormController</code>'s model), using its
110 …<p>In general, all URLs start with the same prefix, namely <em>.uno:FormController/</em>. To this,…
113 requesting a dispatcher for this functionality is <em>.uno:FormController/deleteRecord</em>.</p>
H A DXFormControllerContext.idl35 /** provides a context for a <type>FormController</type>
37 <p>A <type>FormController</type> knows about the controls it is responsible
H A Dmakefile.mk41 FormController.idl \
H A DFormController.idl38 service FormController
H A DFormOperations.idl53 …perations</code> instance which works on a <type scope="com::sun::star::form">FormController</type>
H A DXFormOperations.idl83 registered at the <type scope="com::sun::star::form">FormController</type> or the
/aoo41x/main/offapi/com/sun/star/form/
H A DTabulatorCycle.idl36 several possibilities how a <type>FormController</type> should handle this.
46 @see FormController
H A DFormController.idl80 /** is superseded by <type scope="com::sun::star::form::runtime">FormController</type>.
83 published service FormController
H A Dmakefile.mk47 FormController.idl\
H A DFormControllerDispatcher.idl36 …ed anymore, and superseded by <type scope="com::sun::star::form::runtime">FormController</type> and
H A DXFormControllerListener.idl41 /** allows to be notified when the activation status of a <type>FormController</type> changes.
H A DXBoundComponent.idl41 performed by the environment (usually, a <type>FormController</type>).<br/>
H A DFormControlModel.idl88 <p>Normally, a <type>FormController</type> instance is evaluating this property.</p>
/aoo41x/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl55 /** returns the <type scope="com::sun::star::form">FormController</type>
69 @see ::com::sun::star::form::runtime::FormController
/aoo41x/main/svx/source/inc/
H A Dformcontroller.hxx140 class SAL_DLLPRIVATE FormController :public ::comphelper::OBaseMutex class
144 … ,public ::comphelper::OAggregationArrayUsageHelper< FormController >
222FormController( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…
225 ~FormController();
/aoo41x/main/offapi/com/sun/star/sdb/
H A DDataSourceBrowser.idl38 #include <com/sun/star/form/FormController.idl>
173 [optional] service com::sun::star::form::FormController;
H A DRelationDesign.idl36 #include <com/sun/star/form/FormController.idl>
H A DTableDesign.idl36 #include <com/sun/star/form/FormController.idl>
H A DQueryDesign.idl36 #include <com/sun/star/form/FormController.idl>
/aoo41x/main/odk/pack/copying/
H A Didl_chapter_refs.txt2863 com.sun.star.form.FormController

Completed in 191 milliseconds