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

Lines Matching refs:GetOtherWindow

1751         if ( m_constraints->left.GetOtherWindow() && (m_constraints->left.GetOtherWindow() != this) )
1752 m_constraints->left.GetOtherWindow()->AddConstraintReference(this);
1753 if ( m_constraints->top.GetOtherWindow() && (m_constraints->top.GetOtherWindow() != this) )
1754 m_constraints->top.GetOtherWindow()->AddConstraintReference(this);
1755 if ( m_constraints->right.GetOtherWindow() && (m_constraints->right.GetOtherWindow() != this) )
1756 m_constraints->right.GetOtherWindow()->AddConstraintReference(this);
1757 if ( m_constraints->bottom.GetOtherWindow() && (m_constraints->bottom.GetOtherWindow() != this) )
1758 m_constraints->bottom.GetOtherWindow()->AddConstraintReference(this);
1759 if ( m_constraints->width.GetOtherWindow() && (m_constraints->width.GetOtherWindow() != this) )
1760 m_constraints->width.GetOtherWindow()->AddConstraintReference(this);
1761 if ( m_constraints->height.GetOtherWindow() && (m_constraints->height.GetOtherWindow() != this) )
1762 m_constraints->height.GetOtherWindow()->AddConstraintReference(this);
1763 if ( m_constraints->centreX.GetOtherWindow() && (m_constraints->centreX.GetOtherWindow() != this) )
1764 m_constraints->centreX.GetOtherWindow()->AddConstraintReference(this);
1765 if ( m_constraints->centreY.GetOtherWindow() && (m_constraints->centreY.GetOtherWindow() != this) )
1766 m_constraints->centreY.GetOtherWindow()->AddConstraintReference(this);
1776 if ( c->left.GetOtherWindow() && (c->top.GetOtherWindow() != this) )
1777 c->left.GetOtherWindow()->RemoveConstraintReference(this);
1778 if ( c->top.GetOtherWindow() && (c->top.GetOtherWindow() != this) )
1779 c->top.GetOtherWindow()->RemoveConstraintReference(this);
1780 if ( c->right.GetOtherWindow() && (c->right.GetOtherWindow() != this) )
1781 c->right.GetOtherWindow()->RemoveConstraintReference(this);
1782 if ( c->bottom.GetOtherWindow() && (c->bottom.GetOtherWindow() != this) )
1783 c->bottom.GetOtherWindow()->RemoveConstraintReference(this);
1784 if ( c->width.GetOtherWindow() && (c->width.GetOtherWindow() != this) )
1785 c->width.GetOtherWindow()->RemoveConstraintReference(this);
1786 if ( c->height.GetOtherWindow() && (c->height.GetOtherWindow() != this) )
1787 c->height.GetOtherWindow()->RemoveConstraintReference(this);
1788 if ( c->centreX.GetOtherWindow() && (c->centreX.GetOtherWindow() != this) )
1789 c->centreX.GetOtherWindow()->RemoveConstraintReference(this);
1790 if ( c->centreY.GetOtherWindow() && (c->centreY.GetOtherWindow() != this) )
1791 c->centreY.GetOtherWindow()->RemoveConstraintReference(this);