Lines Matching refs:nDdeErr
3663 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC() local
3664 if( nDdeErr ) in RTLFUNC()
3665 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3691 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC() local
3692 if( nDdeErr ) in RTLFUNC()
3693 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3717 SbError nDdeErr = pDDE->TerminateAll(); in RTLFUNC() local
3718 if( nDdeErr ) in RTLFUNC()
3719 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3745 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC() local
3746 if( nDdeErr ) in RTLFUNC()
3747 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3774 SbError nDdeErr = pDDE->Execute( nChannel, rCommand ); in RTLFUNC() local
3775 if( nDdeErr ) in RTLFUNC()
3776 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3802 SbError nDdeErr = pDDE->Poke( nChannel, rItem, rData ); in RTLFUNC() local
3803 if( nDdeErr ) in RTLFUNC()
3804 StarBASIC::Error( nDdeErr ); in RTLFUNC()