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

1 2

  /external/pdfium/xfa/fxfa/app/
cxfa_csstagprovider.h 23 const CFX_WideString& wsValue) {
24 m_Attributes.insert({wsAttr, wsValue});
cxfa_textparser.cpp 294 CFX_WideString wsValue;
295 pXMLElement->GetString(L"style", wsValue);
296 if (!wsValue.IsEmpty())
297 tagProvider->SetAttribute(L"style", wsValue);
311 CFX_WideString wsValue;
312 if (pStyle && pStyle->GetCustomStyle(L"tab-interval", wsValue))
313 return CXFA_Measurement(wsValue.AsStringC()).ToUnit(XFA_UNIT_Pt);
318 CFX_WideString wsValue;
319 if (pStyle && pStyle->GetCustomStyle(L"xfa-tab-count", wsValue))
320 return wsValue.GetInteger()
    [all...]
xfa_ffwidgetacc.h 45 CFX_WideString& wsValue);
cxfa_textparser.h 82 CFX_WideString& wsValue);
xfa_ffwidgetacc.cpp 204 CFX_WideString wsValue;
212 image.GetContent(wsValue);
216 SetImageEdit(wsContentType, wsHref, wsValue);
229 if (wsValue.IsEmpty() && (defValue = pAcc->GetDefaultValue())) {
230 defValue.GetChildValueContent(wsValue);
231 SetValue(wsValue, XFA_VALUEPICTURE_Raw);
232 pAcc->SetValue(wsValue, XFA_VALUEPICTURE_Raw);
252 defValue.GetChildValueContent(wsValue);
254 SetValue(wsValue, XFA_VALUEPICTURE_Raw);
460 CFX_WideString wsValue;
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_font.cpp 21 CFX_WideString wsValue;
22 m_pNode->TryCData(XFA_ATTRIBUTE_FontHorizontalScale, wsValue);
23 int32_t iScale = FXSYS_wtoi(wsValue.c_str());
28 CFX_WideString wsValue;
29 m_pNode->TryCData(XFA_ATTRIBUTE_FontVerticalScale, wsValue);
30 int32_t iScale = FXSYS_wtoi(wsValue.c_str());
35 CFX_WideStringC wsValue;
36 if (!m_pNode->TryCData(XFA_ATTRIBUTE_LetterSpacing, wsValue))
39 CXFA_Measurement ms(wsValue);
xfa_localevalue.h 34 const CFX_WideString& wsValue,
37 const CFX_WideString& wsValue,
44 bool ValidateValue(const CFX_WideString& wsValue,
56 bool ValidateCanonicalValue(const CFX_WideString& wsValue, uint32_t dwVType);
71 void SetValue(const CFX_WideString& wsValue, uint32_t dwType);
103 bool ParsePatternValue(const CFX_WideString& wsValue,
cxfa_validate.h 23 bool SetNullTest(CFX_WideString wsValue);
40 CFX_WideString& wsValue,
cxfa_data.cpp 14 FX_ARGB CXFA_Data::ToColor(const CFX_WideStringC& wsValue) {
16 if (wsValue.GetLength() == 0)
20 const FX_WCHAR* str = wsValue.c_str();
21 int len = wsValue.GetLength();
cxfa_data.h 18 static FX_ARGB ToColor(const CFX_WideStringC& wsValue);
cxfa_widgetdata.h 87 void SetSelectedMemberByValue(const CFX_WideStringC& wsValue,
119 const CFX_WideString& wsValue,
122 void GetItemLabel(const CFX_WideStringC& wsValue, CFX_WideString& wsLabel);
123 void GetItemValue(const CFX_WideStringC& wsLabel, CFX_WideString& wsValue);
130 bool SetValue(const CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
133 bool GetValue(CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
134 bool GetNormalizeDataValue(const CFX_WideString& wsValue,
136 bool GetFormatDataValue(const CFX_WideString& wsValue,
138 void NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput);
159 CFX_WideString NumericLimit(const CFX_WideString& wsValue,
    [all...]
cxfa_widgetdata.cpp 530 CFX_WideString wsValue = GetRawValue();
531 if (wsValue.IsEmpty())
539 if (pText->TryContent(wsContent) && (wsContent == wsValue))
552 CFX_WideString wsValue;
557 pText->TryContent(wsValue);
576 if (wsValue != text) {
586 exclGroup.SyncValue(wsValue, bNotify);
645 void CXFA_WidgetData::SetSelectedMemberByValue(const CFX_WideStringC& wsValue,
664 if (wsValue != wsChildValue) {
671 wsExclGroup = wsValue;
    [all...]
xfa_localevalue.cpp 54 const CFX_WideString& wsValue,
56 m_wsValue = wsValue;
59 m_bValid = ValidateCanonicalValue(wsValue, dwType);
62 const CFX_WideString& wsValue,
69 m_bValid = ParsePatternValue(wsValue, wsFormat, pLocale);
101 bool CXFA_LocaleValue::ValidateValue(const CFX_WideString& wsValue,
123 bRet = pFormat->ParseNull(wsValue, wsFormat);
125 bRet = wsValue.IsEmpty();
129 bRet = pFormat->ParseZero(wsValue, wsFormat);
131 bRet = wsValue == L"0"
    [all...]
cxfa_validate.cpp 18 CFX_WideString& wsValue,
21 XFA_GetAttributeEnumByName(wsValue.AsStringC());
29 bool CXFA_Validate::SetNullTest(CFX_WideString wsValue) {
30 return SetTestValue(XFA_ATTRIBUTE_NullTest, wsValue,
cxfa_node.cpp 530 CFX_WideStringC wsValue = GetCData(XFA_ATTRIBUTE_Value);
531 if (!wsValue.IsEmpty()) {
532 pCloneXMLElement->SetTextData(CFX_WideString(wsValue));
    [all...]
xfa_document_datamerger_imp.cpp 130 CFX_WideString wsValue;
138 image.GetContent(wsValue);
145 pWidgetData->GetFormatDataValue(wsValue, wsFormattedValue);
146 pDataNode->SetAttributeValue(wsValue, wsFormattedValue);
154 defValue.GetChildValueContent(wsValue);
174 } else if (!wsValue.IsEmpty()) {
175 pWidgetData->GetFormatDataValue(wsValue, wsFormattedValue);
176 pDataNode->SetAttributeValue(wsValue, wsFormattedValue);
180 defValue.GetChildValueContent(wsValue);
181 if (wsValue.IsEmpty()
    [all...]
xfa_utils.cpp 38 CFX_WideString wsValue = wsStringVal;
39 wsValue.TrimLeft();
40 wsValue.TrimRight();
47 const FX_WCHAR* str = wsValue.c_str();
48 int32_t len = wsValue.GetLength();
225 CFX_WideString wsValue = CFX_WideString::FromUTF8(szStringVal);
226 return WideStringToDouble(wsValue);
xfa_object.h 194 const CFX_WideStringC& wsValue,
197 CFX_WideString& wsValue,
200 const CFX_WideStringC& wsValue,
203 CFX_WideString& wsValue,
252 const CFX_WideString& wsValue,
255 bool SetAttributeValue(const CFX_WideString& wsValue,
260 CFX_WideString& wsValue,
264 CFX_WideStringC& wsValue,
268 CFX_WideStringC wsValue;
269 return TryCData(eAttr, wsValue) ? wsValue : CFX_WideStringC()
    [all...]
cscript_hostpseudomodel.h 56 CFX_WideString& wsValue);
cscript_eventpseudomodel.cpp 22 CFX_WideString& wsValue,
25 wsValue = pValue->ToWideString();
28 pValue->SetString(wsValue.UTF8Encode().AsStringC());
cxfa_simple_parser.cpp 120 CFX_WideString& wsValue,
156 wsValue = wsAttrValue;
    [all...]
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 419 CFX_WideString wsValue;
424 wsValue = attributes[i + 1];
425 wsValue.Replace(L"&", L"&");
426 wsValue.Replace(L"<", L"&lt;");
427 wsValue.Replace(L">", L"&gt;");
428 wsValue.Replace(L"\'", L"&apos;");
429 wsValue.Replace(L"\"", L"&quot;");
430 ws += wsValue;
454 CFX_WideString wsValue;
459 wsValue = attributes[i + 1]
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_localeimp.h 28 CFX_WideString& wsValue);
34 CFX_WideString& wsValue);
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.cpp 18 CFX_WideString& wsValue) const {
22 wsValue = iter->value();
cfde_csscomputedstyle.h 96 CFX_WideString& wsValue) const;

Completed in 238 milliseconds

1 2