Searched refs:CMProtocol (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/automation/inc/automation/ |
H A D | commdefines.hxx | 114 typedef comm_UINT16 CMProtocol; typedef 116 #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 | 159 sal_Bool TransferDataStream( SvStream *pDataStream, CMProtocol nProtocol = CM_PROTOCOL_OLDSTYLE ); 192 …virtual sal_Bool DoTransferDataStream( SvStream *pDataStream, CMProtocol nProtocol = CM_PROTOCOL_O…
|
H A D | communi.hxx | 83 …virtual sal_Bool DoTransferDataStream( SvStream *pDataStream, CMProtocol nProtocol = CM_PROTOCOL_O…
|
/aoo42x/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()
|
/aoo42x/main/automation/source/communi/ |
H A D | communi.cxx | 226 sal_Bool CommunicationLinkViaSocket::DoTransferDataStream( SvStream *pDataStream, CMProtocol nProto… in DoTransferDataStream()
|
Completed in 17 milliseconds