HomeSort by relevance Sort by last modified time
    Searched refs:iRet (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 135 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
136 if (iRet < 0) {
153 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
154 if (iRet < 0) {
182 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csDValue);
183 if (iRet < 0) {
335 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
336 if (iRet < 0) {
371 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
372 if (iRet < 0)
    [all...]
doc_form.cpp 371 int iRet = ::GetObject(hFont, sizeof(LOGFONTA), &lf);
372 if (iRet > 0 && (lf.lfCharSet == charSet || charSet == 255)) {
568 int iRet = CompareFieldName(csSub, csFullName);
569 if (iRet == 1) {
573 } else if (iRet == 2 && csSub == csNewFieldName) {
577 } else if (iRet == 3 && csSub == csNewFieldName) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
xfa_lexer.cpp 191 int iRet = 0;
219 iRet = String(p, m_ptr, pTemp);
220 if (iRet) {
238 iRet = Number(p, m_ptr, pTemp);
240 if (iRet) {
383 iRet = Number(p, m_ptr, pTemp);
385 if (iRet) {
406 iRet = Identifiers(p, m_ptr, pTemp);
408 if (iRet) {
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 999 int32_t iRet =
1001 if (iRet < 1) {
1002 return iRet;
1094 int32_t iRet = WriteIndirectObjectToStream(pObj);
1095 if (iRet < 1) {
1096 return iRet;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 319 int32_t iRet = XFA_EVENTERROR_NotExist;
327 iRet = result;
329 iRet = result;
332 return iRet;
371 int32_t iRet = ExecuteScript(script, &EventParam);
372 if (iRet == XFA_EVENTERROR_Sucess) {
380 iRet = XFA_EVENTERROR_Sucess;
383 return iRet;
386 int32_t iRet,
389 if (iRet == XFA_EVENTERROR_Sucess && pRetValue) {
    [all...]
xfa_ffdocview.cpp 444 int32_t iRet =
446 return iRet;
453 int32_t iRet = XFA_EVENTERROR_NotExist;
455 return iRet;
460 return iRet;
464 return iRet;
480 iRet |= ExecEventActivityByDeepFirst(pNode, eEventType, bIsFormReady,
487 return iRet;
493 iRet |= XFA_ProcessEvent(this, pWidgetAcc, &eParam);
494 return iRet;
    [all...]
xfa_ffnotify.cpp 291 int32_t iRet =
293 if (iRet == XFA_EVENTERROR_Sucess && pRetValue) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h     [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 330 int iRet = FLATTEN_FAIL;
331 iRet = ParserAnnots(pDocument, pPageDict, &RectArray, &ObjectArray, nFlag);
332 if (iRet == FLATTEN_NOTHINGTODO || iRet == FLATTEN_FAIL)
333 return iRet;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_spinbuttonimp.cpp 202 int32_t iRet = 1;
242 iRet = 0;
247 return iRet;
fwl_checkboximp.cpp 409 int32_t iRet = 1;
451 default: { iRet = 0; }
454 return iRet;
fwl_pushbuttonimp.cpp 405 int32_t iRet = 1;
445 iRet = 0;
450 return iRet;
fwl_scrollbarimp.cpp 627 int32_t iRet = 1;
649 default: { iRet = 0; }
656 iRet = 0;
658 return iRet;
fwl_listboximp.cpp 206 int32_t iRet = 0;
217 iRet++;
220 return iRet;
    [all...]
fwl_datetimepickerimp.cpp 600 int32_t iRet = m_pEdit->SetText(wsText);
605 return iRet;
    [all...]
fwl_monthcalendarimp.cpp     [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_widget.h 81 int32_t iRet,
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 179 int32_t iRet = pEnv->JS_appAlert(wsMessage.GetPtr(), wsTitle.GetPtr(),
181 switch (iRet) {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 327 int32_t iRet = pScriptContext->ResolveObjects(pObject, wsExpression,
329 if (iRet < 1 || !resoveNodeRS.nodes[0]->IsNode()) {
461 int32_t iRet =
463 if (iRet < 1 || !resoveNodeRS.nodes[0]->IsNode()) {
530 int32_t iRet = pScriptContext->ResolveObjects(pObject, wsExpression,
532 if (iRet < 1 || !resoveNodeRS.nodes[0]->IsNode()) {
xfa_parser_imp.cpp 98 int32_t iRet = m_pXMLDoc->DoLoad(pPause);
99 if (iRet < 0) {
102 if (iRet < 100) {
103 return iRet / 2;
141 int32_t iRet = m_pXMLDoc->DoLoad(pPause);
142 if (iRet < 0 || iRet >= 100) {
145 if (iRet < 0) {
148 if (iRet < 100) {
149 return iRet / 2;
    [all...]
xfa_document_imp.cpp 424 int32_t iRet = m_pScriptContext->ResolveObjects(pUseHrefNode, wsSOM,
426 if (iRet > 0 && resoveNodeRS.nodes[0]->IsNode()) {
xfa_object_imp.cpp 634 int32_t iRet = pScriptContext->ResolveObjects(refNode, wsExpression,
636 if (iRet < 1) {
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 229 int32_t iRet = FXSYS_fwrite(pBuffer, 1, iBufferSize, m_hFile);
230 if (iRet != 0) {
236 return iRet;
241 int32_t iRet = FXSYS_fwrite(pStr, 2, iLength, m_hFile);
242 if (iRet != 0) {
248 return iRet;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 520 int32_t iRet = 0;
525 iRet++;
529 return iRet;
    [all...]

Completed in 858 milliseconds

1 2 3