Searched refs:GetRealSlot (Results 1 – 4 of 4) sorted by relevance
360 const SfxSlot* SfxInterface::GetRealSlot( const SfxSlot *pSlot ) const in GetRealSlot() function in SfxInterface369 return pGenoType->GetRealSlot(pSlot); in GetRealSlot()380 const SfxSlot* SfxInterface::GetRealSlot( sal_uInt16 nSlotId ) const in GetRealSlot() function in SfxInterface390 return pGenoType->GetRealSlot(nSlotId); in GetRealSlot()
1266 const SfxSlot *pRealSlot = pShell->GetInterface()->GetRealSlot(pSlot); in Execute_Impl()1447 pRealSlot = pInterface->GetRealSlot(pMsgSvr->GetSlot()); in CreateSet_Impl()
958 *ppSlot = (*ppShell)->GetInterface()->GetRealSlot(*ppSlot); in GetShellAndSlot_Impl()
72 const SfxSlot* GetRealSlot( const SfxSlot * ) const;73 const SfxSlot* GetRealSlot( sal_uInt16 nSlotId ) const;
Completed in 93 milliseconds