Lines Matching refs:RuntimeException

50 	using ::com::sun::star::uno::RuntimeException;
91 virtual Reference< XControl > SAL_CALL getCurrentControl( ) throw (RuntimeException);
92 …ddActivateListener( const Reference< form::XFormControllerListener >& l ) throw (RuntimeException);
93 …veActivateListener( const Reference< form::XFormControllerListener >& l ) throw (RuntimeException);
96 …l void SAL_CALL setModel( const Reference< XTabControllerModel >& Model ) throw (RuntimeException);
97 virtual Reference< XTabControllerModel > SAL_CALL getModel( ) throw (RuntimeException);
98 … SAL_CALL setContainer( const Reference< XControlContainer >& Container ) throw (RuntimeException);
99 virtual Reference< XControlContainer > SAL_CALL getContainer( ) throw (RuntimeException);
100 virtual Sequence< Reference< XControl > > SAL_CALL getControls( ) throw (RuntimeException);
101 virtual void SAL_CALL autoTabOrder( ) throw (RuntimeException);
102 virtual void SAL_CALL activateTabOrder( ) throw (RuntimeException);
103 virtual void SAL_CALL activateFirst( ) throw (RuntimeException);
104 virtual void SAL_CALL activateLast( ) throw (RuntimeException);
107 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (RuntimeException);
108 …::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (RuntimeException);
109 …virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
116 …Reference< XControl > SAL_CALL LegacyFormController::getCurrentControl( ) throw (RuntimeException) in getCurrentControl()
122 …ateListener( const Reference< form::XFormControllerListener >& _listener ) throw (RuntimeException) in addActivateListener()
128 …ateListener( const Reference< form::XFormControllerListener >& _listener ) throw (RuntimeException) in removeActivateListener()
134 …FormController::setModel( const Reference< XTabControllerModel >& _model ) throw (RuntimeException) in setModel()
140 …ference< XTabControllerModel > SAL_CALL LegacyFormController::getModel( ) throw (RuntimeException) in getModel()
146 …ntroller::setContainer( const Reference< XControlContainer >& _container ) throw (RuntimeException) in setContainer()
152 …rence< XControlContainer > SAL_CALL LegacyFormController::getContainer( ) throw (RuntimeException) in getContainer()
158 …ce< Reference< XControl > > SAL_CALL LegacyFormController::getControls( ) throw (RuntimeException) 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 …gacyFormController::supportsService( const ::rtl::OUString& _serviceName ) throw (RuntimeException) in supportsService()
205 …tl::OUString > SAL_CALL LegacyFormController::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()