Lines Matching refs:SAL_CALL
91 virtual Reference< XControl > SAL_CALL getCurrentControl( ) throw (RuntimeException);
92 …virtual void SAL_CALL addActivateListener( const Reference< form::XFormControllerListener >& l ) t…
93 …virtual void SAL_CALL removeActivateListener( const Reference< form::XFormControllerListener >& l …
96 …virtual void SAL_CALL setModel( const Reference< XTabControllerModel >& Model ) throw (RuntimeExce…
97 virtual Reference< XTabControllerModel > SAL_CALL getModel( ) throw (RuntimeException);
98 …virtual void SAL_CALL setContainer( const Reference< XControlContainer >& Container ) throw (Runti…
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 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (RuntimeEx…
109 …virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
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()
218 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL