Lines Matching refs:rCpy
49 inline SwFmtVertOrient &operator=( const SwFmtVertOrient &rCpy );
87 inline SwFmtHoriOrient &operator=( const SwFmtHoriOrient &rCpy );
112 inline SwFmtVertOrient &SwFmtVertOrient::operator=( const SwFmtVertOrient &rCpy ) in operator =() argument
114 nYPos = rCpy.GetPos(); in operator =()
115 eOrient = rCpy.GetVertOrient(); in operator =()
116 eRelation = rCpy.GetRelationOrient(); in operator =()
119 inline SwFmtHoriOrient &SwFmtHoriOrient::operator=( const SwFmtHoriOrient &rCpy ) in operator =() argument
121 nXPos = rCpy.GetPos(); in operator =()
122 eOrient = rCpy.GetHoriOrient(); in operator =()
123 eRelation = rCpy.GetRelationOrient(); in operator =()
124 bPosToggle = rCpy.IsPosToggle(); in operator =()