Home
last modified time | relevance | path

Searched refs:wsLabel (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp78 bool CPDF_PageLabel::GetLabel(int nPage, CFX_WideString* wsLabel) const { in GetLabel()
107 *wsLabel += pLabel->GetUnicodeTextFor("P"); in GetLabel()
113 *wsLabel += wsNumPortion; in GetLabel()
117 wsLabel->Format(L"%d", nPage + 1); in GetLabel()
142 int32_t CPDF_PageLabel::GetPageByLabel(const CFX_WideStringC& wsLabel) const { in GetPageByLabel()
143 return GetPageByLabel(PDF_EncodeText(wsLabel.c_str()).AsStringC()); in GetPageByLabel()
Dcpdf_pagelabel.h18 bool GetLabel(int nPage, CFX_WideString* wsLabel) const;
20 int32_t GetPageByLabel(const CFX_WideStringC& wsLabel) const;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h118 void InsertItem(const CFX_WideString& wsLabel,
122 void GetItemLabel(const CFX_WideStringC& wsValue, CFX_WideString& wsLabel);
123 void GetItemValue(const CFX_WideStringC& wsLabel, CFX_WideString& wsValue);
Dcxfa_widgetdata.cpp1033 void CXFA_WidgetData::InsertItem(const CFX_WideString& wsLabel, in InsertItem() argument
1039 wsNewValue = wsLabel; in InsertItem()
1055 InsertListTextItem(pItems, wsLabel, nIndex); in InsertItem()
1067 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
1087 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
1094 this, wsLabel.c_str(), wsValue.c_str(), nIndex); in InsertItem()
1098 CFX_WideString& wsLabel) { in GetItemLabel() argument
1110 wsLabel = wsValue; in GetItemLabel()
1138 pText->TryContent(wsLabel); in GetItemLabel()
1143 void CXFA_WidgetData::GetItemValue(const CFX_WideStringC& wsLabel, in GetItemValue() argument
[all …]
Dcxfa_node.cpp2581 CFX_WideString wsLabel; in Script_Field_AddItem() local
2585 wsLabel = CFX_WideString::FromUTF8(bsLabel.AsStringC()); in Script_Field_AddItem()
2591 pWidgetData->InsertItem(wsLabel, wsValue, -1, true); in Script_Field_AddItem()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.h29 void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
82 void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
Dxfa_ffchoicelist.cpp178 void CXFA_FFListBox::InsertItem(const CFX_WideStringC& wsLabel, in InsertItem() argument
180 CFX_WideString wsTemp(wsLabel); in InsertItem()
458 void CXFA_FFComboBox::InsertItem(const CFX_WideStringC& wsLabel, in InsertItem() argument
460 ((CFWL_ComboBox*)m_pNormalWidget)->AddString(wsLabel); in InsertItem()
Dxfa_ffdocview.cpp758 CFX_WideString wsLabel; in RunBindItems() local
774 wsLabel = refNode->GetContent(); in RunBindItems()
778 wsLabel = nodeLabel->GetContent(); in RunBindItems()
781 wsLabel = wsValue; in RunBindItems()
783 pAcc->InsertItem(wsLabel, wsValue); in RunBindItems()