Lines Matching refs:nDdeErr
3678 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC() local
3679 if( nDdeErr ) in RTLFUNC()
3680 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3706 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC() local
3707 if( nDdeErr ) in RTLFUNC()
3708 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3732 SbError nDdeErr = pDDE->TerminateAll(); in RTLFUNC() local
3733 if( nDdeErr ) in RTLFUNC()
3734 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3760 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC() local
3761 if( nDdeErr ) in RTLFUNC()
3762 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3789 SbError nDdeErr = pDDE->Execute( nChannel, rCommand ); in RTLFUNC() local
3790 if( nDdeErr ) in RTLFUNC()
3791 StarBASIC::Error( nDdeErr ); in RTLFUNC()
3817 SbError nDdeErr = pDDE->Poke( nChannel, rItem, rData ); in RTLFUNC() local
3818 if( nDdeErr ) in RTLFUNC()
3819 StarBASIC::Error( nDdeErr ); in RTLFUNC()