Searched refs:GetSelectionRange (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1116 range = m_richTextCtrl->GetSelectionRange();
1135 wxRichTextRange range = m_richTextCtrl->GetSelectionRange();
1162 range = m_richTextCtrl->GetSelectionRange();
1181 range = m_richTextCtrl->GetSelectionRange();
1210 range = m_richTextCtrl->GetSelectionRange();
1228 range = m_richTextCtrl->GetSelectionRange();
1248 range = m_richTextCtrl->GetSelectionRange();
1266 range = m_richTextCtrl->GetSelectionRange();
1284 range = m_richTextCtrl->GetSelectionRange();
1302 range = m_richTextCtrl->GetSelectionRange();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp1043 range = GetSelectionRange();
2192 if (!(GetSelectionRange() == wxRichTextRange(-2, -2)))
3129 wxRichTextRange range = GetSelectionRange();
3158 wxRichTextRange range = GetSelectionRange();
3188 wxRichTextRange range = GetSelectionRange();
3221 return SetStyleEx(GetSelectionRange(), attr, wxRICHTEXT_SETSTYLE_WITH_UNDO|wxRICHTEXT_SETSTYLE_OPTIMIZE|wxRICHTEXT_SETSTYLE_CHARACTERS_ONLY);
3239 return SetStyleEx(GetSelectionRange(), attr, wxRICHTEXT_SETSTYLE_WITH_UNDO|wxRICHTEXT_SETSTYLE_OPTIMIZE|wxRICHTEXT_SETSTYLE_CHARACTERS_ONLY);
3257 return SetStyleEx(GetSelectionRange(), attr, wxRICHTEXT_SETSTYLE_WITH_UNDO|wxRICHTEXT_SETSTYLE_OPTIMIZE|wxRICHTEXT_SETSTYLE_CHARACTERS_ONLY);
3272 range = GetSelectionRange();
3288 return SetStyle(GetSelectionRange(), att
3443 wxRichTextRange wxRichTextCtrl::GetSelectionRange() const function in class:wxRichTextCtrl
[all...]
H A Drichtextstyledlg.cpp512 wxRichTextRange range = ctrl->GetSelectionRange();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextformattingdialog.tex12 range = m_richTextCtrl->GetSelectionRange();
H A Drichtextctrl.tex692 \membersection{wxRichTextCtrl::GetSelectionRange}\label{wxrichtextctrlgetselectionrange}
694 \constfunc{const wxRichTextRange\&}{GetSelectionRange}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h469 wxRichTextRange GetSelectionRange() const;

Completed in 178 milliseconds