Home
last modified time | relevance | path

Searched refs:InfoString (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/automation/inc/automation/
H A Dsimplecm.hxx74 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \
80 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \
86 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \
108 class InfoString : public ByteString class
111InfoString( ByteString &nMsg, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg )… in InfoString() function in InfoString
184 void CallInfoMsg( InfoString aMsg );
269 void CallInfoMsg( InfoString aMsg );
277 virtual void InfoMsg( InfoString aMsg ){ mlInfoMsg.Call( &aMsg ); } in InfoMsg()
H A Dcommuni.hxx149 void CallInfoMsg( InfoString aMsg ){ pMyServer->CallInfoMsg( aMsg ); } in CallInfoMsg()
/AOO41X/main/automation/source/simplecm/
H A Dsimplecm.cxx73 void CommunicationLink::CallInfoMsg( InfoString aMsg ) in CallInfoMsg()
558 void CommunicationManager::CallInfoMsg( InfoString aMsg ) in CallInfoMsg()
/AOO41X/main/automation/source/server/
H A Dserver.cxx112 InfoMsg( InfoString( aByteString, CM_ALL ) ); // Anzeigen, da� wir da sind in RemoteControlCommunicationManager()
161 void RemoteControlCommunicationManager::InfoMsg( InfoString aMsg ) in InfoMsg()
H A Dserver.hxx53 virtual void InfoMsg( InfoString aMsg );