Home
last modified time | relevance | path

Searched refs:SfxUnoControllerItem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx97 SFX_IMPL_XINTERFACE_2( SfxUnoControllerItem, OWeakObject, ::com::sun::star::frame::XStatusListener,… in SFX_IMPL_XINTERFACE_2() argument
98 SFX_IMPL_XTYPEPROVIDER_2( SfxUnoControllerItem, ::com::sun::star::frame::XStatusListener, ::com::su… in SFX_IMPL_XINTERFACE_2()
100 SfxUnoControllerItem::SfxUnoControllerItem( SfxControllerItem *pItem, SfxBindings& rBind, const Str… in SFX_IMPL_XINTERFACE_2()
112 SfxUnoControllerItem::~SfxUnoControllerItem() in ~SfxUnoControllerItem()
119 void SfxUnoControllerItem::UnBind() in UnBind()
185 void SAL_CALL SfxUnoControllerItem::disposing( const ::com::sun::star::lang::EventObject& ) throw … in disposing()
191 void SfxUnoControllerItem::ReleaseDispatch() in ReleaseDispatch()
200 void SfxUnoControllerItem::GetNewDispatch() in GetNewDispatch()
237 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SfxUnoControllerItem::TryGe… in TryGetDispatch()
258 void SfxUnoControllerItem::Execute() in Execute()
[all …]
H A Dbindings.cxx335 SfxUnoControllerItem *pCtrl = (*pImp->pUnoCtrlArr)[n-1]; in DeleteControllers_Impl()
2242 void SfxBindings::RegisterUnoController_Impl( SfxUnoControllerItem* pControl ) in RegisterUnoController_Impl()
2249 void SfxBindings::ReleaseUnoController_Impl( SfxUnoControllerItem* pControl ) in ReleaseUnoController_Impl()
2272 SfxUnoControllerItem *pCtrl = (*pImp->pUnoCtrlArr)[n-1]; in InvalidateUnoControllers_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx60 class SfxUnoControllerItem;
61 typedef SfxUnoControllerItem* SfxUnoControllerItemPtr;
206 SAL_DLLPRIVATE void RegisterUnoController_Impl( SfxUnoControllerItem* );
207 SAL_DLLPRIVATE void ReleaseUnoController_Impl( SfxUnoControllerItem* );
H A Dframe.hxx85 class SfxUnoControllerItem;
207 SAL_DLLPRIVATE void RegisterUnoController_Impl( SfxUnoControllerItem* );
208 SAL_DLLPRIVATE void ReleaseUnoController_Impl( SfxUnoControllerItem* );
H A Dunoctitm.hxx51 class SfxUnoControllerItem : public ::com::sun::star::frame::XStatusListener , class
66 SfxUnoControllerItem( SfxControllerItem*, SfxBindings&, const String& );
67 ~SfxUnoControllerItem();
H A Dmnuitem.hxx35 class SfxUnoControllerItem;
99 SfxUnoControllerItem* pUnoCtrl;
H A Dtbxctrl.hxx56 class SfxUnoControllerItem;
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx553 pUnoCtrl = new SfxUnoControllerItem( this, rBindings, rCmd ); in SfxUnoMenuControl()
566 pUnoCtrl = new SfxUnoControllerItem( this, rBindings, rCmd ); in SfxUnoMenuControl()

Completed in 53 milliseconds