Home
last modified time | relevance | path

Searched refs:pIF (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sfx2/source/control/
H A Dshell.cxx618 const SfxInterface *pIF = GetInterface(); in Invalidate_Impl() local
621 const SfxSlot *pSlot = pIF->GetSlot(nId); in Invalidate_Impl()
631 pSlave && pIF->ContainsSlot_Impl( pSlave ) && in Invalidate_Impl()
639 pIF = pIF->GetGenoType(); in Invalidate_Impl()
642 while ( pIF ); in Invalidate_Impl()
943 if ( !pIF ) in ExecuteSlot()
944 pIF = GetInterface(); in ExecuteSlot()
951 pSlot = pIF->GetSlot(nSlot); in ExecuteSlot()
1010 if ( !pIF ) in GetSlotState()
1011 pIF = GetInterface(); in GetSlotState()
[all …]
H A Dmsgpool.cxx91 for ( SfxInterface *pIF = FirstInterface(); pIF; pIF = FirstInterface() ) in ~SfxSlotPool() local
92 delete pIF; in ~SfxSlotPool()
H A Ddispatch.cxx2547 SfxInterface *pIF = pSh->GetInterface(); in _FillState() local
2555 if ( !pItem->IsA(pIF->GetSlot(nSlotId)->GetType()->Type()) ) in _FillState()
2561 aMsg += pIF->GetClassName(); in _FillState()
H A Dbindings.cxx1563 const SfxInterface* pIF, // das diese Id momentan bedienende Interface in UpdateControllers_Impl() argument
1607 if ( pIF && pFirstSlave) in UpdateControllers_Impl()
/aoo41x/main/sfx2/inc/sfx2/
H A Dshell.hxx207 …const SfxPoolItem* GetSlotState( sal_uInt16 nSlotId, const SfxInterface *pIF = 0, SfxItem…
208 const SfxPoolItem* ExecuteSlot( SfxRequest &rReq, const SfxInterface *pIF = 0 );
H A Dbindings.hxx129 const SfxInterface* pIF,

Completed in 54 milliseconds