LibreOffice Module basic (master) 1
Macros | Functions | Variables
ddectrl.cxx File Reference
#include <comphelper/errcode.hxx>
#include <svl/svdde.hxx>
#include "ddectrl.hxx"
#include <basic/sberrors.hxx>
Include dependency graph for ddectrl.cxx:

Go to the source code of this file.

Macros

#define DDE_FIRSTERR   0x4000
 
#define DDE_LASTERR   0x4011
 

Functions

 IMPL_LINK (SbiDdeControl, Data, const DdeData *, pData, void)
 

Variables

const ErrCode nDdeErrMap []
 

Macro Definition Documentation

◆ DDE_FIRSTERR

#define DDE_FIRSTERR   0x4000

Definition at line 25 of file ddectrl.cxx.

◆ DDE_LASTERR

#define DDE_LASTERR   0x4011

Definition at line 26 of file ddectrl.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SbiDdeControl  ,
Data  ,
const DdeData ,
pData  ,
void   
)

Definition at line 68 of file ddectrl.cxx.

References aData, and pData.

Variable Documentation

◆ nDdeErrMap

const ErrCode nDdeErrMap[]
Initial value:

Definition at line 28 of file ddectrl.cxx.

Referenced by SbiDdeControl::GetLastErr().