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 …]
3278 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3677 sal_Int16 nChannel; in RTLFUNC() local3682 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()3704 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3706 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC()3756 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3786 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3834 short nChannel = 1; in RTLFUNC() local3835 while( nChannel < CHANNELS ) in RTLFUNC()3840 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()[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 );
976 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()979 if( nChannel >= 0 && nChannel < CHANNELS ) in GetStream()980 pRet = pChan[ nChannel ]; in GetStream()
104 SbiStream* GetStream( short nChannel ) const;
Completed in 32 milliseconds