Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp154 CFX_WideString swClipboard; in CanPaste() local
156 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in CanPaste()
158 return !swClipboard.IsEmpty(); in CanPaste()
175 CFX_WideString swClipboard; in PasteText() local
177 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in PasteText()
187 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStar… in PasteText()
192 if (swClipboard.GetLength() > 0) in PasteText()
195 InsertText(swClipboard.c_str()); in PasteText()