Searched refs:wsPaste (Results 1 – 9 of 9) sorted by relevance
88 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste() argument
85 bool Paste(const WideString& wsPaste);
339 bool CFWL_Edit::Paste(const WideString& wsPaste) { in Paste() argument341 m_EdtEngine.ReplaceSelectedText(wsPaste); in Paste()343 m_EdtEngine.Insert(m_CursorPosition, wsPaste); in Paste()
34 bool Paste(const WideString& wsPaste) override;
56 bool Paste(const WideString& wsPaste) override;
252 bool CXFA_FFComboBox::Paste(const WideString& wsPaste) { in Paste() argument254 ToComboBox(m_pNormalWidget.get())->EditPaste(wsPaste); in Paste()
411 bool CXFA_FFTextEdit::Paste(const WideString& wsPaste) { in Paste() argument412 return ToEdit(m_pNormalWidget.get())->Paste(wsPaste); in Paste()
111 virtual bool Paste(const WideString& wsPaste);
491 bool CXFA_FFWidget::Paste(const WideString& wsPaste) { in Paste() argument