LibreOffice Module svl (master) 1
|
#include <windows.h>
#include <ddeml.h>
#include <rtl/ustring.hxx>
#include <svl/svdde.hxx>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Conversation |
class | DdeInternal |
class | DdeString |
struct | DdeDataImp |
class | DdeInstData |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
DdeInstData * | ImpGetInstData () |
DdeInstData * | ImpInitInstData () |
void | ImpDeinitInstData () |
#define WIN32_LEAN_AND_MEAN |
Definition at line 24 of file ddeimp.hxx.
void ImpDeinitInstData | ( | ) |
Definition at line 45 of file ddecli.cxx.
Referenced by DdeConnection::~DdeConnection(), and DdeService::~DdeService().
DdeInstData * ImpGetInstData | ( | ) |
Definition at line 34 of file ddecli.cxx.
Referenced by DdeInternal::CliCallback(), DdeItem::DdeItem(), DdeTransaction::Execute(), DdeInternal::FindItem(), DdeConnection::GetConnections(), DdeService::GetServices(), DdeConnection::IsConnected(), DdeItem::NotifyClient(), DdeTopic::NotifyClient(), DdeInternal::SvrCallback(), DdeConnection::~DdeConnection(), DdeService::~DdeService(), and DdeTransaction::~DdeTransaction().
DdeInstData * ImpInitInstData | ( | ) |
Definition at line 39 of file ddecli.cxx.