Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:nSelEnd

184 		int nSelEnd = 0;

185 GetSel(nSelStart, nSelEnd);
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
933 int nSelEnd = 0;
934 GetSel(nSelStart, nSelEnd);
936 if (nSelStart == nSelEnd)
937 nSelEnd = nSelStart + 1;
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1018 int nSelEnd = 0;
1019 GetSel(nSelStart, nSelEnd);
1025 if (nSelStart == nSelEnd)
1026 nSelStart = nSelEnd - 1;
1038 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);