Lines Matching refs:pSlot

74 	const SfxSlot*		pSlot;		 // ausgef"uhrter Slot  member
165 pImp->pSlot = 0; in SfxRequest()
209 pImp->pSlot = 0; in SfxRequest()
213 …me->GetDispatcher()->GetShellAndSlot_Impl( nSlotId, &pImp->pShell, &pImp->pSlot, sal_True, sal_Tru… in SfxRequest()
252 pImp->pSlot = 0; in SfxRequest()
259 const SfxSlot* pSlot, // auszuf"uhrende <Slot-Id> in SfxRequest() argument
264 : nSlot(pSlot->GetSlotId()), in SfxRequest()
275 pImp->pSlot = 0; in SfxRequest()
278 TransformParameters( nSlot, rArgs, *pArgs, pSlot ); in SfxRequest()
303 pImp->pSlot = 0; in SfxRequest()
361 aCommand.AppendAscii( pSlot->GetUnoName() ); in Record()
429 pImp->pSlot = &rSlot; in Record_Impl()
721 if ( nSlot != pImp->pSlot->GetSlotId() ) in Done_Impl()
724 pImp->pSlot = pImp->pShell->GetInterface()->GetSlot(nSlot); in Done_Impl()
725 DBG_ASSERT( pImp->pSlot, "delegated SlotId not found" ); in Done_Impl()
726 if ( !pImp->pSlot ) // Hosentr"ger und G"urtel in Done_Impl()
732 if ( !pImp->pSlot->pUnoName ) in Done_Impl()
735 aStr += ByteString::CreateFromInt32( pImp->pSlot->GetSlotId() ); in Done_Impl()
739 if ( !pImp->pSlot->pUnoName ) // Hosentr"ger und G"urtel in Done_Impl()
746 if ( !pImp->pSlot->IsMode(SFX_SLOT_METHOD) ) in Done_Impl()
750 sal_uInt16 nWhich = rPool.GetWhich(pImp->pSlot->GetSlotId()); in Done_Impl()
756 aStr += ByteString::CreateFromInt32( pImp->pSlot->GetSlotId() ); in Done_Impl()
762 TransformItems( pImp->pSlot->GetSlotId(), *pSet, aSeq, pImp->pSlot ); in Done_Impl()
767 else if ( pImp->pSlot->IsMode(SFX_SLOT_RECORDPERSET) ) in Done_Impl()
771 TransformItems( pImp->pSlot->GetSlotId(), *pSet, aSeq, pImp->pSlot ); in Done_Impl()
776 else if ( pImp->pSlot->IsMode(SFX_SLOT_RECORDPERITEM) ) in Done_Impl()
790 SfxSlot *pSlot = (SfxSlot*) pImp->pSlot; in Done_Impl() local
791 pSlot->nFlags &= ~((sal_uIntPtr)SFX_SLOT_RECORDPERITEM); in Done_Impl()
792 pSlot->nFlags &= SFX_SLOT_RECORDPERSET; in Done_Impl()
797 if ( aReq.pImp->pSlot ) in Done_Impl()