Searched refs:rLT (Results  1 – 2 of 2) sorted by relevance
| /aoo41x/main/sw/inc/ | 
| H A D | swrect.hxx | 38 	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()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | gen.hxx | 393 						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 23 milliseconds