Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dswrect.hxx39 inline SwRect( const Point& rLT, const Point& rRB );
348 inline SwRect::SwRect( const Point& rLT, const Point& rRB ) : in SwRect() argument
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 );
475 inline Rectangle::Rectangle( const Point& rLT, const Point& rRB ) in Rectangle() argument
479 nRight = rRB.X(); in Rectangle()
480 nBottom = rRB.Y(); in Rectangle()

Completed in 18 milliseconds