Searched refs:InfoString (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/automation/inc/automation/ |
| H A D | simplecm.hxx | 74 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \ 80 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \ 86 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \ 108 class InfoString : public ByteString class 111 …InfoString( 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 D | communi.hxx | 149 void CallInfoMsg( InfoString aMsg ){ pMyServer->CallInfoMsg( aMsg ); } in CallInfoMsg()
|
| /AOO41X/main/automation/source/simplecm/ |
| H A D | simplecm.cxx | 73 void CommunicationLink::CallInfoMsg( InfoString aMsg ) in CallInfoMsg() 558 void CommunicationManager::CallInfoMsg( InfoString aMsg ) in CallInfoMsg()
|
| /AOO41X/main/automation/source/server/ |
| H A D | server.cxx | 112 InfoMsg( InfoString( aByteString, CM_ALL ) ); // Anzeigen, da� wir da sind in RemoteControlCommunicationManager() 161 void RemoteControlCommunicationManager::InfoMsg( InfoString aMsg ) in InfoMsg()
|
| H A D | server.hxx | 53 virtual void InfoMsg( InfoString aMsg );
|