Lines Matching refs:nNew
51 inline void Width( long nNew );
52 inline void Height( long nNew );
117 void _Width( const long nNew );
118 void _Height( const long nNew );
131 void SetPosX( const long nNew );
132 void SetPosY( const long nNew );
133 void SetLeftAndWidth( long nLeft, long nNew );
134 void SetTopAndHeight( long nTop, long nNew );
135 void SetRightAndWidth( long nRight, long nNew );
136 void SetBottomAndHeight( long nBottom, long nNew );
159 typedef void (SwRect:: *SwRectSet)( const long nNew );
192 inline void SwRect::Width( long nNew ) in Width() argument
194 m_Size.setWidth(nNew); in Width()
196 inline void SwRect::Height( long nNew ) in Height() argument
198 m_Size.setHeight(nNew); in Height()