Lines Matching refs:LegacyFormController

76     class LegacyFormController : public LegacyFormController_Base  class
81 return *( new LegacyFormController( _rxFactory ) ); in Create()
85 LegacyFormController( const Reference< XMultiServiceFactory >& _rxFactory ) in LegacyFormController() function in svxform::LegacyFormController
116 …Reference< XControl > SAL_CALL LegacyFormController::getCurrentControl( ) throw (RuntimeException) in getCurrentControl()
122 …void SAL_CALL LegacyFormController::addActivateListener( const Reference< form::XFormControllerLis… in addActivateListener()
128 …void SAL_CALL LegacyFormController::removeActivateListener( const Reference< form::XFormController… in removeActivateListener()
134 …void SAL_CALL LegacyFormController::setModel( const Reference< XTabControllerModel >& _model ) thr… in setModel()
140 …Reference< XTabControllerModel > SAL_CALL LegacyFormController::getModel( ) throw (RuntimeExcepti… in getModel()
146 …void SAL_CALL LegacyFormController::setContainer( const Reference< XControlContainer >& _container… in setContainer()
152 …Reference< XControlContainer > SAL_CALL LegacyFormController::getContainer( ) throw (RuntimeExcep… in getContainer()
158 …Sequence< Reference< XControl > > SAL_CALL LegacyFormController::getControls( ) throw (RuntimeExc… in getControls()
164 void SAL_CALL LegacyFormController::autoTabOrder( ) throw (RuntimeException) in autoTabOrder()
170 void SAL_CALL LegacyFormController::activateTabOrder( ) throw (RuntimeException) in activateTabOrder()
176 void SAL_CALL LegacyFormController::activateFirst( ) throw (RuntimeException) in activateFirst()
182 void SAL_CALL LegacyFormController::activateLast( ) throw (RuntimeException) in activateLast()
188 … ::rtl::OUString SAL_CALL LegacyFormController::getImplementationName( ) throw (RuntimeException) in getImplementationName()
194 …::sal_Bool SAL_CALL LegacyFormController::supportsService( const ::rtl::OUString& _serviceName ) t… in supportsService()
205 …Sequence< ::rtl::OUString > SAL_CALL LegacyFormController::getSupportedServiceNames( ) throw (Run… in getSupportedServiceNames()
221 return ::svxform::LegacyFormController::Create( _rxORB ); in LegacyFormController_NewInstance_Impl()