Lines Matching refs:UpSearchToolboxController

573 UpSearchToolboxController::UpSearchToolboxController( const css::uno::Reference< css::lang::XMultiS…  in UpSearchToolboxController()  function in svx::UpSearchToolboxController
580 UpSearchToolboxController::~UpSearchToolboxController() in ~UpSearchToolboxController()
585 css::uno::Any SAL_CALL UpSearchToolboxController::queryInterface( const css::uno::Type& aType ) thr… in queryInterface()
594 void SAL_CALL UpSearchToolboxController::acquire() throw () in acquire()
599 void SAL_CALL UpSearchToolboxController::release() throw () in release()
605 ::rtl::OUString SAL_CALL UpSearchToolboxController::getImplementationName() throw( css::uno::Runtim… in getImplementationName()
610 sal_Bool SAL_CALL UpSearchToolboxController::supportsService( const ::rtl::OUString& ServiceName ) … in supportsService()
622 css::uno::Sequence< ::rtl::OUString > SAL_CALL UpSearchToolboxController::getSupportedServiceNames(… in getSupportedServiceNames()
627 css::uno::Sequence< ::rtl::OUString > UpSearchToolboxController::getSupportedServiceNames_Static() … in getSupportedServiceNames_Static()
635 void SAL_CALL UpSearchToolboxController::dispose() throw ( css::uno::RuntimeException ) in dispose()
645 void SAL_CALL UpSearchToolboxController::initialize( const css::uno::Sequence< css::uno::Any >& aAr… in initialize()
652 void SAL_CALL UpSearchToolboxController::execute( sal_Int16 /*KeyModifier*/ ) throw ( css::uno::Run… in execute()
692 void SAL_CALL UpSearchToolboxController::statusChanged( const css::frame::FeatureStateEvent& /*rEve… in statusChanged()
865 return *new UpSearchToolboxController( rSMgr ); in UpSearchToolboxController_createInstance()