Searched refs:CMProtocol (Results  1 – 7 of 7) sorted by relevance
| /aoo4110/main/automation/inc/automation/ | 
| H A D | commdefines.hxx | 114 typedef comm_UINT16 CMProtocol;  typedef116 #define CM_PROTOCOL_OLDSTYLE		(CMProtocol)0x0001
 117 #define CM_PROTOCOL_MARS			(CMProtocol)0x0001
 118 #define CM_PROTOCOL_BROADCASTER		(CMProtocol)0x0002
 119 #define CM_PROTOCOL_USER_START		(CMProtocol)0x0100
 
 | 
| H A D | simplecm.hxx | 158 	sal_Bool TransferDataStream( SvStream *pDataStream, CMProtocol nProtocol = CM_PROTOCOL_OLDSTYLE );191 …virtual sal_Bool DoTransferDataStream( SvStream *pDataStream, CMProtocol nProtocol = CM_PROTOCOL_O…
 
 | 
| H A D | communi.hxx | 82 …virtual sal_Bool DoTransferDataStream( SvStream *pDataStream, CMProtocol nProtocol = CM_PROTOCOL_O…
 | 
| /aoo4110/main/automation/source/simplecm/ | 
| H A D | simplecm.cxx | 101 sal_Bool CommunicationLink::DoTransferDataStream( SvStream *pDataStream, CMProtocol nProtocol )  in DoTransferDataStream()122 sal_Bool CommunicationLink::TransferDataStream( SvStream *pDataStream, CMProtocol nProtocol )  in TransferDataStream()
 
 | 
| H A D | packethandler.hxx | 62 …virtual comm_BOOL TransferData( const void* pData, comm_UINT32 nLen, CMProtocol nProtocol = CM_PRO…
 | 
| H A D | packethandler.cxx | 200 comm_BOOL PacketHandler::TransferData( const void* pData, comm_UINT32 nLen, CMProtocol nProtocol )  in TransferData()
 | 
| /aoo4110/main/automation/source/communi/ | 
| H A D | communi.cxx | 226 sal_Bool CommunicationLinkViaSocket::DoTransferDataStream( SvStream *pDataStream, CMProtocol nProto…  in DoTransferDataStream()
 | 
        Completed in 81 milliseconds