Home
last modified time | relevance | path

Searched refs:nChannel (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dddectrl.cxx97 sal_Int16 nChannel; in GetFreeChannel() local
98 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() local
123 pConvList->Replace( pConv, (sal_uIntPtr)nChannel ); in Initiate()
124 rnHandle = nChannel; in Initiate()
141 sal_Int16 nChannel = (sal_Int16)pConvList->Count(); in TerminateAll() local
142 while( nChannel ) in TerminateAll()
144 nChannel--; in TerminateAll()
[all …]
H A Dmethods.cxx3278 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3677 sal_Int16 nChannel; in RTLFUNC() local
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
3786 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3834 short nChannel = 1; in RTLFUNC() local
3835 while( nChannel < CHANNELS ) in RTLFUNC()
3840 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
[all …]
H A Dddectrl.hxx53 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 );
H A Diosys.cxx976 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()
979 if( nChannel >= 0 && nChannel < CHANNELS ) in GetStream()
980 pRet = pChan[ nChannel ]; in GetStream()
/trunk/main/basic/source/inc/
H A Diosys.hxx104 SbiStream* GetStream( short nChannel ) const;

Completed in 48 milliseconds