Home
last modified time | relevance | path

Searched refs:_Left (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx74 &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 Dpagechg.cxx2460 maPagesArea._Left( nMinPageLeft ); in CheckViewLayout()
H A Dpaintfrm.cxx2644 const SwTwips nLeft = aBorderRect._Left(); in Insert()
/trunk/main/sw/inc/
H A Dswrect.hxx115 void _Left( const long nLeft );
121 long _Left() const;
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx251 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 74 milliseconds