Home
last modified time | relevance | path

Searched refs:pConvList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dddectrl.cxx81 pConvList = new DdeConnections; in SbiDdeControl()
83 pConvList->Insert( pPtr ); in SbiDdeControl()
89 delete pConvList; in ~SbiDdeControl()
94 sal_Int16 nListSize = (sal_Int16)pConvList->Count(); in GetFreeChannel()
95 DdeConnection* pPtr = pConvList->First(); in GetFreeChannel()
102 pPtr = pConvList->Next(); in GetFreeChannel()
105 pConvList->Insert( pPtr, LIST_APPEND ); in GetFreeChannel()
123 pConvList->Replace( pConv, (sal_uIntPtr)nChannel ); in Initiate()
141 sal_Int16 nChannel = (sal_Int16)pConvList->Count(); in TerminateAll()
148 pConvList->Clear(); in TerminateAll()
[all …]
H A Dddectrl.hxx43 DdeConnections* pConvList; member in SbiDdeControl

Completed in 10 milliseconds