Searched refs:SbiDdeControl (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/basic/source/runtime/ |
H A D | ddectrl.cxx | 60 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 D | ddectrl.hxx | 37 class SbiDdeControl class 48 SbiDdeControl(); 49 ~SbiDdeControl();
|
H A D | methods.cxx | 3661 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() 3690 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() 3716 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() 3743 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() 3773 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC() 3801 SbiDdeControl* pDDE = pINST->GetDdeControl(); in RTLFUNC()
|
H A D | runtime.cxx | 283 pDdeCtrl = new SbiDdeControl; in SbiInstance()
|
/aoo4110/main/basic/source/inc/ |
H A D | runtime.hxx | 88 class SbiDdeControl; // DDE-Steuerung 187 SbiDdeControl* pDdeCtrl; // DDE 240 SbiDdeControl* GetDdeControl() { return pDdeCtrl; } in GetDdeControl()
|
Completed in 38 milliseconds