Home
last modified time | relevance | path

Searched defs:_Right (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx252 void SwRect::_Right( const long nRight ){ m_Size.setWidth(nRight - m_Point.getX()); } in _Right() function in SwRect
259 long SwRect::_Right() const{ return m_Point.getX() + m_Size.getWidth(); } in _Right() function in SwRect

Completed in 17 milliseconds