HomeSort by relevance Sort by last modified time
    Searched defs:wsValue (Results 1 - 14 of 14) sorted by null

  /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_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);
cxfa_dataexporter.cpp 84 CFX_WideString wsValue;
86 !pNode->GetAttribute((XFA_ATTRIBUTE)eName, wsValue, false)) {
89 wsValue = ExportEncodeAttribute(wsValue);
93 wsOutput += wsValue;
260 CFX_WideStringC wsValue = pRawValueNode->GetCData(XFA_ATTRIBUTE_Value);
261 wsChildren += ExportEncodeContent(wsValue);
268 CFX_WideStringC wsValue = pNode->GetCData(XFA_ATTRIBUTE_Value);
269 wsChildren += ExportEncodeContent(wsValue);
cxfa_simple_parser.cpp 120 CFX_WideString& wsValue,
156 wsValue = wsAttrValue;
    [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_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...]
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...]
cxfa_node.cpp 530 CFX_WideStringC wsValue = GetCData(XFA_ATTRIBUTE_Value);
531 if (!wsValue.IsEmpty()) {
532 pCloneXMLElement->SetTextData(CFX_WideString(wsValue));
    [all...]
  /external/pdfium/xfa/fxfa/app/
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_ffdocview.cpp 757 CFX_WideString wsValue;
767 wsValue = refNode->GetContent();
770 wsValue = nodeValue ? nodeValue->GetContent() : refNode->GetContent();
781 wsLabel = wsValue;
783 pAcc->InsertItem(wsLabel, 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/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/fxfa/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 499 milliseconds