Searched refs:wsContent (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp717 void CXFA_Submit::GetSubmitXDPContent(CFX_WideStringC& wsContent) { argument
718 m_pNode->TryCData(XFA_ATTRIBUTE_XdpContent, wsContent);
768 FX_BOOL CXFA_Submit::SetSubmitXDPContent(const CFX_WideString& wsContent) { argument
769 return m_pNode->SetCData(XFA_ATTRIBUTE_XdpContent, wsContent);
780 FX_BOOL CXFA_Value::GetChildValueContent(CFX_WideString& wsContent) { argument
785 return pNode->TryContent(wsContent);
813 FX_BOOL CXFA_Value::SetChildValueContent(const CFX_WideString& wsContent, argument
826 CFX_WideString wsFormatContent(wsContent);
829 pContainerWidgetData->GetFormatDataValue(wsContent, wsFormatContent);
831 return pNode->SetContent(wsContent, wsFormatConten
1853 CFX_WideString wsContent; local
1910 CFX_WideString wsContent; local
2438 CFX_WideString wsContent; local
2484 CFX_WideString wsContent; local
3474 CFX_WideString wsContent; local
3579 CFX_WideString wsContent; local
3594 CFX_WideString wsContent = FX_WSTRC(L"auto"); local
3646 CFX_WideString wsContent; local
3678 CFX_WideString wsContent; local
3709 CFX_WideString wsContent; local
3728 CFX_WideString wsContent; local
3746 CFX_WideString wsContent; local
3766 CFX_WideString wsContent; local
3784 CFX_WideString wsContent; local
3803 CFX_WideString wsContent; local
[all...]
H A Dxfa_utils_imp.cpp212 CFX_WideString wsContent; local
213 ((IFDE_XMLText*)pXMLNode)->GetText(wsContent);
214 wsPlainText += wsContent;
H A Dxfa_document_datamerger_imp.cpp55 const CFX_WideString& wsContent,
86 pContentRawDataNode->SetCData(XFA_ATTRIBUTE_Value, wsContent);
91 pChildNode->SetCData(XFA_ATTRIBUTE_Value, wsContent);
196 CFX_WideString wsContent; local
197 if (pText->TryContent(wsContent) && (wsContent == wsValue)) {
202 pFormNode->SetCData(XFA_ATTRIBUTE_Value, wsContent);
224 CFX_WideString wsContent; local
226 pText->TryContent(wsContent);
228 XFA_DataMerge_FormValueNode_SetChildContent(pValue, wsContent,
53 XFA_DataMerge_FormValueNode_SetChildContent( CXFA_Node* pValueNode, const CFX_WideString& wsContent, XFA_ELEMENT iType = XFA_ELEMENT_UNKNOWN) argument
[all...]
H A Dxfa_object_imp.cpp4234 FX_BOOL CXFA_Node::SetScriptContent(const CFX_WideString& wsContent, argument
4248 pChildValue->SetScriptContent(wsContent, wsContent, bNotify,
4254 if (!wsContent.IsEmpty()) {
4256 int32_t iLength = wsContent.GetLength();
4257 int32_t iEnd = wsContent.Find(L'\n', iStart);
4260 wsSaveTextArray.Add(wsContent.Mid(iStart, iEnd - iStart));
4265 iEnd = wsContent.Find(L'\n', iStart);
4267 wsSaveTextArray.Add(wsContent.Mid(iStart, iLength - iStart));
4315 pNode->SetScriptContent(wsContent, wsConten
4411 SetContent(const CFX_WideString& wsContent, const CFX_WideString& wsXMLValue, FX_BOOL bNotify, FX_BOOL bScriptModify, FX_BOOL bSyncData) argument
4420 CFX_WideString wsContent; local
4426 TryContent(CFX_WideString& wsContent, FX_BOOL bScriptModify, FX_BOOL bProto) argument
[all...]
H A Dxfa_document_serialize.cpp164 CFX_WideString wsContent; local
165 if (!pContentNode->TryContent(wsContent, FALSE, FALSE)) {
/external/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp107 CFX_WideString wsContent = pVersion->GetContent(0); // == 1.1 local
108 int nType = wsContent.GetInteger();
/external/pdfium/xfa/include/fxfa/
H A Dfxfa_objectacc.h297 void GetSubmitXDPContent(CFX_WideStringC& wsContent);
301 FX_BOOL SetSubmitXDPContent(const CFX_WideString& wsContent);
309 FX_BOOL GetChildValueContent(CFX_WideString& wsContent);
316 FX_BOOL SetChildValueContent(const CFX_WideString& wsContent,
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_object.h147 FX_BOOL SetContent(const CFX_WideString& wsContent,
152 FX_BOOL TryContent(CFX_WideString& wsContent,
595 FX_BOOL SetScriptContent(const CFX_WideString& wsContent,

Completed in 125 milliseconds