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

  /external/pdfium/xfa/fxfa/
cxfa_ffnumericedit.cpp 39 pWidget->SetText(m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display));
54 if (!m_pNode->GetWidgetAcc()->IsHorizontalScrollPolicyOff())
57 Optional<int32_t> numCells = m_pNode->GetWidgetAcc()->GetNumberOfCells();
63 if (!m_pNode->IsOpenAccess() || !GetDoc()->GetXFADoc()->IsInteractive())
80 m_pNode->GetWidgetAcc()->GetPictureContent(XFA_VALUEPICTURE_Edit);
85 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get());
87 m_pNode->GetWidgetAcc()->GetLeadDigits(),
88 m_pNode->GetWidgetAcc()->GetFracDigits());
90 m_pNode->GetLocale());
cxfa_loadercontext.cpp 19 m_pNode(nullptr) {}
cxfa_ffcombobox.cpp 55 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false))
58 std::vector<int32_t> iSelArray = m_pNode->GetWidgetAcc()->GetSelectedItems();
61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw));
79 if (m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) {
83 if (!m_pNode->IsOpenAccess() || !GetDoc()->GetXFADoc()->IsInteractive()) {
90 if (!m_pNode->GetWidgetAcc()->IsHorizontalScrollPolicyOff())
117 return m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Raw, m_wsNewValue);
127 wsText = m_pNode->GetWidgetAcc()
131 if (m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw) == wsText)
140 pParam->m_pTarget = m_pNode->GetWidgetAcc()
    [all...]
cxfa_ffarc.cpp 22 CXFA_Value* value = m_pNode->GetFormValueIfExists();
27 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
cxfa_ffrectangle.cpp 22 CXFA_Value* value = m_pNode->GetFormValueIfExists();
27 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
cxfa_ffimageedit.cpp 47 if (!m_pNode->GetWidgetAcc()->GetImageEditImage())
54 m_pNode->GetWidgetAcc()->SetImageEditImage(nullptr);
68 DrawBorder(pGS, m_pNode->GetWidgetAcc()->GetUIBorder(), m_rtUI, mtRotate);
71 m_pNode->GetWidgetAcc()->GetImageEditImage();
78 CXFA_Para* para = m_pNode->GetParaIfExists();
85 CXFA_Value* value = m_pNode->GetFormValueIfExists();
94 m_pNode->GetWidgetAcc()->GetImageEditDpi(iImageXDpi, iImageYDpi);
101 if (!m_pNode->IsOpenAccess())
120 CFX_RectF rtUIMargin = m_pNode->GetWidgetAcc()->GetUIMargin();
132 m_pNode->GetWidgetAcc()->SetImageEditImage(nullptr)
    [all...]
cxfa_ffdatetimeedit.cpp 53 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display);
56 CXFA_Value* value = m_pNode->GetFormValueIfExists();
61 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get());
88 Optional<int32_t> numCells = m_pNode->GetWidgetAcc()->GetNumberOfCells();
93 if (!m_pNode->IsOpenAccess() || !GetDoc()->GetXFADoc()->IsInteractive())
95 if (!m_pNode->GetWidgetAcc()->IsHorizontalScrollPolicyOff())
102 CXFA_Para* para = m_pNode->GetParaIfExists();
141 if (!m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Edit,
146 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this);
158 WideString wsText = m_pNode->GetWidgetAcc()->GetValue(eType)
    [all...]
