Searched refs:swClipboard (Results 1 – 1 of 1) sorted by relevance
154 CFX_WideString swClipboard; in CanPaste() local156 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in CanPaste()158 return !swClipboard.IsEmpty(); in CanPaste()175 CFX_WideString swClipboard; in PasteText() local177 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()