Home
last modified time | relevance | path

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

/AOO41X/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()
129 SbError SbiDdeControl::Terminate( sal_Int16 nChannel ) in Terminate() argument
131 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Terminate()
132 if( !nChannel || !pConv || pConv == DDE_FREECHANNEL ) in Terminate()
[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 Dmethods.cxx3143 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3146 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3183 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3186 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3211 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3213 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3249 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3251 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
3278 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3281 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC()
[all …]
H A Diosys.cxx975 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()
978 if( nChannel >= 0 && nChannel < CHANNELS ) in GetStream()
979 pRet = pChan[ nChannel ]; in GetStream()
/AOO41X/main/basic/source/inc/
H A Diosys.hxx104 SbiStream* GetStream( short nChannel ) const;