Home
last modified time | relevance | path

Searched refs:rLT (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/inc/
H A Dswrect.hxx38 inline SwRect( const Point& rLT, const Size& rSize );
39 inline SwRect( const Point& rLT, const Point& rRB );
343 inline SwRect::SwRect( const Point& rLT, const Size& rSize ) : in SwRect() argument
344 m_Point( rLT ), in SwRect()
348 inline SwRect::SwRect( const Point& rLT, const Point& rRB ) : in SwRect() argument
349 m_Point( rLT ), in SwRect()
350 m_Size( rRB.X() - rLT.X() + 1, rRB.Y() - rLT.Y() + 1 ) in SwRect()
/trunk/main/tools/inc/tools/
H A Dgen.hxx393 Rectangle( const Point& rLT, const Point& rRB );
396 Rectangle( const Point& rLT, const Size& rSize );
475 inline Rectangle::Rectangle( const Point& rLT, const Point& rRB ) in Rectangle() argument
477 nLeft = rLT.X(); in Rectangle()
478 nTop = rLT.Y(); in Rectangle()
492 inline Rectangle::Rectangle( const Point& rLT, const Size& rSize ) in Rectangle() argument
494 nLeft = rLT.X(); in Rectangle()
495 nTop = rLT.Y(); in Rectangle()

Completed in 14 milliseconds