• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/

Lines Matching refs:AddAttributeValue

1690   clause->AddAttributeValue(_T("id"), m_id);
1697 clause->AddAttributeValue(_T("pen_width"), (long)penWidth);
1699 clause->AddAttributeValue(_T("pen_style"), (long)penStyle);
1726 clause->AddAttributeValue(_T("brush_style"), (long)m_brush->GetStyle());
1743 clause->AddAttributeValue(_T("arcs"), list);
1748 clause->AddAttributeValue(_T("use_attachments"), (long)m_attachmentMode);
1750 clause->AddAttributeValue(_T("sensitivity"), (long)m_sensitivity);
1752 clause->AddAttributeValue(_T("space_attachments"), (long)m_spaceAttachments);
1754 clause->AddAttributeValue(_T("fixed_width"), (long)m_fixedWidth);
1756 clause->AddAttributeValue(_T("fixed_height"), (long)m_fixedHeight);
1758 clause->AddAttributeValue(_T("shadow_mode"), (long)m_shadowMode);
1760 clause->AddAttributeValue(_T("centre_resize"), (long)0);
1761 clause->AddAttributeValue(_T("maintain_aspect_ratio"), (long) m_maintainAspectRatio);
1763 clause->AddAttributeValue(_T("hilite"), (long)m_highlighted);
1766 clause->AddAttributeValue(_T("parent"), (long)m_parent->GetId());
1769 clause->AddAttributeValue(_T("rotation"), m_rotation);
1773 clause->AddAttributeValue(_T("neck_length"), (long) m_branchNeckLength);
1774 clause->AddAttributeValue(_T("stem_length"), (long) m_branchStemLength);
1775 clause->AddAttributeValue(_T("branch_spacing"), (long) m_branchSpacing);
1776 clause->AddAttributeValue(_T("branch_style"), (long) m_branchStyle);
1794 clause->AddAttributeValue(_T("user_attachments"), attachmentList);
1861 clause->AddAttributeValue(regionNameBuf, regionExpr);
1862 clause->AddAttributeValue(textNameBuf, textExpr);