/external/pdfium/xfa/src/fxfa/src/app/ |
H A D | xfa_ffConfigAcc.cpp | 43 CFX_WideString wsValue;
local 44 pFontNode->GetAttribute(XFA_ATTRIBUTE_Weight, wsValue);
45 wsValue.MakeLower();
46 if (wsValue == FX_WSTRC(L"bold")) {
49 pFontNode->GetAttribute(XFA_ATTRIBUTE_Posture, wsValue);
50 wsValue.MakeLower();
51 if (wsValue == FX_WSTRC(L"italic")) {
|
H A D | xfa_ffwidgetacc.h | 34 CFX_WideString& wsValue);
|
H A D | xfa_textlayout.cpp | 30 CFX_WideStringC& wsValue) {
38 wsValue = *pValue;
41 const CFX_WideString& wsValue) {
45 *pValue = wsValue;
314 CFX_WideString wsValue;
local 315 pXMLElement->GetString(FX_WSTRC(L"style").GetPtr(), wsValue);
316 if (!wsValue.IsEmpty()) {
317 tagProvider.SetAttribute(FX_WSTRC(L"style"), wsValue);
333 CFX_WideString wsValue;
local 334 if (pStyle && pStyle->GetCustomStyle(FX_WSTRC(L"tab-interval"), wsValue)) {
28 GetNextAttribute(FX_POSITION& pos, CFX_WideStringC& wsAttr, CFX_WideStringC& wsValue) argument 40 SetAttribute(const CFX_WideString& wsAttr, const CFX_WideString& wsValue) argument 341 CFX_WideString wsValue; local 348 CFX_WideString wsValue; local 403 CFX_WideString wsValue; local 427 CFX_WideString wsValue; local 450 CFX_WideString wsValue; local 524 GetEmbbedObj(IXFA_TextProvider* pTextProvider, IFDE_XMLNode* pXMLNode, CFX_WideString& wsValue) argument 588 CFX_WideString wsValue; local [all...] |
H A D | xfa_textlayout.h | 22 CFX_WideString& wsValue) = 0;
34 CFX_WideStringC& wsValue);
37 const CFX_WideString& wsValue);
114 CFX_WideString& wsValue);
|
H A D | xfa_ffwidgetacc.cpp | 215 CFX_WideString wsValue;
local 223 image.GetContent(wsValue);
227 SetImageEdit(wsContentType, wsHref, wsValue);
239 if (wsValue.IsEmpty() && (defValue = pAcc->GetDefaultValue())) {
240 defValue.GetChildValueContent(wsValue);
241 this->SetValue(wsValue, XFA_VALUEPICTURE_Raw);
242 pAcc->SetValue(wsValue, XFA_VALUEPICTURE_Raw);
262 defValue.GetChildValueContent(wsValue);
264 SetValue(wsValue, XFA_VALUEPICTURE_Raw);
479 CFX_WideString wsValue;
local [all...] |
H A D | xfa_ffdocview.cpp | 794 CFX_WideString wsValue, wsLabel;
local 804 wsValue = refNode->GetContent();
808 wsValue = refNode->GetContent();
810 wsValue = nodeValue->GetContent();
823 wsLabel = wsValue;
825 pAcc->InsertItem(wsLabel, wsValue);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_localevalue.cpp | 51 const CFX_WideString& wsValue,
53 m_wsValue = wsValue;
56 m_bValid = ValidateCanonicalValue(wsValue, dwType);
59 const CFX_WideString& wsValue,
66 m_bValid = ParsePatternValue(wsValue, wsFormat, pLocale);
97 FX_BOOL CXFA_LocaleValue::ValidateValue(const CFX_WideString& wsValue,
argument 118 bRet = pFormat->ParseNull(wsValue, wsFormat);
120 bRet = wsValue.IsEmpty();
124 bRet = pFormat->ParseZero(wsValue, wsFormat);
126 bRet = wsValue 50 CXFA_LocaleValue(FX_DWORD dwType, const CFX_WideString& wsValue, CXFA_LocaleMgr* pLocaleMgr) argument 58 CXFA_LocaleValue(FX_DWORD dwType, const CFX_WideString& wsValue, const CFX_WideString& wsFormat, IFX_Locale* pLocale, CXFA_LocaleMgr* pLocaleMgr) argument 197 SetValue(const CFX_WideString& wsValue, FX_DWORD dwType) argument 551 ValidateCanonicalValue(const CFX_WideString& wsValue, FX_DWORD dwVType) argument 807 ParsePatternValue(const CFX_WideString& wsValue, const CFX_WideString& wsPattern, IFX_Locale* pLocale) argument [all...] |
H A D | xfa_objectacc_imp.cpp | 17 static FX_ARGB XFA_WStringToColor(const CFX_WideStringC& wsValue) {
argument 19 if (wsValue.GetLength() == 0) {
23 const FX_WCHAR* str = wsValue.GetPtr();
24 int len = wsValue.GetLength();
250 CFX_WideString wsValue;
local 251 m_pNode->TryCData(XFA_ATTRIBUTE_FontHorizontalScale, wsValue);
252 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue);
256 CFX_WideString wsValue;
local 257 m_pNode->TryCData(XFA_ATTRIBUTE_FontVerticalScale, wsValue);
258 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue);
262 CFX_WideStringC wsValue; local 340 CFX_WideString wsValue; local 345 CFX_WideString wsValue; local 728 CFX_WideString wsValue; local 1007 SetTestValue(int32_t iType, CFX_WideString& wsValue, XFA_ATTRIBUTEENUM eName) argument 1017 SetFormatTest(CFX_WideString wsValue) argument 1021 SetNullTest(CFX_WideString wsValue) argument 1845 CFX_WideString wsValue = GetRawValue(); local 1866 CFX_WideString wsValue; local 1963 SetSelectedMemberByValue(const CFX_WideStringC& wsValue, FX_BOOL bNotify, FX_BOOL bScriptModify, FX_BOOL bSyncData) argument 2211 CFX_WideString wsValue = GetRawValue(); local 2279 CFX_WideString wsValue = GetRawValue(); local 2317 CFX_WideString wsValue; local 2347 InsertItem(const CFX_WideString& wsLabel, const CFX_WideString& wsValue, int32_t nIndex, FX_BOOL bNotify) argument 2412 GetItemLabel(const CFX_WideStringC& wsValue, CFX_WideString& wsLabel) argument 2458 GetItemValue(const CFX_WideStringC& wsLabel, CFX_WideString& wsValue) argument 2802 XFA_NumericLimit(const CFX_WideString& wsValue, int32_t iLead, int32_t iTread) argument 2846 SetValue(const CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType) argument 3097 GetValue(CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType) argument 3178 GetNormalizeDataValue( const CFX_WideStringC& wsValue, CFX_WideString& wsNormalizeValue) argument 3202 GetFormatDataValue(const CFX_WideStringC& wsValue, CFX_WideString& wsFormatedValue) argument 3287 NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput) argument 3305 FormatNumStr(const CFX_WideString& wsValue, IFX_Locale* pLocale, CFX_WideString& wsOutput) argument 3347 SyncValue(const CFX_WideString& wsValue, FX_BOOL bNotify) argument [all...] |
H A D | xfa_utils_imp.cpp | 313 CFX_WideString wsValue = wsStringVal;
local 314 wsValue.TrimLeft();
315 wsValue.TrimRight();
321 const FX_WCHAR* str = (const FX_WCHAR*)wsValue;
322 int32_t len = wsValue.GetLength();
392 CFX_WideString wsValue =
local 394 return XFA_WideStringToDouble(wsValue);
|
H A D | xfa_document_datamerger_imp.cpp | 114 CFX_WideString wsValue;
local 122 image.GetContent(wsValue);
129 pWidgetData->GetFormatDataValue(wsValue, wsFormatedValue);
130 pDataNode->SetAttributeValue(wsValue, wsFormatedValue);
137 defValue.GetChildValueContent(wsValue);
158 } else if (!wsValue.IsEmpty()) {
159 pWidgetData->GetFormatDataValue(wsValue, wsFormatedValue);
160 pDataNode->SetAttributeValue(wsValue, wsFormatedValue);
164 defValue.GetChildValueContent(wsValue);
165 if (wsValue [all...] |
H A D | xfa_object_imp.cpp | 128 CFX_WideStringC wsValue = this->GetCData(XFA_ATTRIBUTE_Value);
local 129 if (!wsValue.IsEmpty()) {
130 pCloneXMLElement->SetTextData(wsValue);
824 CFX_WideString wsValue;
local 833 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength());
863 CFX_WideString wsValue;
local 864 this->GetAttribute(wsExpression, wsValue);
867 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
915 CFX_WideString wsValue;
local 1475 CFX_WideString wsValue local 1532 CFX_WideString wsValue; local 1542 CFX_WideString wsValue; local 1747 CFX_WideString wsValue = GetScriptContent(TRUE); local 2044 CFX_WideString wsValue; local 2096 CFX_WideString wsValue; local 2115 CFX_WideString wsValue; local 2231 CFX_WideString wsValue; local 2251 CFX_WideString wsValue = local 2309 CFX_WideString wsValue; local 2350 CFX_WideString wsValue; local 2399 CFX_WideString wsValue = GetScriptContent(TRUE); local 3767 SetAttribute(XFA_ATTRIBUTE eAttr, const CFX_WideStringC& wsValue, FX_BOOL bNotify) argument 3804 GetAttribute(XFA_ATTRIBUTE eAttr, CFX_WideString& wsValue, FX_BOOL bUseDefault) argument 3863 SetAttribute(const CFX_WideStringC& wsAttr, const CFX_WideStringC& wsValue, FX_BOOL bNotify) argument 3874 GetAttribute(const CFX_WideStringC& wsAttr, CFX_WideString& wsValue, FX_BOOL bUseDefault) argument 3956 SetCData(XFA_ATTRIBUTE eAttr, const CFX_WideString& wsValue, FX_BOOL bNotify, FX_BOOL bScriptModify) argument 3992 ->SetString(GetCData(XFA_ATTRIBUTE_QualifiedName), wsValue); local 4033 SetAttributeValue(const CFX_WideString& wsValue, const CFX_WideString& wsXMLValue, FX_BOOL bNotify, FX_BOOL bScriptModify) argument 4082 TryCData(XFA_ATTRIBUTE eAttr, CFX_WideString& wsValue, FX_BOOL bUseDefault, FX_BOOL bProto) argument 4114 TryCData(XFA_ATTRIBUTE eAttr, CFX_WideStringC& wsValue, FX_BOOL bUseDefault, FX_BOOL bProto) argument 4765 CFX_WideStringC wsValue = this->GetCData(XFA_ATTRIBUTE_Value); local 5055 SetMapModuleString(void* pKey, const CFX_WideStringC& wsValue) argument 5059 GetMapModuleString(void* pKey, CFX_WideStringC& wsValue) argument 5263 CFX_WideString wsValue = pDstModule->GetScriptContent(FALSE); local [all...] |
H A D | xfa_script_eventpseudomodel.cpp | 24 CFX_WideString& wsValue,
29 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength());
31 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
23 Script_EventPseudoModel_StringProperty(FXJSE_HVALUE hValue, CFX_WideString& wsValue, FX_BOOL bSetting) argument
|
H A D | xfa_script_hostpseudomodel.h | 82 CFX_WideString& wsValue);
|
H A D | xfa_document_serialize.cpp | 133 CFX_WideString wsValue;
local 135 !pNode->GetAttribute((XFA_ATTRIBUTE)eName, wsValue, FALSE)) {
138 wsValue = XFA_ExportEncodeAttribute(wsValue);
142 wsOutput += wsValue;
308 CFX_WideStringC wsValue = pRawValueNode->GetCData(XFA_ATTRIBUTE_Value);
local 309 wsChildren += XFA_ExportEncodeContent(wsValue);
315 CFX_WideStringC wsValue = pNode->GetCData(XFA_ATTRIBUTE_Value);
local 316 wsChildren += XFA_ExportEncodeContent(wsValue);
|
H A D | xfa_parser_imp.cpp | 313 CFX_WideString& wsValue,
351 wsValue = wsAttrValue;
1021 CFX_WideString wsValue;
local 1036 XFA_GetPlainTextFromRichText((IFDE_XMLElement*)pXMLChild, wsValue);
1038 XFA_ConvertRichTextToPlainText((IFDE_XMLElement*)pXMLChild, wsValue);
1045 XFA_ConvertXMLToPlainText((IFDE_XMLElement*)pXMLChild, wsValue);
1051 ((IFDE_XMLText*)pXMLChild)->GetText(wsValue);
1053 ((IFDE_XMLCharData*)pXMLChild)->GetCharData(wsValue);
1058 if (!wsValue.IsEmpty()) {
1063 pContentRawDataNode->SetCData(XFA_ATTRIBUTE_Value, wsValue);
309 XFA_FDEExtension_FindAttributeWithNS( IFDE_XMLElement* pElement, const CFX_WideStringC& wsLocalAttributeName, const CFX_WideStringC& wsNamespaceURIPrefix, CFX_WideString& wsValue, FX_BOOL bMatchNSAsPrefix = FALSE) argument [all...] |
H A D | xfa_script_hostpseudomodel.cpp | 27 CFX_WideString wsValue;
local 28 pNotify->GetAppProvider()->LoadString(dwFlag, wsValue);
29 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
605 CFX_WideString& wsValue) {
621 wsValue = FX_WSTRC(L"");
625 wsValue = CFX_WideString::FromUTF8(byMessage, byMessage.GetLength());
602 Script_HostPseudoModel_ValidateArgsForMsg( CFXJSE_Arguments* pArguments, int32_t iArgIndex, CFX_WideString& wsValue) argument
|
/external/pdfium/xfa/src/fdp/src/css/ |
H A D | fde_csscache.cpp | 107 CFX_WideStringC wsValue, wsName = pTag->GetTagName();
local 112 pTag->GetNextAttribute(pos, wsName, wsValue);
120 FX_HashCode_String_GetW(wsValue.GetPtr(), wsValue.GetLength());
123 dwIDHash = FX_HashCode_String_GetW(wsValue.GetPtr(), wsValue.GetLength());
|
/external/pdfium/xfa/src/fxfa/src/common/ |
H A D | fxfa_localevalue.h | 27 const CFX_WideString& wsValue,
30 const CFX_WideString& wsValue,
37 FX_BOOL ValidateValue(const CFX_WideString& wsValue,
49 FX_BOOL ValidateCanonicalValue(const CFX_WideString& wsValue,
66 void SetValue(const CFX_WideString& wsValue, FX_DWORD dwType);
98 FX_BOOL ParsePatternValue(const CFX_WideString& wsValue,
|
H A D | xfa_object.h | 135 const CFX_WideStringC& wsValue,
138 CFX_WideString& wsValue,
141 const CFX_WideStringC& wsValue,
144 CFX_WideString& wsValue,
199 const CFX_WideString& wsValue,
202 FX_BOOL SetAttributeValue(const CFX_WideString& wsValue,
207 CFX_WideString& wsValue,
211 CFX_WideStringC& wsValue,
215 CFX_WideStringC wsValue;
local 216 return TryCData(eAttr, wsValue) [all...] |
/external/pdfium/xfa/src/fdp/src/xml/ |
H A D | fde_xml.cpp | 404 CFX_WideString wsValue;
local 409 wsValue = attributes[i + 1];
410 wsValue.Replace(L"&", L"&");
411 wsValue.Replace(L"<", L"<");
412 wsValue.Replace(L">", L">");
413 wsValue.Replace(L"\'", L"'");
414 wsValue.Replace(L"\"", L""");
415 ws += wsValue;
438 CFX_WideString wsValue;
local 443 wsValue 591 CFX_WideString wsValue; local 607 CFX_WideString wsValue; local 779 CFX_WideString wsValue; local 795 CFX_WideString wsValue; local 974 CFX_WideString wsValue; local 1008 CFX_WideString wsValue; local [all...] |
/external/pdfium/xfa/src/fgas/src/localization/ |
H A D | fx_localeimp.h | 54 CFX_WideString& wsValue);
60 CFX_WideString& wsValue);
|
/external/pdfium/xfa/include/fxfa/ |
H A D | fxfa_objectacc.h | 391 FX_BOOL SetFormatTest(CFX_WideString wsValue);
393 FX_BOOL SetNullTest(CFX_WideString wsValue);
410 CFX_WideString& wsValue,
654 void SetSelectedMemberByValue(const CFX_WideStringC& wsValue,
686 const CFX_WideString& wsValue,
689 void GetItemLabel(const CFX_WideStringC& wsValue, CFX_WideString& wsLabel);
690 void GetItemValue(const CFX_WideStringC& wsLabel, CFX_WideString& wsValue);
698 FX_BOOL SetValue(const CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
702 FX_BOOL GetValue(CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
703 FX_BOOL GetNormalizeDataValue(const CFX_WideStringC& wsValue,
[all...] |
/external/pdfium/xfa/src/fgas/include/ |
H A D | fx_locale.h | 114 CFX_WideString& wsValue) = 0;
120 CFX_WideString& wsValue) = 0;
|
/external/pdfium/xfa/src/fdp/include/ |
H A D | fde_psr.h | 88 CFX_WideString& wsValue) = 0;
|
H A D | fde_xml.h | 167 const CFX_WideString& wsValue);
170 const CFX_WideString& wsValue);
|