Lines Matching refs:nChannel

3143 		sal_Int16 nChannel = rPar.Get(1)->GetInteger();  in RTLFUNC()  local
3146 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3183 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3186 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3211 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3213 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3249 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3251 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3278 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3281 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3677 sal_Int16 nChannel; in RTLFUNC() local
3678 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
3682 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
3704 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3706 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC()
3756 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3760 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC()
3786 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3789 SbError nDdeErr = pDDE->Execute( nChannel, rCommand ); in RTLFUNC()
3813 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3817 SbError nDdeErr = pDDE->Poke( nChannel, rItem, rData ); in RTLFUNC()
3834 short nChannel = 1; in RTLFUNC() local
3835 while( nChannel < CHANNELS ) in RTLFUNC()
3837 SbiStream* pStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3840 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
3843 nChannel++; in RTLFUNC()