Searched refs:_Left (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 74 &SwRect::_Left, 83 &SwRect::_Left, 128 &SwRect::_Left, 137 &SwRect::_Left, 184 &SwRect::_Left, 193 &SwRect::_Left, 237 &SwRect::_Left, 246 &SwRect::_Left, 292 &SwRect::_Left, 301 &SwRect::_Left,
|
H A D | pagechg.cxx | 2460 maPagesArea._Left( nMinPageLeft ); in CheckViewLayout()
|
H A D | paintfrm.cxx | 2644 const SwTwips nLeft = aBorderRect._Left(); in Insert()
|
/trunk/main/sw/inc/ |
H A D | swrect.hxx | 115 void _Left( const long nLeft ); 121 long _Left() const;
|
/trunk/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 251 void SwRect::_Left( const long nLeft ){ m_Size.Width() += m_Point.getX() - nLeft; m_Point.setX(nLef… in _Left() function in SwRect 258 long SwRect::_Left() const{ return m_Point.getX(); } in _Left() function in SwRect
|
Completed in 55 milliseconds