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()129 SbError SbiDdeControl::Terminate( sal_Int16 nChannel ) in Terminate() argument131 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Terminate()132 if( !nChannel || !pConv || pConv == DDE_FREECHANNEL ) in Terminate()[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 );
3143 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3146 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()3183 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3186 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()3211 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3213 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()3249 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3251 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()3278 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local3281 SbiStream* pSbStrm = pIO->GetStream( 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;