Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx254 void SwRect::_Bottom( const long nBottom ){ m_Size.setHeight(nBottom - m_Point.getY()); } in _Bottom() function in SwRect
261 long SwRect::_Bottom() const{ return m_Point.getY() + m_Size.getHeight(); } in _Bottom() function in SwRect

Completed in 9 milliseconds