LibreOffice Module svl (master) 1
Static Public Member Functions | List of all members
DdeInternal Class Reference

#include <ddeimp.hxx>

Static Public Member Functions

static HDDEDATA CALLBACK CliCallback (UINT, UINT, HCONV, HSZ, HSZ, HDDEDATA, ULONG_PTR, ULONG_PTR)
 
static HDDEDATA CALLBACK SvrCallback (UINT, UINT, HCONV, HSZ, HSZ, HDDEDATA, ULONG_PTR, ULONG_PTR)
 
static DdeServiceFindService (HSZ)
 
static DdeTopicFindTopic (DdeService &, HSZ)
 
static DdeItemFindItem (DdeTopic &, HSZ)
 
static void DisconnectTopic (DdeTopic &, HCONV)
 
static void IncMonitor (DdeItem *pItem, HCONV)
 
static void DecMonitor (DdeItem *pItem, HCONV)
 

Detailed Description

Definition at line 41 of file ddeimp.hxx.

Member Function Documentation

◆ CliCallback()

HDDEDATA CALLBACK DdeInternal::CliCallback ( UINT  nCode,
UINT  nCbType,
HCONV  hConv,
HSZ  ,
HSZ  hText2,
HDDEDATA  hData,
ULONG_PTR  nInfo1,
ULONG_PTR   
)
static

◆ DecMonitor()

void DdeInternal::DecMonitor ( DdeItem pItem,
HCONV  nHCnv 
)
static

Definition at line 657 of file ddesvr.cxx.

References n, DdeItem::nType, pData, and DdeItem::pImpData.

Referenced by DisconnectTopic(), and SvrCallback().

◆ DisconnectTopic()

void DdeInternal::DisconnectTopic ( DdeTopic rTopic,
HCONV  nId 
)
static

Definition at line 550 of file ddesvr.cxx.

References DdeTopic::aItems, DecMonitor(), and nId.

Referenced by SvrCallback().

◆ FindItem()

DdeItem * DdeInternal::FindItem ( DdeTopic rTopic,
HSZ  hItem 
)
static

◆ FindService()

DdeService * DdeInternal::FindService ( HSZ  hService)
static

Definition at line 295 of file ddesvr.cxx.

References DdeService::GetServices().

Referenced by SvrCallback().

◆ FindTopic()

DdeTopic * DdeInternal::FindTopic ( DdeService rService,
HSZ  hTopic 
)
static

Definition at line 306 of file ddesvr.cxx.

References DdeService::aTopics.

Referenced by SvrCallback().

◆ IncMonitor()

void DdeInternal::IncMonitor ( DdeItem pItem,
HCONV  nHCnv 
)
static

Definition at line 632 of file ddesvr.cxx.

References n, DdeItem::nType, and DdeItem::pImpData.

Referenced by SvrCallback().

◆ SvrCallback()

HDDEDATA CALLBACK DdeInternal::SvrCallback ( UINT  nCode,
UINT  nCbType,
HCONV  hConv,
HSZ  hText1,
HSZ  hText2,
HDDEDATA  hData,
ULONG_PTR  ,
ULONG_PTR   
)
static

The documentation for this class was generated from the following files: