Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dnewfrm.cxx75 &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 Dpaintfrm.cxx2367 else if ( aStart.X() == aUpper._Right() ) in PaintLines()
2368 aPaintStart.X() = aUpperAligned._Right(); in PaintLines()
2376 else if ( aEnd.X() == aUpper._Right() ) in PaintLines()
2377 aPaintEnd.X() = aUpperAligned._Right(); in PaintLines()
2554 const SwTwips nRight = aBorderRect._Right(); in Insert()
/aoo41x/main/sw/inc/
H A Dswrect.hxx116 void _Right( const long nRight );
122 long _Right() const;
/aoo41x/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 158 milliseconds