cxfa_ffimage.cpp 58 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
64 CXFA_Para* para = m_pNode->GetParaIfExists();
72 m_pNode->GetWidgetAcc()->GetImageDpi(iImageXDpi, iImageYDpi);
74 auto* value = m_pNode->GetFormValueIfExists();
cxfa_ffpasswordedit.cpp 36 pWidget->SetText(m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display));
52 WideString password = m_pNode->GetWidgetAcc()->GetPasswordChar();
55 if (!m_pNode->GetWidgetAcc()->IsHorizontalScrollPolicyOff())
57 if (!m_pNode->IsOpenAccess() || !GetDoc()->GetXFADoc()->IsInteractive())
cxfa_ffcheckbutton.cpp 43 if (m_pNode->GetWidgetAcc()->IsRadioButton())
48 SetFWLCheckState(m_pNode->GetWidgetAcc()->GetCheckState());
58 pCheckBox->SetBoxSize(m_pNode->GetWidgetAcc()->GetCheckButtonSize());
60 switch (m_pNode->GetWidgetAcc()->GetCheckButtonMark()) {
79 if (m_pNode->GetWidgetAcc()->IsCheckButtonRound())
83 if (m_pNode->GetWidgetAcc()->IsAllowNeutral())
93 float fCheckSize = m_pNode->GetWidgetAcc()->GetCheckButtonSize();
94 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
101 CXFA_Caption* caption = m_pNode->GetCaptionIfExists();
118 CXFA_Para* para = m_pNode->GetParaIfExists()
    [all...]
cxfa_fftextedit.cpp 61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display));
75 if (m_pNode->GetWidgetAcc()->IsMultiLine()) {
77 if (!m_pNode->GetWidgetAcc()->IsVerticalScrollPolicyOff()) {
81 } else if (!m_pNode->GetWidgetAcc()->IsHorizontalScrollPolicyOff()) {
84 if (!m_pNode->IsOpenAccess() || !GetDoc()->GetXFADoc()->IsInteractive()) {
91 std::tie(eType, iMaxChars) = m_pNode->GetWidgetAcc()->GetMaxChars();
95 Optional<int32_t> numCells = m_pNode->GetWidgetAcc()->GetNumberOfCells();
130 if (!m_pNode->IsOpenAccess())
187 if (m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Edit, wsText)) {
188 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this)
    [all...]
cxfa_loadercontext.h 33 CXFA_Node* m_pNode;
cxfa_ffpushbutton.cpp 74 switch (m_pNode->GetWidgetAcc()->GetButtonHighlight()) {
103 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
109 CXFA_Caption* caption = m_pNode->GetCaptionIfExists();
123 CXFA_Border* border = m_pNode->GetBorderIfExists();
140 CXFA_Caption* caption = m_pNode->GetCaptionIfExists();
144 if (m_pNode->GetWidgetAcc()->HasButtonRollover()) {
147 m_pNode->GetWidgetAcc(), XFA_TEXTPROVIDERTYPE_Rollover);
153 if (m_pNode->GetWidgetAcc()->HasButtonDown()) {
156 m_pNode->GetWidgetAcc(), XFA_TEXTPROVIDERTYPE_Down);
175 m_pNode->GetWidgetAcc()->GetCaptionTextLayout()
    [all...]
cxfa_fflistbox.cpp 56 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false))
60 if (m_pNode->GetWidgetAcc()->IsChoiceListMultiSelect())
65 for (int32_t selected : m_pNode->GetWidgetAcc()->GetSelectedItems())
87 m_pNode->GetWidgetAcc()->SetSelectedItems(iSelArray, true, false, true);
92 std::vector<int32_t> iSelArray = m_pNode->GetWidgetAcc()->GetSelectedItems();
108 CXFA_Para* para = m_pNode->GetParaIfExists();
138 std::vector<int32_t> iSelArray = m_pNode->GetWidgetAcc()->GetSelectedItems();
154 eParam.m_pTarget = m_pNode->GetWidgetAcc();
155 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw);
163 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam)
    [all...]
