Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx140 const css::awt::Rectangle& rBox2) in Intersection() argument
142 const sal_Int32 nLeft (::std::max(rBox1.X, rBox2.X)); in Intersection()
143 const sal_Int32 nTop (::std::max(rBox1.Y, rBox2.Y)); in Intersection()
144 const sal_Int32 nRight (::std::min(Right(rBox1), Right(rBox2))); in Intersection()
145 const sal_Int32 nBottom (::std::min(Bottom(rBox1), Bottom(rBox2))); in Intersection()
157 const geometry::RealRectangle2D& rBox2) in Intersection() argument
159 const double nLeft (::std::max(rBox1.X1, rBox2.X1)); in Intersection()
160 const double nTop (::std::max(rBox1.Y1, rBox2.Y1)); in Intersection()
161 const double nRight (::std::min(rBox1.X2, rBox2.X2)); in Intersection()
162 const double nBottom (::std::min(rBox1.Y2, rBox2.Y2)); in Intersection()
[all …]
H A DPresenterGeometryHelper.hxx75 const css::awt::Rectangle& rBox2);
79 const css::geometry::RealRectangle2D& rBox2);
89 const css::awt::Rectangle& rBox2);
93 const css::awt::Rectangle& rBox2);
97 const css::geometry::RealRectangle2D& rBox2);
101 const css::awt::Rectangle& rBox2);