Home
last modified time | relevance | path

Searched refs:CM_InfoType (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/automation/inc/automation/
H A Dsimplecm.hxx42 typedef sal_uInt16 CM_InfoType; typedef
44 #define CM_NO_TEXT ( (CM_InfoType) 01 )
45 #define CM_SHORT_TEXT ( (CM_InfoType) 02 )
46 #define CM_VERBOSE_TEXT ( (CM_InfoType) 03 )
48 #define CM_OPEN ( (CM_InfoType) 0x0004 )
49 #define CM_CLOSE ( (CM_InfoType) 0x0008 )
50 #define CM_RECEIVE ( (CM_InfoType) 0x0010 )
51 #define CM_SEND ( (CM_InfoType) 0x0020 )
52 #define CM_ERROR ( (CM_InfoType) 0x0040 )
53 #define CM_MISC ( (CM_InfoType) 0x0080 )
[all …]
H A Dcommuni.hxx150 CM_InfoType GetInfoType(){ return pMyServer->GetInfoType(); } in GetInfoType()
/AOO41X/main/automation/source/simplecm/
H A Dsimplecm.cxx79 CM_InfoType CommunicationLink::GetInfoType() in GetInfoType()