HomeSort by relevance Sort by last modified time
    Searched refs:wsExpression (Results 1 - 17 of 17) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_signaturepseudomodel.cpp 59 CFX_WideString wsExpression;
66 wsExpression =
73 FX_BOOL bSign = pNotify->GetDocProvider()->Sign(hDoc, pNodeList, wsExpression,
xfa_script_imp.h 29 const CFX_WideStringC& wsExpression,
41 CFX_WideString& wsExpression);
xfa_script_resolveprocessor.h 58 int32_t XFA_ResolveNodes_GetFilter(const CFX_WideStringC& wsExpression,
xfa_script_hostpseudomodel.cpp 312 CFX_WideString wsExpression =
327 int32_t iRet = pScriptContext->ResolveObjects(pObject, wsExpression,
399 static int32_t XFA_FilterName(const CFX_WideStringC& wsExpression,
403 int32_t iLength = wsExpression.GetLength();
409 const FX_WCHAR* pSrc = wsExpression.GetPtr();
434 CFX_WideString wsExpression;
437 wsExpression =
440 if (wsExpression.IsEmpty()) {
447 int32_t iExpLength = wsExpression.GetLength();
449 iStart = XFA_FilterName(wsExpression, iStart, wsName);
    [all...]
xfa_script_imp.cpp 603 const CFX_WideStringC& wsExpression,
607 if (wsExpression.IsEmpty()) {
642 nStart = m_pResolveProcessor->XFA_ResolveNodes_GetFilter(wsExpression,
673 nStart == wsExpression.GetLength(), this);
687 m_pResolveProcessor->XFA_ResolveNodes_GetFilter(wsExpression, nStart,
701 rndFind.m_pScriptAttribute && nStart < wsExpression.GetLength()) {
733 nStart == wsExpression.GetLength(), this);
800 CFX_WideString& wsExpression) {
802 lpNodeHelper->XFA_GetNameExpression(refNode, wsExpression, TRUE,
    [all...]
xfa_script_resolveprocessor.cpp 521 const CFX_WideStringC& wsExpression,
525 int32_t iLength = wsExpression.GetLength();
537 const FX_WCHAR* pSrc = wsExpression.GetPtr();
694 CFX_WideString wsExpression;
707 wsExpression = wsCondition.Mid(2, wsCondition.GetLength() - 3);
712 bRet = pContext->RunScript(eLangType, wsExpression, pRetValue, node);
xfa_object_imp.cpp 618 CFX_WideString wsExpression;
620 wsExpression =
634 int32_t iRet = pScriptContext->ResolveObjects(refNode, wsExpression,
664 CFX_WideString wsExpression;
666 wsExpression =
679 Script_Som_ResolveNodeList(hValue, wsExpression, dwFlag, refNode);
682 CFX_WideString wsExpression,
693 pScriptContext->ResolveObjects(refNode, wsExpression,
726 CFX_WideString wsExpression = wsName + FX_WSTRC(L"[*]");
727 Script_Som_ResolveNodeList(hValue, wsExpression, dwFlag);
    [all...]
xfa_objectacc_imp.cpp 650 void CXFA_Script::GetExpression(CFX_WideString& wsExpression) {
651 m_pNode->TryContent(wsExpression);
673 FX_BOOL CXFA_Script::SetExpression(const CFX_WideString& wsExpression) {
674 return m_pNode->SetContent(wsExpression, wsExpression);
    [all...]
xfa_layout_pagemgr_new.cpp 323 CFX_WideString wsExpression;
324 pTestScript->TryContent(wsExpression);
325 if (wsExpression.IsEmpty()) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_script.h 87 const CFX_WideStringC& wsExpression,
98 CFX_WideString& wsExpression) = 0;
xfa_object.h 293 CFX_WideString wsExpression,
    [all...]
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h 127 const CFX_WideStringC& wsExpression,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 507 CFX_WideString wsExpression;
517 wsExpression = wsName;
519 wsExpression = L"$form." + wsName;
522 int32_t iRet = pScriptContext->ResolveObjects(refNode, wsExpression,
xfa_fffield.cpp 757 CFX_WideString wsExpression;
758 script.GetExpression(wsExpression);
759 if (wsExpression.IsEmpty()) {
xfa_ffwidgetacc.cpp 648 CFX_WideString wsExpression;
649 script.GetExpression(wsExpression);
650 if (wsExpression.IsEmpty()) {
669 wsExpression, hRetValue, m_pNode);
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 284 void GetExpression(CFX_WideString& wsExpression);
288 FX_BOOL SetExpression(const CFX_WideString& wsExpression);
fxfa.h 426 const CFX_WideStringC& wsExpression,
    [all...]

Completed in 194 milliseconds