Searched refs:m_to (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/net/
H A Demail.cpp44 wxASSERT (message.m_to.GetCount() > 0) ;
65 wxASSERT_MSG( !message.m_to.IsEmpty(), _T("no recipients to send mail to") ) ;
79 const size_t rcptCount = message.m_to.GetCount();
84 msg << message.m_to[rcpt];
H A Dsmapi.cpp307 mapiMessage.nRecipCount = message.m_to.GetCount() + message.m_cc.GetCount() + message.m_bcc.GetCount();
331 int nToSize = message.m_to.GetCount();
338 wxString& sName = message.m_to[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/net/
H A Dmsg.h42 m_to.Add(to);
57 void AddTo(const wxString& to) { m_to.Add(to); }
68 wxArrayString m_to; //The To: Recipients member in class:wxMailMessage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h117 inline virtual wxShape *GetTo() { return m_to; }
253 inline bool IsEnd(wxShape *nodeObject) const { return (m_to == nodeObject); }
281 wxShape* m_to; member in class:wxLineShape
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp50 m_to = NULL;
415 if (m_to)
416 m_to->GetLines().DeleteObject(this);
419 m_to = NULL;
920 if (image == m_to)
941 if (line->m_to == image)
1020 if (!m_from || !m_to)
1058 if ((m_from == m_to) && (m_from->GetAttachmentMode() != ATTACHMENT_MODE_NONE) && moveControlPoints && m_lineControlPoints && !(x_offset == 0.0 && y_offset == 0.0))
1082 if (!m_from || !m_to)
1114 if (m_to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlcell.h657 : m_to(to), m_pos(from) {}
665 const wxHtmlCell *m_to, *m_pos; member in class:wxHtmlTerminalCellsInterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp571 m_to = to;
583 m_to; member in class:wxTextCtrlRemoveCommand
2299 text->SetSelection(m_from, m_to);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlcell.cpp1582 if ( m_pos == m_to )

Completed in 95 milliseconds