Lines Matching refs:StdTabController
50 StdTabController::StdTabController() in StdTabController() function in StdTabController
54 StdTabController::~StdTabController() in ~StdTabController()
58 sal_Bool StdTabController::ImplCreateComponentSequence( in ImplCreateComponentSequence()
138 void StdTabController::ImplActivateControl( sal_Bool bFirst ) const in ImplActivateControl()
167 Any StdTabController::queryAggregation( const Type & rType ) throw(RuntimeException) in queryAggregation()
177 IMPL_XTYPEPROVIDER_START( StdTabController )
182 void StdTabController::setModel( const Reference< XTabControllerModel >& Model ) throw(RuntimeExcep…
189 Reference< XTabControllerModel > StdTabController::getModel( ) throw(RuntimeException) in getModel()
196 void StdTabController::setContainer( const Reference< XControlContainer >& Container ) throw(Runtim… in setContainer()
203 Reference< XControlContainer > StdTabController::getContainer( ) throw(RuntimeException) in getContainer()
210 Sequence< Reference< XControl > > StdTabController::getControls( ) throw(RuntimeException) in getControls()
236 void StdTabController::autoTabOrder( ) throw(RuntimeException) in autoTabOrder()
301 void StdTabController::activateTabOrder( ) throw(RuntimeException) in activateTabOrder()
357 void StdTabController::activateFirst( ) throw(RuntimeException) in activateFirst()
364 void StdTabController::activateLast( ) throw(RuntimeException) in activateLast()
372 Reference< XControl > StdTabController::FindControl( Sequence< Reference< XControl > >& rCtrls, in FindControl()