LibreOffice Module svl (master) 1
Public Member Functions | Protected Attributes | Private Attributes | List of all members
DdeString Class Reference

#include <ddeimp.hxx>

Public Member Functions

 DdeString (DWORD, const OUString &)
 
 ~DdeString ()
 
bool operator== (HSZ) const
 
HSZ getHSZ ()
 
const OUString & toOUString () const
 

Protected Attributes

HSZ hString
 
DWORD hInst
 

Private Attributes

OUString m_aString
 

Detailed Description

Definition at line 57 of file ddeimp.hxx.

Constructor & Destructor Documentation

◆ DdeString()

DdeString::DdeString ( DWORD  hDdeInst,
const OUString &  r 
)

Definition at line 25 of file ddestrg.cxx.

◆ ~DdeString()

DdeString::~DdeString ( )

Definition at line 31 of file ddestrg.cxx.

References hInst, and hString.

Member Function Documentation

◆ getHSZ()

HSZ DdeString::getHSZ ( )

◆ operator==()

bool DdeString::operator== ( HSZ  h) const

Definition at line 37 of file ddestrg.cxx.

References h, and hString.

◆ toOUString()

const OUString & DdeString::toOUString ( ) const
inline

Member Data Documentation

◆ hInst

DWORD DdeString::hInst
protected

Definition at line 63 of file ddeimp.hxx.

Referenced by ~DdeString().

◆ hString

HSZ DdeString::hString
protected

Definition at line 62 of file ddeimp.hxx.

Referenced by getHSZ(), operator==(), and ~DdeString().

◆ m_aString

OUString DdeString::m_aString
private

Definition at line 60 of file ddeimp.hxx.

Referenced by toOUString().


The documentation for this class was generated from the following files: