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

1 2

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffConfigAcc.cpp 43 CFX_WideString wsValue;
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")) {
xfa_ffwidgetacc.h 34 CFX_WideString& wsValue);
xfa_textlayout.cpp 30 CFX_WideStringC& wsValue) {
38 wsValue = *pValue;
41 const CFX_WideString& wsValue) {
45 *pValue = wsValue;
314 CFX_WideString wsValue;
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;
334 if (pStyle && pStyle->GetCustomStyle(FX_WSTRC(L"tab-interval"), wsValue)) {
    [all...]
xfa_textlayout.h 22 CFX_WideString& wsValue) = 0;
34 CFX_WideStringC& wsValue);
37 const CFX_WideString& wsValue);
114 CFX_WideString& wsValue);
xfa_ffwidgetacc.cpp 215 CFX_WideString wsValue;
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;
    [all...]
xfa_ffdocview.cpp 794 CFX_WideString wsValue, wsLabel;
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/common/
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,
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;
216 return TryCData(eAttr, wsValue) ? wsValue : CFX_WideStringC();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
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,
118 bRet = pFormat->ParseNull(wsValue, wsFormat);
120 bRet = wsValue.IsEmpty();
124 bRet = pFormat->ParseZero(wsValue, wsFormat);
126 bRet = wsValue == FX_WSTRC(L"0");
    [all...]
xfa_objectacc_imp.cpp 17 static FX_ARGB XFA_WStringToColor(const CFX_WideStringC& wsValue) {
19 if (wsValue.GetLength() == 0) {
23 const FX_WCHAR* str = wsValue.GetPtr();
24 int len = wsValue.GetLength();
250 CFX_WideString wsValue;
251 m_pNode->TryCData(XFA_ATTRIBUTE_FontHorizontalScale, wsValue);
252 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue);
256 CFX_WideString wsValue;
257 m_pNode->TryCData(XFA_ATTRIBUTE_FontVerticalScale, wsValue);
258 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue);
    [all...]
xfa_utils_imp.cpp 313 CFX_WideString wsValue = wsStringVal;
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 =
394 return XFA_WideStringToDouble(wsValue);
xfa_document_datamerger_imp.cpp 114 CFX_WideString wsValue;
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.IsEmpty()) {
    [all...]
xfa_object_imp.cpp 128 CFX_WideStringC wsValue = this->GetCData(XFA_ATTRIBUTE_Value);
129 if (!wsValue.IsEmpty()) {
130 pCloneXMLElement->SetTextData(wsValue);
824 CFX_WideString wsValue;
833 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength());
863 CFX_WideString wsValue;
864 this->GetAttribute(wsExpression, wsValue);
867 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
    [all...]
xfa_script_eventpseudomodel.cpp 24 CFX_WideString& wsValue,
29 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength());
31 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
xfa_script_hostpseudomodel.h 82 CFX_WideString& wsValue);
xfa_document_serialize.cpp 133 CFX_WideString wsValue;
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);
309 wsChildren += XFA_ExportEncodeContent(wsValue);
315 CFX_WideStringC wsValue = pNode->GetCData(XFA_ATTRIBUTE_Value);
316 wsChildren += XFA_ExportEncodeContent(wsValue);
xfa_parser_imp.cpp 313 CFX_WideString& wsValue,
351 wsValue = wsAttrValue;
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 107 CFX_WideStringC wsValue, wsName = pTag->GetTagName();
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());
fde_cssdeclaration.h 44 CFX_WideString& wsValue) const;
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 404 CFX_WideString wsValue;
409 wsValue = attributes[i + 1];
410 wsValue.Replace(L"&", L"&");
411 wsValue.Replace(L"<", L"&lt;");
412 wsValue.Replace(L">", L"&gt;");
413 wsValue.Replace(L"\'", L"&apos;");
414 wsValue.Replace(L"\"", L"&quot;");
415 ws += wsValue;
438 CFX_WideString wsValue;
443 wsValue = attributes[i + 1];
    [all...]
  /external/pdfium/xfa/include/fxfa/
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/src/localization/
fx_localeimp.h 54 CFX_WideString& wsValue);
60 CFX_WideString& wsValue);
  /external/pdfium/xfa/src/fdp/include/
fde_psr.h 88 CFX_WideString& wsValue) = 0;
fde_xml.h 167 const CFX_WideString& wsValue);
170 const CFX_WideString& wsValue);
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 114 CFX_WideString& wsValue) = 0;
120 CFX_WideString& wsValue) = 0;

Completed in 381 milliseconds

1 2