Lines Matching refs:SfxToolBoxControl
123 SFX_IMPL_TOOLBOX_CONTROL_ARG(SfxToolBoxControl, SfxStringItem, sal_True);
195 return SfxToolBoxControl::CreateControl( nSlotId, nID, pToolbox, pModule ); in SfxToolBoxControllerFactory()
237 SfxToolBoxControl::SfxToolBoxControl( in SfxToolBoxControl() function in SfxToolBoxControl
258 SfxToolBoxControl::~SfxToolBoxControl() in ~SfxToolBoxControl()
271 ToolBox& SfxToolBoxControl::GetToolBox() const in GetToolBox()
275 unsigned short SfxToolBoxControl::GetId() const in GetId()
279 unsigned short SfxToolBoxControl::GetSlotId() const in GetSlotId()
286 void SAL_CALL SfxToolBoxControl::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
320 void SfxToolBoxControl::RegisterToolBoxControl( SfxModule* pMod, SfxTbxCtrlFactory* pFact) in RegisterToolBoxControl()
325 SfxToolBoxControl* SfxToolBoxControl::CreateControl( sal_uInt16 nSlotId, sal_uInt16 nTbxId, ToolBox… in CreateControl()
329 SfxToolBoxControl *pCtrl; in CreateControl()
400 SfxItemState SfxToolBoxControl::GetItemState( in GetItemState()
441 void SfxToolBoxControl::Dispatch( in Dispatch()
461 void SfxToolBoxControl::Dispatch( const ::rtl::OUString& aCommand, ::com::sun::star::uno::Sequence<… in Dispatch()
504 Any SAL_CALL SfxToolBoxControl::queryInterface( const Type & rType ) in queryInterface()
513 void SAL_CALL SfxToolBoxControl::acquire() throw() in acquire()
518 void SAL_CALL SfxToolBoxControl::release() throw() in release()
523 void SAL_CALL SfxToolBoxControl::disposing( const ::com::sun::star::lang::EventObject& aEvent ) in disposing()
530 void SAL_CALL SfxToolBoxControl::statusChanged( const FeatureStateEvent& rEvent ) in statusChanged()
643 ::sal_Bool SAL_CALL SfxToolBoxControl::opensSubToolbar() throw (::com::sun::star::uno::RuntimeExcep… in opensSubToolbar()
648 ::rtl::OUString SAL_CALL SfxToolBoxControl::getSubToolbarName() throw (::com::sun::star::uno::Runti… in getSubToolbarName()
653 void SAL_CALL SfxToolBoxControl::functionSelected( const ::rtl::OUString& /*aCommand*/ ) throw (::c… in functionSelected()
658 void SAL_CALL SfxToolBoxControl::updateImage() throw (::com::sun::star::uno::RuntimeException) in updateImage()
664 void SAL_CALL SfxToolBoxControl::execute( sal_Int16 KeyModifier ) throw (::com::sun::star::uno::Run… in execute()
669 void SAL_CALL SfxToolBoxControl::click() throw (::com::sun::star::uno::RuntimeException) in click()
675 void SAL_CALL SfxToolBoxControl::doubleClick() throw (::com::sun::star::uno::RuntimeException) in doubleClick()
681 Reference< ::com::sun::star::awt::XWindow > SAL_CALL SfxToolBoxControl::createPopupWindow() throw (… in createPopupWindow()
691 Reference< ::com::sun::star::awt::XWindow > SAL_CALL SfxToolBoxControl::createItemWindow( const Ref… in createItemWindow()
698 void SAL_CALL SfxToolBoxControl::startDocking( const ::com::sun::star::awt::DockingEvent& ) in startDocking()
702 ::com::sun::star::awt::DockingData SAL_CALL SfxToolBoxControl::docking( const ::com::sun::star::awt… in docking()
708 void SAL_CALL SfxToolBoxControl::endDocking( const ::com::sun::star::awt::EndDockingEvent& ) in endDocking()
713 sal_Bool SAL_CALL SfxToolBoxControl::prepareToggleFloatingMode( const ::com::sun::star::lang::Event… in prepareToggleFloatingMode()
719 void SAL_CALL SfxToolBoxControl::toggleFloatingMode( const ::com::sun::star::lang::EventObject& ) in toggleFloatingMode()
724 void SAL_CALL SfxToolBoxControl::closed( const ::com::sun::star::lang::EventObject& ) in closed()
729 void SAL_CALL SfxToolBoxControl::endPopupMode( const ::com::sun::star::awt::EndPopupModeEvent& aEve… in endPopupMode()
810 ::Size SfxToolBoxControl::getPersistentFloatingSize( const Reference< XFrame >& /*xFrame*/, const … in getPersistentFloatingSize()
816 void SfxToolBoxControl::createAndPositionSubToolBar( const ::rtl::OUString& rSubToolBarResName ) in createAndPositionSubToolBar()
912 void SfxToolBoxControl::SetPopupWindow( SfxPopupWindow* pWindow ) in SetPopupWindow()
915 pImpl->mpPopupWindow->SetPopupModeEndHdl( LINK( this, SfxToolBoxControl, PopupModeEndHdl )); in SetPopupWindow()
916 pImpl->mpPopupWindow->SetDeleteLink_Impl( LINK( this, SfxToolBoxControl, ClosePopupWindow )); in SetPopupWindow()
921 IMPL_LINK( SfxToolBoxControl, PopupModeEndHdl, void *, EMPTYARG ) in IMPL_LINK() argument
945 IMPL_LINK( SfxToolBoxControl, ClosePopupWindow, SfxPopupWindow *, pWindow ) in IMPL_LINK() argument
957 void SfxToolBoxControl::StateChanged in StateChanged()
1013 void SfxToolBoxControl::Select( sal_uInt16 nModifier ) in Select()
1021 void SfxToolBoxControl::Select( sal_Bool /*bMod1*/ ) in Select()
1047 void SfxToolBoxControl::DoubleClick() in DoubleClick()
1053 void SfxToolBoxControl::Click() in Click()
1059 SfxPopupWindowType SfxToolBoxControl::GetPopupWindowType() const in GetPopupWindowType()
1066 SfxPopupWindow* SfxToolBoxControl::CreatePopupWindow() in CreatePopupWindow()
1071 SfxPopupWindow* SfxToolBoxControl::CreatePopupWindowCascading() in CreatePopupWindowCascading()
1078 Window* SfxToolBoxControl::CreateItemWindow( Window * ) in CreateItemWindow()