Searched refs:_Bottom (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 73 &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 D | paintfrm.cxx | 2371 else if ( aStart.Y() == aUpper._Bottom() ) in PaintLines() 2372 aPaintStart.Y() = aUpperAligned._Bottom(); in PaintLines() 2380 else if ( aEnd.Y() == aUpper._Bottom() ) in PaintLines() 2381 aPaintEnd.Y() = aUpperAligned._Bottom(); in PaintLines() 2556 const SwTwips nBottom = aBorderRect._Bottom(); in Insert()
|
/aoo41x/main/sw/inc/ |
H A D | swrect.hxx | 114 void _Bottom( const long nBottom ); 120 long _Bottom() const;
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 254 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 44 milliseconds