Home | History | Annotate | Download | only in fpdfxfa

Lines Matching refs:Left

101   pFormFillEnv->DisplayCaret(pPage.Get(), bVisible, rcCaret.left, rcCaret.top,
135 t2 = (int)(rcAnchor.left - pageViewRect.left);
137 rtPopup.left += rcAnchor.bottom - pageViewRect.bottom;
143 if (rcAnchor.left < pageViewRect.left)
144 rtPopup.left += rcAnchor.left - pageViewRect.left;
148 t1 = (int)(rcAnchor.left - pageViewRect.left);
151 rtPopup.left -= rcAnchor.top - pageViewRect.top;
159 rtPopup.left -= rcAnchor.right - pageViewRect.right;
840 if (srcURL.Left(7).CompareNoCase(L"mailto:") != 0)
852 tmp = srcURL.Left(pos.value());
864 tmp = (!pos.has_value()) ? srcURL : srcURL.Left(pos.value());
866 if (tmp.GetLength() >= 3 && tmp.Left(3).CompareNoCase(L"cc=") == 0) {
872 tmp.Left(4).CompareNoCase(L"bcc=") == 0) {
878 tmp.Left(8).CompareNoCase(L"subject=") == 0) {
882 tmp.Left(5).CompareNoCase(L"body=") == 0) {
950 if (csURL.Left(7).CompareNoCase(L"mailto:") == 0) {