Lines Matching refs:pIF
618 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()
905 const SfxInterface* pIF // default = 0 bedeutet virtuell besorgen in ExecuteSlot() argument
943 if ( !pIF ) in ExecuteSlot()
944 pIF = GetInterface(); in ExecuteSlot()
951 pSlot = pIF->GetSlot(nSlot); in ExecuteSlot()
966 const SfxInterface* pIF, // default = 0 bedeutet virtuell besorgen in GetSlotState() argument
1010 if ( !pIF ) in GetSlotState()
1011 pIF = GetInterface(); in GetSlotState()
1019 pSlot = pIF->GetSlot(nSlotId); in GetSlotState()