Lines Matching refs:ToolboxController

59 ToolboxController::ToolboxController(  in ToolboxController()  function in svt::ToolboxController
89 ToolboxController::ToolboxController() : in ToolboxController() function in svt::ToolboxController
102 ToolboxController::~ToolboxController() in ~ToolboxController()
106 Reference< XFrame > ToolboxController::getFrameInterface() const in getFrameInterface()
112 Reference< XMultiServiceFactory > ToolboxController::getServiceManager() const in getServiceManager()
118 Reference< XLayoutManager > ToolboxController::getLayoutManager() const in getLayoutManager()
142 Any SAL_CALL ToolboxController::queryInterface( const Type& rType ) in queryInterface()
165 void SAL_CALL ToolboxController::acquire() throw () in acquire()
170 void SAL_CALL ToolboxController::release() throw () in release()
175 void SAL_CALL ToolboxController::initialize( const Sequence< Any >& aArguments ) in initialize()
231 void SAL_CALL ToolboxController::update() in update()
245 void SAL_CALL ToolboxController::dispose() in dispose()
286 void SAL_CALL ToolboxController::addEventListener( const Reference< XEventListener >& xListener ) in addEventListener()
292 void SAL_CALL ToolboxController::removeEventListener( const Reference< XEventListener >& aListener ) in removeEventListener()
299 void SAL_CALL ToolboxController::disposing( const EventObject& Source ) in disposing()
325 void SAL_CALL ToolboxController::statusChanged( const FeatureStateEvent& ) in statusChanged()
332 void SAL_CALL ToolboxController::execute( sal_Int16 KeyModifier ) in execute()
379 void SAL_CALL ToolboxController::click() in click()
384 void SAL_CALL ToolboxController::doubleClick() in doubleClick()
389 Reference< XWindow > SAL_CALL ToolboxController::createPopupWindow() in createPopupWindow()
395 Reference< XWindow > SAL_CALL ToolboxController::createItemWindow( const Reference< XWindow >& ) in createItemWindow()
401 void ToolboxController::addStatusListener( const rtl::OUString& aCommandURL ) in addStatusListener()
467 void ToolboxController::removeStatusListener( const rtl::OUString& aCommandURL ) in removeStatusListener()
494 void ToolboxController::bindListener() in bindListener()
587 void ToolboxController::unbindListener() in unbindListener()
626 sal_Bool ToolboxController::isBound() const in isBound()
640 sal_Bool ToolboxController::hasBigImages() const in hasBigImages()
645 sal_Bool ToolboxController::isHighContrast() const in isHighContrast()
661 void ToolboxController::updateStatus() in updateStatus()
666 void ToolboxController::updateStatus( const rtl::OUString aCommandURL ) in updateStatus()
707 Reference< XURLTransformer > ToolboxController::getURLTransformer() const in getURLTransformer()
712 Reference< ::com::sun::star::awt::XWindow > ToolboxController::getParent() const in getParent()
717 void ToolboxController::dispatchCommand( const OUString& sCommandURL, const Sequence< PropertyValue… in dispatchCommand()
729 if ( !Application::PostUserEvent( STATIC_LINK(0, ToolboxController, ExecuteHdl_Impl), in dispatchCommand()
742 …uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL ToolboxController::getProperty… in getPropertySetInfo()
748 ::cppu::IPropertyArrayHelper& ToolboxController::getInfoHelper() in getInfoHelper()
750 return *const_cast<ToolboxController*>(this)->getArrayHelper(); in getInfoHelper()
754 ::cppu::IPropertyArrayHelper* ToolboxController::createArrayHelper( ) const in createArrayHelper()
761 void ToolboxController::setSupportVisiableProperty(sal_Bool bValue) in setSupportVisiableProperty()
766 sal_Bool SAL_CALL ToolboxController::convertFastPropertyValue( com::sun::star::uno::Any& aConver… in convertFastPropertyValue()
789 void SAL_CALL ToolboxController::setFastPropertyValue_NoBroadcast( in setFastPropertyValue_NoBroadcast()
805 IMPL_STATIC_LINK_NOINSTANCE( ToolboxController, ExecuteHdl_Impl, DispatchInfo*, pDispatchInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
812 void ToolboxController::enable( bool bEnable ) in enable()
822 bool ToolboxController::getToolboxId( sal_uInt16& rItemId, ToolBox** ppToolBox ) in getToolboxId()