Lines Matching refs:DownSearchToolboxController

444 DownSearchToolboxController::DownSearchToolboxController(const css::uno::Reference< css::lang::XMul…  in DownSearchToolboxController()  function in svx::DownSearchToolboxController
451 DownSearchToolboxController::~DownSearchToolboxController() in ~DownSearchToolboxController()
456 css::uno::Any SAL_CALL DownSearchToolboxController::queryInterface( const css::uno::Type& aType ) t… in queryInterface()
465 void SAL_CALL DownSearchToolboxController::acquire() throw () in acquire()
470 void SAL_CALL DownSearchToolboxController::release() throw () in release()
476 ::rtl::OUString SAL_CALL DownSearchToolboxController::getImplementationName() throw( css::uno::Runt… in getImplementationName()
481 sal_Bool SAL_CALL DownSearchToolboxController::supportsService( const ::rtl::OUString& ServiceName … in supportsService()
493 css::uno::Sequence< ::rtl::OUString > SAL_CALL DownSearchToolboxController::getSupportedServiceName… in getSupportedServiceNames()
498 css::uno::Sequence< ::rtl::OUString > DownSearchToolboxController::getSupportedServiceNames_Static(… in getSupportedServiceNames_Static()
506 void SAL_CALL DownSearchToolboxController::dispose() throw ( css::uno::RuntimeException ) in dispose()
516 void SAL_CALL DownSearchToolboxController::initialize( const css::uno::Sequence< css::uno::Any >& a… in initialize()
523 void SAL_CALL DownSearchToolboxController::execute( sal_Int16 /*KeyModifier*/ ) throw ( css::uno::R… in execute()
563 void SAL_CALL DownSearchToolboxController::statusChanged( const css::frame::FeatureStateEvent& /*rE… in statusChanged()
859 return *new DownSearchToolboxController( rSMgr ); in DownSearchToolboxController_createInstance()