Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx72 &SwRect::_Top,
81 &SwRect::_Top,
129 &SwRect::_Top,
138 &SwRect::_Top,
183 &SwRect::_Top,
192 &SwRect::_Top,
239 &SwRect::_Top,
248 &SwRect::_Top,
294 &SwRect::_Top,
303 &SwRect::_Top,
H A Dpaintfrm.cxx2646 const SwTwips nTop = aBorderRect._Top(); in Insert()
/trunk/main/sw/inc/
H A Dswrect.hxx113 void _Top( const long nTop );
119 long _Top() const;
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx253 void SwRect::_Top( const long nTop ){ m_Size.Height() += m_Point.getY() - nTop; m_Point.setY(nTop);… in _Top() function in SwRect
260 long SwRect::_Top() const{ return m_Point.getY(); } in _Top() function in SwRect

Completed in 54 milliseconds