Lines Matching refs:pDDE
3661 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() local
3663 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
3690 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() local
3691 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC()
3716 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() local
3717 SbError nDdeErr = pDDE->TerminateAll(); in RTLFUNC()
3743 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() local
3745 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC()
3773 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() local
3774 SbError nDdeErr = pDDE->Execute( nChannel, rCommand ); in RTLFUNC()
3801 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() local
3802 SbError nDdeErr = pDDE->Poke( nChannel, rItem, rData ); in RTLFUNC()