Home
last modified time | relevance | path

Searched refs:swClipboard (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp133 CFX_WideString swClipboard; in CanPaste() local
135 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in CanPaste()
137 return !swClipboard.IsEmpty(); in CanPaste()
154 CFX_WideString swClipboard; in PasteText() local
156 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in PasteText()
165 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swClipboard, in PasteText()
174 if (swClipboard.GetLength() > 0) { in PasteText()
176 InsertText(swClipboard.c_str()); in PasteText()