Home | History | Annotate | Download | only in app

Lines Matching defs:wsURL

1074     CFX_WideString wsURL = wsHref;
1075 if (wsURL.Left(7) != L"http://" && wsURL.Left(6) != L"ftp://") {
1077 pDoc->GetPDFNamedImage(wsURL.AsStringC(), iImageXDpi, iImageYDpi);
1083 pImageFileRead = pDoc->GetDocEnvironment()->OpenLinkedFile(pDoc, wsURL);