LibreOffice Module svl (master) 1
|
#include <ddeimp.hxx>
Public Member Functions | |
DdeInstData () | |
DdeInstData (const DdeInstData &)=delete | |
DdeInstData & | operator= (const DdeInstData &)=delete |
Public Attributes | |
sal_uInt16 | nRefCount |
std::vector< DdeConnection * > | aConnections |
DWORD | hDdeInstSvr |
short | nInstanceSvr |
DdeServices * | pServicesSvr |
DWORD | hDdeInstCli |
short | nInstanceCli |
Definition at line 85 of file ddeimp.hxx.
|
inline |
Definition at line 98 of file ddeimp.hxx.
|
delete |
|
delete |
std::vector<DdeConnection*> DdeInstData::aConnections |
Definition at line 89 of file ddeimp.hxx.
Referenced by DdeConnection::GetConnections(), and DdeConnection::~DdeConnection().
DWORD DdeInstData::hDdeInstCli |
Definition at line 95 of file ddeimp.hxx.
Referenced by DdeInternal::CliCallback(), DdeTransaction::Execute(), DdeConnection::IsConnected(), DdeConnection::~DdeConnection(), and DdeTransaction::~DdeTransaction().
DWORD DdeInstData::hDdeInstSvr |
Definition at line 91 of file ddeimp.hxx.
Referenced by DdeItem::DdeItem(), DdeInternal::FindItem(), DdeItem::NotifyClient(), DdeTopic::NotifyClient(), DdeInternal::SvrCallback(), and DdeService::~DdeService().
short DdeInstData::nInstanceCli |
Definition at line 96 of file ddeimp.hxx.
Referenced by DdeConnection::~DdeConnection().
short DdeInstData::nInstanceSvr |
Definition at line 92 of file ddeimp.hxx.
Referenced by DdeService::~DdeService().
sal_uInt16 DdeInstData::nRefCount |
Definition at line 88 of file ddeimp.hxx.
Referenced by DdeConnection::~DdeConnection(), and DdeService::~DdeService().
DdeServices* DdeInstData::pServicesSvr |
Definition at line 93 of file ddeimp.hxx.
Referenced by DdeService::GetServices(), and DdeService::~DdeService().