Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx139 const css::awt::Rectangle& rBox1, 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()
156 const geometry::RealRectangle2D& rBox1, 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.hxx74 const css::awt::Rectangle& rBox1,
78 const css::geometry::RealRectangle2D& rBox1,
88 const css::awt::Rectangle& rBox1,
92 const css::awt::Rectangle& rBox1,
96 const css::geometry::RealRectangle2D& rBox1,
100 const css::awt::Rectangle& rBox1,