Searched refs:_Right (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 75 &SwRect::_Right, 84 &SwRect::_Right, 127 &SwRect::_Right, 136 &SwRect::_Right, 185 &SwRect::_Right, 194 &SwRect::_Right, 238 &SwRect::_Right, 247 &SwRect::_Right, 293 &SwRect::_Right, 302 &SwRect::_Right,
|
H A D | paintfrm.cxx | 2458 else if ( aStart.X() == aUpper._Right() ) in PaintLines() 2459 aPaintStart.X() = aUpperAligned._Right(); in PaintLines() 2467 else if ( aEnd.X() == aUpper._Right() ) in PaintLines() 2468 aPaintEnd.X() = aUpperAligned._Right(); in PaintLines() 2645 const SwTwips nRight = aBorderRect._Right(); in Insert()
|
/trunk/main/sw/inc/ |
H A D | swrect.hxx | 116 void _Right( const long nRight ); 122 long _Right() const;
|
/trunk/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 252 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 42 milliseconds