PresenterGeometryHelper.hxx (06bcd5d2) PresenterGeometryHelper.hxx (870c3792)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 68 unchanged lines hidden (view full) ---

77 static css::geometry::RealRectangle2D Intersection (
78 const css::geometry::RealRectangle2D& rBox1,
79 const css::geometry::RealRectangle2D& rBox2);
80
81 static bool IsInside (
82 const css::geometry::RealRectangle2D& rBox,
83 const css::geometry::RealPoint2D& rPoint);
84
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 68 unchanged lines hidden (view full) ---

77 static css::geometry::RealRectangle2D Intersection (
78 const css::geometry::RealRectangle2D& rBox1,
79 const css::geometry::RealRectangle2D& rBox2);
80
81 static bool IsInside (
82 const css::geometry::RealRectangle2D& rBox,
83 const css::geometry::RealPoint2D& rPoint);
84
85 /** Return whether rBox1 is completly inside rBox2.
85 /** Return whether rBox1 is completely inside rBox2.
86 */
87 static bool IsInside (
88 const css::awt::Rectangle& rBox1,
89 const css::awt::Rectangle& rBox2);
90
91 static css::awt::Rectangle Union (
92 const css::awt::Rectangle& rBox1,
93 const css::awt::Rectangle& rBox2);

--- 34 unchanged lines hidden ---
86 */
87 static bool IsInside (
88 const css::awt::Rectangle& rBox1,
89 const css::awt::Rectangle& rBox2);
90
91 static css::awt::Rectangle Union (
92 const css::awt::Rectangle& rBox1,
93 const css::awt::Rectangle& rBox2);

--- 34 unchanged lines hidden ---