Lines Matching refs:m_pNode

520       m_pNode(pNode) {}  in CXFA_WidgetAcc()
529 CXFA_Value* imageValue = m_pNode->GetDefaultValueIfExists(); in ResetData()
541 CXFA_Node* pNextChild = m_pNode->GetFirstContainerChild(); in ResetData()
580 CXFA_Value* defValue = m_pNode->GetDefaultValueIfExists(); in ResetData()
593 CXFA_Value* formValue = m_pNode->GetFormValueIfExists(); in SetImageEdit()
600 m_pNode->JSObject()->SetContent(wsData, GetFormatDataValue(wsData), true, in SetImageEdit()
603 CXFA_Node* pBind = m_pNode->GetBindData(); in SetImageEdit()
627 CXFA_FFWidget* pWidget = docView->GetWidgetForNode(m_pNode); in UpdateUIDisplay()
639 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalcCaptionSize()
668 CXFA_Font* widgetfont = m_pNode->GetFontIfExists(); in CalcCaptionSize()
706 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalculateFieldAutoSize()
729 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in CalculateWidgetAutoSize()
735 CXFA_Para* para = m_pNode->GetParaIfExists(); in CalculateWidgetAutoSize()
739 Optional<float> width = m_pNode->TryWidth(); in CalculateWidgetAutoSize()
743 Optional<float> min = m_pNode->TryMinWidth(); in CalculateWidgetAutoSize()
747 Optional<float> max = m_pNode->TryMaxWidth(); in CalculateWidgetAutoSize()
752 Optional<float> height = m_pNode->TryHeight(); in CalculateWidgetAutoSize()
756 Optional<float> min = m_pNode->TryMinHeight(); in CalculateWidgetAutoSize()
760 Optional<float> max = m_pNode->TryMaxHeight(); in CalculateWidgetAutoSize()
769 float fFontSize = m_pNode->GetFontSize(); in CalculateTextContentSize()
789 pTextOut->SetLineSpace(m_pNode->GetLineHeight()); in CalculateTextContentSize()
810 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalculateTextEditAutoSize()
825 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in CalculateTextEditAutoSize()
874 Optional<float> width = m_pNode->TryWidth(); in CalculateImageSize()
882 Optional<float> height = m_pNode->TryHeight(); in CalculateImageSize()
962 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in CalculateWidgetAutoWidth()
966 Optional<float> min = m_pNode->TryMinWidth(); in CalculateWidgetAutoWidth()
970 Optional<float> max = m_pNode->TryMaxWidth(); in CalculateWidgetAutoWidth()
978 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in GetWidthWithoutMargin()
985 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in CalculateWidgetAutoHeight()
989 Optional<float> min = m_pNode->TryMinHeight(); in CalculateWidgetAutoHeight()
993 Optional<float> max = m_pNode->TryMaxHeight(); in CalculateWidgetAutoHeight()
1001 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in GetHeightWithoutMargin()
1014 m_pLayoutData->m_fWidgetHeight = m_pNode->TryHeight().value_or(-1); in StartWidgetLayout()
1024 Optional<float> height = m_pNode->TryHeight(); in StartWidgetLayout()
1035 Optional<float> width = m_pNode->TryWidth(); in StartWidgetLayout()
1039 height = m_pNode->TryHeight(); in StartWidgetLayout()
1112 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in FindSplitPos()
1146 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in FindSplitPos()
1174 float fWidth = m_pNode->TryWidth().value_or(0); in FindSplitPos()
1188 float fLineHeight = m_pNode->GetLineHeight(); in FindSplitPos()
1189 float fFontSize = m_pNode->GetFontSize(); in FindSplitPos()
1196 CXFA_Para* para = m_pNode->GetParaIfExists(); in FindSplitPos()
1345 if (m_pNode && m_pNode->GetElementType() == XFA_Element::Field) { in InitLayoutData()
1374 Optional<float> width = m_pNode->TryWidth(); in StartTextLayout()
1448 CXFA_Font* font = m_pNode->GetFontIfExists(); in GetFDEFont()
1463 std::tie(m_eUIType, m_pUiChildNode) = CreateUIChild(m_pNode); in GetUIChild()
1473 return m_pNode && m_pNode->IsOpenAccess(); in IsOpenAccess()
1480 for (CXFA_Node* node : m_pNode->GetNodeList(0, XFA_Element::Event)) { in GetEventByActivity()
1556 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in HasButtonRollover()
1570 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in HasButtonDown()
1598 CXFA_Node* pParent = m_pNode->GetParent(); in IsRadioButton()
1619 WideString wsValue = m_pNode->GetRawValue(); in GetCheckState()
1623 auto* pItems = m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in GetCheckState()
1641 CXFA_Node* node = m_pNode->GetExclGroupIfExists(); in SetCheckState()
1644 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in SetCheckState()
1659 if (m_pNode) in SetCheckState()
1660 m_pNode->SyncValue(wsContent, bNotify); in SetCheckState()
1668 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false)) { in SetCheckState()
1704 WideString wsState = m_pNode->GetRawValue(); in GetSelectedMember()
1708 for (CXFA_Node* pNode = ToNode(m_pNode->GetFirstChild()); pNode; in GetSelectedMember()
1722 for (CXFA_Node* pNode = ToNode(m_pNode->GetFirstChild()); pNode; in SetSelectedMember()
1738 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode; in SetSelectedMemberByValue()
1765 if (m_pNode) { in SetSelectedMemberByValue()
1766 m_pNode->JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, in SetSelectedMemberByValue()
1835 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode; in CountChoiceListItems()
1863 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode; in GetChoiceListItem()
1897 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode && items.size() < 2; in GetChoiceListItems()
1962 WideString wsValue = m_pNode->GetRawValue(); in GetSelectedItemsValue()
2011 WideString wsValue = m_pNode->GetRawValue(); in SetItemState()
2016 m_pNode->JSObject()->SetContent(wsValue, wsValue, bNotify, in SetItemState()
2030 m_pNode->JSObject()->SetContent(wsSaveText, in SetItemState()
2035 m_pNode->JSObject()->SetContent(WideString(), WideString(), bNotify, in SetItemState()
2060 m_pNode->JSObject()->SetContent(wsValue, wsFormat, bNotify, bScriptModify, in SetSelectedItems()
2065 CXFA_Node* pBind = m_pNode->GetBindData(); in ClearAllSelections()
2067 m_pNode->SyncValue(WideString(), false); in ClearAllSelections()
2084 for (CXFA_Node* pItem = m_pNode->GetFirstChild(); pItem; in InsertItem()
2090 CXFA_Node* pItems = m_pNode->CreateSamePacketNode(XFA_Element::Items); in InsertItem()
2091 m_pNode->InsertChild(-1, pItems); in InsertItem()
2093 CXFA_Node* pSaveItems = m_pNode->CreateSamePacketNode(XFA_Element::Items); in InsertItem()
2094 m_pNode->InsertChild(-1, pSaveItems); in InsertItem()
2111 CXFA_Node* pSaveItems = m_pNode->CreateSamePacketNode(XFA_Element::Items); in InsertItem()
2112 m_pNode->InsertChild(-1, pSaveItems); in InsertItem()
2131 m_pNode->GetDocument()->GetNotify()->OnWidgetListItemAdded( in InsertItem()
2139 CXFA_Node* pItems = m_pNode->GetFirstChild(); in GetItemLabel()
2184 for (CXFA_Node* pItems = m_pNode->GetFirstChild(); pItems; in GetItemValue()
2227 CXFA_Node* pItems = m_pNode->GetFirstChild(); in DeleteItem()
2254 m_pNode->GetDocument()->GetNotify()->OnWidgetListItemRemoved(this, nIndex); in DeleteItem()
2299 m_pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false)) { in GetMaxChars()
2320 m_pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetFracDigits()
2336 m_pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetLeadDigits()
2353 if (m_pNode) in SetValue()
2354 m_pNode->SyncValue(wsValue, true); in SetValue()
2370 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue()
2393 if (m_pNode) in SetValue()
2394 m_pNode->SyncValue(wsNewText, true); in SetValue()
2408 m_pNode->GetChild<CXFA_Format>(0, XFA_Element::Format, false)) { in GetPictureContent()
2439 CXFA_Ui* pUI = m_pNode->GetChild<CXFA_Ui>(0, XFA_Element::Ui, false); in GetPictureContent()
2469 CXFA_Bind* bind = m_pNode->GetBindIfExists(); in GetPictureContent()
2481 return m_pNode ? m_pNode->GetLocale() : nullptr; in GetLocale()
2485 WideString wsValue = m_pNode->JSObject()->GetContent(false); in GetValue()
2520 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue()