Lines Matching refs:pConvList
81 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()
96 pPtr = pConvList->Next(); // nullten eintrag ueberspringen 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()
131 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Terminate()
134 pConvList->Replace( DDE_FREECHANNEL, (sal_uIntPtr)nChannel ); in Terminate()
141 sal_Int16 nChannel = (sal_Int16)pConvList->Count(); in TerminateAll()
148 pConvList->Clear(); in TerminateAll()
150 pConvList->Insert( pPtr ); in TerminateAll()
157 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Request()
170 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Execute()
180 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Poke()