cxfa_fftext.cpp 38 CXFA_TextLayout* pTextLayout = m_pNode->GetWidgetAcc()->GetTextLayout();
44 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
69 CXFA_TextLayout* pTextLayout = m_pNode->GetWidgetAcc()->GetTextLayout();
75 CXFA_TextLayout* pTextLayout = m_pNode->GetWidgetAcc()->GetTextLayout();
89 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
142 CXFA_TextLayout* pTextLayout = m_pNode->GetWidgetAcc()->GetTextLayout();
cxfa_fffield.cpp 52 XFA_Element type = m_pNode->GetWidgetAcc()->GetUIType();
72 DrawBorder(pGS, m_pNode->GetWidgetAcc()->GetUIBorder(), m_rtUI, mtRotate);
88 if (!(dwStatus & XFA_WidgetStatus_Highlight) || !m_pNode->IsOpenAccess())
129 m_pNode->GetWidgetAcc()->LoadCaption(GetDoc());
139 XFA_Element eType = m_pNode->GetWidgetAcc()->GetUIType();
148 CFX_RectF rtMargin = m_pNode->GetWidgetAcc()->GetUIMargin();
173 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
194 CXFA_Caption* caption = m_pNode->GetCaptionIfExists();
218 m_pNode->GetWidgetAcc()->GetCaptionTextLayout();
270 CXFA_Border* borderUI = m_pNode->GetWidgetAcc()->GetUIBorder()
    [all...]
cxfa_widgetacc.cpp 520 m_pNode(pNode) {}
529 CXFA_Value* imageValue = m_pNode->GetDefaultValueIfExists();
541 CXFA_Node* pNextChild = m_pNode->GetFirstContainerChild();
580 CXFA_Value* defValue = m_pNode->GetDefaultValueIfExists();
593 CXFA_Value* formValue = m_pNode->GetFormValueIfExists();
600 m_pNode->JSObject()->SetContent(wsData, GetFormatDataValue(wsData), true,
603 CXFA_Node* pBind = m_pNode->GetBindData();
627 CXFA_FFWidget* pWidget = docView->GetWidgetForNode(m_pNode);
639 CXFA_Caption* caption = m_pNode->GetCaptionIfExists();
668 CXFA_Font* widgetfont = m_pNode->GetFontIfExists()
    [all...]
cxfa_ffline.cpp 90 CXFA_Value* value = m_pNode->GetFormValueIfExists();
117 CXFA_Margin* margin = m_pNode->GetMarginIfExists();
cxfa_ffwidget.cpp 234 : CXFA_ContentLayoutItem(node), m_pNode(node) {}
257 switch (m_pNode->GetRotate()) {
298 CXFA_Border* border = m_pNode->GetBorderIfExists();
406 eParam.m_pTarget = m_pNode->GetWidgetAcc();
407 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Enter, &eParam);
524 int32_t iRotate = m_pNode->GetRotate();
565 CXFA_Node* pParentNode = m_pNode->GetParent();
584 if (pChildNode == m_pNode)
627 eParam.m_pTarget = m_pNode->GetWidgetAcc();
628 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Exit, &eParam)
    [all...]
cxfa_ffwidget.h 130 CXFA_Node* GetNode() { return m_pNode.Get(); }
167 UnownedPtr<CXFA_Node> const m_pNode;
cxfa_ffsignature.cpp 34 DrawBorder(pGS, m_pNode->GetWidgetAcc()->GetUIBorder(), m_rtUI, mtRotate);
cxfa_ffbarcode.cpp 133 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display));
149 DrawBorder(pGS, m_pNode->GetWidgetAcc()->GetUIBorder(), m_rtUI, mtRotate);
229 if (!m_pNode->IsOpenAccess())
cxfa_widgetacc.h 94 CXFA_Node* GetNode() const { return m_pNode; }
226 CXFA_Node* m_pNode;
cxfa_textlayout.cpp 494 pNode = m_pLoader->m_pNode;
681 m_pLoader->m_pNode = pNode;
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.h 35 : m_pNode(nullptr), m_eNode(Type::Unknown), m_dwID(id), m_bSkip(false) {}
37 CFX_SAXContext* m_pNode;

Completed in 494 milliseconds