LibreOffice Module svl (master) 1
|
#include <svdde.hxx>
Public Member Functions | |
DdeItem (const sal_Unicode *) | |
DdeItem (SAL_UNUSED_PARAMETER const OUString &) | |
DdeItem (const DdeItem &) | |
virtual | ~DdeItem () |
OUString | GetName () const |
short | GetLinks () |
void | NotifyClient () |
Protected Attributes | |
sal_uInt8 | nType |
Private Attributes | |
DdeString * | pName |
DdeTopic * | pMyTopic |
std::vector< DdeItemImpData > * | pImpData |
Friends | |
class | DdeInternal |
class | DdeTopic |
DdeItem::DdeItem | ( | const sal_Unicode * | p | ) |
Definition at line 578 of file ddesvr.cxx.
References DdeInstData::hDdeInstSvr, ImpGetInstData(), nType, p, pImpData, pMyTopic, and pName.
DdeItem::DdeItem | ( | SAL_UNUSED_PARAMETER const OUString & | ) |
DdeItem::DdeItem | ( | const DdeItem & | r | ) |
Definition at line 598 of file ddesvr.cxx.
References DdeInstData::hDdeInstSvr, ImpGetInstData(), nType, pImpData, pMyTopic, pName, and DdeString::toOUString().
|
virtual |
Definition at line 608 of file ddesvr.cxx.
References DdeTopic::aItems, pImpData, pMyTopic, and pName.
short DdeItem::GetLinks | ( | ) |
Definition at line 688 of file ddesvr.cxx.
References pImpData.
OUString DdeItem::GetName | ( | ) | const |
Definition at line 617 of file ddesvr.cxx.
References pName, and DdeString::toOUString().
Referenced by DdeInternal::SvrCallback().
void DdeItem::NotifyClient | ( | ) |
Definition at line 622 of file ddesvr.cxx.
References DdeString::getHSZ(), DdeInstData::hDdeInstSvr, ImpGetInstData(), pImpData, pMyTopic, pName, and DdeTopic::pName.
|
friend |
|
protected |
Definition at line 205 of file svdde.hxx.
Referenced by DdeTopic::AddItem(), DdeGetPutItem::DdeGetPutItem(), DdeItem(), DdeInternal::DecMonitor(), DdeInternal::IncMonitor(), and DdeInternal::SvrCallback().
|
private |
Definition at line 202 of file svdde.hxx.
Referenced by DdeItem(), DdeInternal::DecMonitor(), GetLinks(), DdeInternal::IncMonitor(), NotifyClient(), DdeInternal::SvrCallback(), and ~DdeItem().
|
private |
Definition at line 201 of file svdde.hxx.
Referenced by DdeTopic::AddItem(), DdeItem(), DdeTopic::InsertItem(), NotifyClient(), and ~DdeItem().
|
private |
Definition at line 200 of file svdde.hxx.
Referenced by DdeItem(), GetName(), NotifyClient(), and ~DdeItem().