Home
last modified time | relevance | path

Searched refs:SbiDdeControl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dddectrl.cxx60 SbError SbiDdeControl::GetLastErr( DdeConnection* pConv ) in GetLastErr()
72 IMPL_LINK_INLINE( SbiDdeControl,Data , DdeData*, pData,
79 SbiDdeControl::SbiDdeControl() in SbiDdeControl() function in SbiDdeControl
86 SbiDdeControl::~SbiDdeControl() in ~SbiDdeControl()
92 sal_Int16 SbiDdeControl::GetFreeChannel() in GetFreeChannel()
109 SbError SbiDdeControl::Initiate( const String& rService, const String& rTopic, in Initiate()
129 SbError SbiDdeControl::Terminate( sal_Int16 nChannel ) in Terminate()
139 SbError SbiDdeControl::TerminateAll() in TerminateAll()
155 SbError SbiDdeControl::Request( sal_Int16 nChannel, const String& rItem, String& rResult ) in Request()
162 aRequest.SetDataHdl( LINK( this, SbiDdeControl, Data ) ); in Request()
[all …]
H A Dddectrl.hxx37 class SbiDdeControl class
48 SbiDdeControl();
49 ~SbiDdeControl();
H A Dmethods.cxx3676 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
3705 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
3731 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
3758 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
3788 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
3816 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
H A Druntime.cxx283 pDdeCtrl = new SbiDdeControl; in SbiInstance()
/trunk/main/basic/source/inc/
H A Druntime.hxx88 class SbiDdeControl; // DDE-Steuerung
187 SbiDdeControl* pDdeCtrl; // DDE
240 SbiDdeControl* GetDdeControl() { return pDdeCtrl; } in GetDdeControl()

Completed in 48 milliseconds