Lines Matching refs:nChannel

3128 		sal_Int16 nChannel = rPar.Get(1)->GetInteger();  in RTLFUNC()  local
3131 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3168 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3171 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3196 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3198 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3234 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3236 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3263 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3266 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3662 sal_Int16 nChannel; in RTLFUNC() local
3663 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
3667 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
3689 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3691 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC()
3741 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3745 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC()
3771 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3774 SbError nDdeErr = pDDE->Execute( nChannel, rCommand ); in RTLFUNC()
3798 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3802 SbError nDdeErr = pDDE->Poke( nChannel, rItem, rData ); in RTLFUNC()
3819 short nChannel = 1; in RTLFUNC() local
3820 while( nChannel < CHANNELS ) in RTLFUNC()
3822 SbiStream* pStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3825 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
3828 nChannel++; in RTLFUNC()