Lines Matching refs:SbiDdeControl
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()
168 SbError SbiDdeControl::Execute( sal_Int16 nChannel, const String& rCommand ) in Execute()
178 SbError SbiDdeControl::Poke( sal_Int16 nChannel, const String& rItem, const String& rData ) in Poke()