Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx73 &SwRect::_Bottom,
82 &SwRect::_Bottom,
130 &SwRect::_Bottom,
139 &SwRect::_Bottom,
182 &SwRect::_Bottom,
191 &SwRect::_Bottom,
240 &SwRect::_Bottom,
249 &SwRect::_Bottom,
295 &SwRect::_Bottom,
304 &SwRect::_Bottom,
H A Dpaintfrm.cxx2462 else if ( aStart.Y() == aUpper._Bottom() ) in PaintLines()
2463 aPaintStart.Y() = aUpperAligned._Bottom(); in PaintLines()
2471 else if ( aEnd.Y() == aUpper._Bottom() ) in PaintLines()
2472 aPaintEnd.Y() = aUpperAligned._Bottom(); in PaintLines()
2647 const SwTwips nBottom = aBorderRect._Bottom(); in Insert()
/trunk/main/sw/inc/
H A Dswrect.hxx114 void _Bottom( const long nBottom );
120 long _Bottom() const;
/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 57 milliseconds