Searched refs:SfxSlotServer (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sfx2/source/inc/ |
H A D | slotserv.hxx | 30 class SfxSlotServer class 37 SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ); 38 SfxSlotServer(); 51 inline SfxSlotServer::SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ): in SfxSlotServer() function in SfxSlotServer 59 inline SfxSlotServer::SfxSlotServer(): in SfxSlotServer() function in SfxSlotServer 67 inline sal_uInt16 SfxSlotServer::GetShellLevel() const in GetShellLevel() 74 inline const SfxSlot* SfxSlotServer::GetSlot() const in GetSlot()
|
H A D | statcach.hxx | 84 SfxSlotServer aSlotServ; // SlotServer, SlotPtr = 0 -> Nicht auf Stack 102 …const SfxSlotServer* GetSlotServer( SfxDispatcher &rDispat, const ::com::sun::star::uno::Refere… 103 const SfxSlotServer* GetSlotServer( SfxDispatcher &rDispat ) in GetSlotServer()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | dispatch.hxx | 38 class SfxSlotServer; 131 …SAL_DLLPRIVATE sal_Bool _TryIntercept_Impl( sal_uInt16 nId, SfxSlotServer &rServer, sal_Bool bModa… 132 sal_Bool _FindServer( sal_uInt16 nId, SfxSlotServer &rServer, sal_Bool bModal ); 133 sal_Bool _FillState( const SfxSlotServer &rServer, 135 const SfxPoolItem* _Execute( const SfxSlotServer &rServer );
|
H A D | bindings.hxx | 49 class SfxSlotServer; 124 const SfxSlotServer**,
|
H A D | unoctitm.hxx | 118 class SfxSlotServer; 192 …teChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState, SfxSlotServer* pServ );
|
/aoo41x/main/sfx2/source/control/ |
H A D | bindings.cxx | 410 const SfxSlotServer* pMsgServer = 0; in Update_Impl() 513 const SfxSlotServer* pMsgServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in Update() 843 const SfxSlotServer *pMsgServer = in InvalidateShell() 1214 const SfxSlotServer* pServer = pCache ? pCache->GetSlotServer( rDispatcher, pImp->xProv ) : 0; in Execute_Impl() 1418 const SfxSlotServer** pMsgServer, // out: Slot-Server zu nId in CreateSet_Impl() 1427 const SfxSlotServer* pMsgSvr = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in CreateSet_Impl() 1489 const SfxSlotServer *pServ = pSiblingCache->GetSlotServer(*pDispatcher, pImp->xProv); in CreateSet_Impl() 1795 const SfxSlotServer *pSlotServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in IMPL_LINK()
|
H A D | dispatch.cxx | 140 const SfxSlotServer* pCachedServ1; // zuletzt gerufene Message 141 const SfxSlotServer* pCachedServ2; // vorletzt gerufene Message 949 SfxSlotServer aSvr; in GetShellAndSlot_Impl() 1570 SfxSlotServer aSvr; in IMPL_LINK() 2171 SfxSlotServer& rServer, // zu f"uellende <SfxSlotServer>-Instanz in _TryIntercept_Impl() 2226 SfxSlotServer& rServer, // zu f"uellnde <SfxSlotServer>-Instanz in _FindServer() 2497 const SfxSlotServer& rSvr, // abzufragende <Slot-Server> in _FillState() 2577 const SfxPoolItem* SfxDispatcher::_Execute( const SfxSlotServer &rSvr ) in _Execute()
|
H A D | ctrlitem.cxx | 442 const SfxSlotServer *pServer = pCache->GetSlotServer( *pDispat ); in GetCoreMetric()
|
H A D | statcach.cxx | 265 const SfxSlotServer* SfxStateCache::GetSlotServer( SfxDispatcher &rDispat , const ::com::sun::star:… in GetSlotServer()
|
H A D | unoctitm.cxx | 918 …hanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState, SfxSlotServer* pSlotServ ) in StateChanged()
|
Completed in 57 milliseconds