Searched refs:wsPaste (Results 1 – 13 of 13) sorted by relevance
84 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste() argument
64 bool Paste(const WideString& wsPaste);
85 bool Paste(const WideString& wsPaste);
476 bool CFWL_DateTimePicker::Paste(const WideString& wsPaste) { in Paste() argument477 return m_pEdit->Paste(wsPaste); in Paste()
240 bool CFWL_Edit::Paste(const WideString& wsPaste) { in Paste() argument242 m_pEditEngine->ReplaceSelectedText(wsPaste); in Paste()244 m_pEditEngine->Insert(m_CursorPosition, wsPaste); in Paste()
262 bool CXFA_FFDateTimeEdit::Paste(const WideString& wsPaste) { in Paste() argument263 return GetPickerWidget()->Paste(wsPaste); in Paste()
50 bool Paste(const WideString& wsPaste) override;
57 bool Paste(const WideString& wsPaste) override;
40 bool Paste(const WideString& wsPaste) override;
263 bool CXFA_FFComboBox::Paste(const WideString& wsPaste) { in Paste() argument265 ToComboBox(GetNormalWidget())->EditPaste(wsPaste); in Paste()
423 bool CXFA_FFTextEdit::Paste(const WideString& wsPaste) { in Paste() argument424 return ToEdit(GetNormalWidget())->Paste(wsPaste); in Paste()
138 virtual bool Paste(const WideString& wsPaste);
538 bool CXFA_FFWidget::Paste(const WideString& wsPaste) { in Paste() argument