Searched refs:nChannel (Results 1 – 5 of 5) sorted by relevance
97 sal_Int16 nChannel; in GetFreeChannel() local98 for( nChannel = 1; nChannel < nListSize; nChannel++ ) in GetFreeChannel()101 return nChannel; in GetFreeChannel()106 return nChannel; in GetFreeChannel()122 sal_Int16 nChannel = GetFreeChannel(); in Initiate() local123 pConvList->Replace( pConv, (sal_uIntPtr)nChannel ); in Initiate()124 rnHandle = nChannel; in Initiate()141 sal_Int16 nChannel = (sal_Int16)pConvList->Count(); in TerminateAll() local142 while( nChannel ) in TerminateAll()144 nChannel--; in TerminateAll()[all …]
53 SbError Terminate( sal_Int16 nChannel );55 SbError Request( sal_Int16 nChannel, const String& rItem, String& rResult );56 SbError Execute( sal_Int16 nChannel, const String& rCommand );57 SbError Poke( sal_Int16 nChannel, const String& rItem, const String& rData );
3263 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3662 sal_Int16 nChannel; in RTLFUNC() local3667 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()3689 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3691 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC()3741 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3771 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3819 short nChannel = 1; in RTLFUNC() local3820 while( nChannel < CHANNELS ) in RTLFUNC()3825 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()[all …]
975 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()978 if( nChannel >= 0 && nChannel < CHANNELS ) in GetStream()979 pRet = pChan[ nChannel ]; in GetStream()
104 SbiStream* GetStream( short nChannel ) const;
Completed in 39 milliseconds