Home
last modified time | relevance | path

Searched refs:aBoundingBox (Results 1 – 25 of 55) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx79 awt::Rectangle aBoundingBox; in getBounds() local
89 aValue >>= aBoundingBox.X; in getBounds()
91 aValue >>= aBoundingBox.Y; in getBounds()
94 aValue >>= aBoundingBox.Width; in getBounds()
96 aValue >>= aBoundingBox.Height; in getBounds()
101 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds()
103 ::Point (aBoundingBox.X, aBoundingBox.Y)); in getBounds()
121 aBoundingBox = awt::Rectangle ( in getBounds()
128 aBoundingBox = awt::Rectangle ( in getBounds()
133 return aBoundingBox; in getBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx79 awt::Rectangle aBoundingBox; in getBounds() local
89 aValue >>= aBoundingBox.X; in getBounds()
91 aValue >>= aBoundingBox.Y; in getBounds()
94 aValue >>= aBoundingBox.Width; in getBounds()
96 aValue >>= aBoundingBox.Height; in getBounds()
101 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds()
103 ::Point (aBoundingBox.X, aBoundingBox.Y)); in getBounds()
121 aBoundingBox = awt::Rectangle ( in getBounds()
128 aBoundingBox = awt::Rectangle ( in getBounds()
133 return aBoundingBox; in getBounds()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlsPageObjectLayouter.cxx180 ::tools::Rectangle aBoundingBox; in GetBoundingBox()
184 aBoundingBox = maFocusIndicatorBoundingBox; in GetBoundingBox()
188 aBoundingBox = maPageObjectBoundingBox; in GetBoundingBox()
192 aBoundingBox = maPreviewBoundingBox; in GetBoundingBox()
196 aBoundingBox = maPageNumberAreaBoundingBox; in GetBoundingBox()
200 aBoundingBox = maTransitionEffectBoundingBox; in GetBoundingBox()
203 aBoundingBox = maCustomAnimationEffectBoundingBox; in GetBoundingBox()
213 aBoundingBox.TopLeft() + aLocation, in GetBoundingBox()
214 aBoundingBox.BottomRight() + aLocation); in GetBoundingBox()
H A DSlsLayouter.cxx910 return aBoundingBox; in GetPageObjectBox()
932 ::tools::Rectangle aBoundingBox (rBoundingBox); in AddBorderAndGap()
935 aBoundingBox.SetLeft( 0 ); in AddBorderAndGap()
937 aBoundingBox.AdjustLeft( -(gnHorizontalGap/2) ); in AddBorderAndGap()
939 aBoundingBox.AdjustRight(mnRightBorder ); in AddBorderAndGap()
941 aBoundingBox.AdjustRight(gnHorizontalGap/2 ); in AddBorderAndGap()
943 aBoundingBox.SetTop( 0 ); in AddBorderAndGap()
945 aBoundingBox.AdjustTop( -(gnVerticalGap/2) ); in AddBorderAndGap()
947 aBoundingBox.AdjustBottom(mnBottomBorder ); in AddBorderAndGap()
949 aBoundingBox.AdjustBottom(gnVerticalGap/2 ); in AddBorderAndGap()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlsPageObjectLayouter.cxx180 ::tools::Rectangle aBoundingBox; in GetBoundingBox()
184 aBoundingBox = maFocusIndicatorBoundingBox; in GetBoundingBox()
188 aBoundingBox = maPageObjectBoundingBox; in GetBoundingBox()
192 aBoundingBox = maPreviewBoundingBox; in GetBoundingBox()
196 aBoundingBox = maPageNumberAreaBoundingBox; in GetBoundingBox()
200 aBoundingBox = maTransitionEffectBoundingBox; in GetBoundingBox()
203 aBoundingBox = maCustomAnimationEffectBoundingBox; in GetBoundingBox()
213 aBoundingBox.TopLeft() + aLocation, in GetBoundingBox()
214 aBoundingBox.BottomRight() + aLocation); in GetBoundingBox()
H A DSlsLayouter.cxx906 return aBoundingBox; in GetPageObjectBox()
928 ::tools::Rectangle aBoundingBox (rBoundingBox); in AddBorderAndGap()
931 aBoundingBox.SetLeft( 0 ); in AddBorderAndGap()
933 aBoundingBox.AdjustLeft( -(gnHorizontalGap/2) ); in AddBorderAndGap()
935 aBoundingBox.AdjustRight(mnRightBorder ); in AddBorderAndGap()
937 aBoundingBox.AdjustRight(gnHorizontalGap/2 ); in AddBorderAndGap()
939 aBoundingBox.SetTop( 0 ); in AddBorderAndGap()
941 aBoundingBox.AdjustTop( -(gnVerticalGap/2) ); in AddBorderAndGap()
943 aBoundingBox.AdjustBottom(mnBottomBorder ); in AddBorderAndGap()
945 aBoundingBox.AdjustBottom(gnVerticalGap/2 ); in AddBorderAndGap()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_SelectableObjectSet.cxx125 Bnd_Box aBoundingBox; in BVHBuilderAdaptorPersistent() local
126 anObject->BoundingBox (aBoundingBox); in BVHBuilderAdaptorPersistent()
127 if (!aBoundingBox.IsVoid() in BVHBuilderAdaptorPersistent()
133 aBoundingBox); in BVHBuilderAdaptorPersistent()
162 aBoundingBox.Add (aGroupBox); in BVHBuilderAdaptorPersistent()
166 if (aBoundingBox.IsVoid()) in BVHBuilderAdaptorPersistent()
172 const gp_Pnt aMin = aBoundingBox.CornerMin(); in BVHBuilderAdaptorPersistent()
173 const gp_Pnt aMax = aBoundingBox.CornerMax(); in BVHBuilderAdaptorPersistent()
204 const Select3D_BndBox3d& aBoundingBox = *myBoundings (theIndex + 1); in Center() local
206 return (aBoundingBox.CornerMin()[theAxis] + aBoundingBox.CornerMax()[theAxis]) * 0.5; in Center()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Daccessiblecell.cxx297 css::awt::Rectangle aBoundingBox; in getBounds() local
324aBoundingBox = awt::Rectangle ( aBBox.getX(), aBBox.getY(), aBBox.getWidth(), aBBox.getHeight()); in getBounds()
329aBoundingBox = awt::Rectangle (aPixelPosition.getX(), aPixelPosition.getY(),aPixelSize.getWidth(),… in getBounds()
333 return aBoundingBox; in getBounds()
340 css::awt::Rectangle aBoundingBox(getBounds()); in getLocation() local
341 return css::awt::Point(aBoundingBox.X, aBoundingBox.Y); in getLocation()
372 awt::Rectangle aBoundingBox (getBounds()); in getSize() local
373 return awt::Size (aBoundingBox.Width, aBoundingBox.Height); in getSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Daccessiblecell.cxx297 css::awt::Rectangle aBoundingBox; in getBounds() local
324aBoundingBox = awt::Rectangle ( aBBox.getX(), aBBox.getY(), aBBox.getWidth(), aBBox.getHeight()); in getBounds()
329aBoundingBox = awt::Rectangle (aPixelPosition.getX(), aPixelPosition.getY(),aPixelSize.getWidth(),… in getBounds()
333 return aBoundingBox; in getBounds()
340 css::awt::Rectangle aBoundingBox(getBounds()); in getLocation() local
341 return css::awt::Point(aBoundingBox.X, aBoundingBox.Y); in getLocation()
372 awt::Rectangle aBoundingBox (getBounds()); in getSize() local
373 return awt::Size (aBoundingBox.Width, aBoundingBox.Height); in getSize()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_BvhCStructureSetTrsfPers.cxx156 Handle(HBndBox3d) aBoundingBox = new HBndBox3d(); in BVH()
157 *aBoundingBox = aStructure->BoundingBox(); in BVH()
160 …mera, theProjectionMatrix, theWorldViewMatrix, theViewportWidth, theViewportHeight, *aBoundingBox); in BVH()
163 myStructBoxes.Add (aBoundingBox); in BVH()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/accessibility/
H A DAccessibleShape.cxx493 awt::Rectangle aBoundingBox; in getBounds() local
534 aBoundingBox = awt::Rectangle ( in getBounds()
560 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds()
562 ::Point (aBoundingBox.X, aBoundingBox.Y)); in getBounds()
580 aBoundingBox = awt::Rectangle ( in getBounds()
589 aBoundingBox = awt::Rectangle ( in getBounds()
595 return aBoundingBox; in getBounds()
602 awt::Rectangle aBoundingBox (getBounds()); in getLocation() local
603 return awt::Point (aBoundingBox.X, aBoundingBox.Y); in getLocation()
632 awt::Rectangle aBoundingBox (getBounds()); in getSize() local
[all …]
H A DChildrenManagerImpl.cxx305 tools::Rectangle aBoundingBox; in CreateListOfVisibleShapes() local
313 aBoundingBox.SetLeft( aPos.X ); in CreateListOfVisibleShapes()
314 aBoundingBox.SetTop( aPos.Y ); in CreateListOfVisibleShapes()
315 aBoundingBox.SetRight( aPos.X + aSize.Width ); in CreateListOfVisibleShapes()
316 aBoundingBox.SetBottom( aPos.Y + aSize.Height ); in CreateListOfVisibleShapes()
320 if ( aBoundingBox.IsOver (aVisibleArea) ) in CreateListOfVisibleShapes()
428 tools::Rectangle aBoundingBox ( in AddShape() local
444 if (!aBoundingBox.IsOver (aVisibleArea)) in AddShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A DAccessibleShape.cxx501 awt::Rectangle aBoundingBox; in getBounds() local
542 aBoundingBox = awt::Rectangle ( in getBounds()
568 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds()
570 ::Point (aBoundingBox.X, aBoundingBox.Y)); in getBounds()
588 aBoundingBox = awt::Rectangle ( in getBounds()
597 aBoundingBox = awt::Rectangle ( in getBounds()
603 return aBoundingBox; in getBounds()
610 awt::Rectangle aBoundingBox (getBounds()); in getLocation() local
611 return awt::Point (aBoundingBox.X, aBoundingBox.Y); in getLocation()
640 awt::Rectangle aBoundingBox (getBounds()); in getSize() local
[all …]
H A DChildrenManagerImpl.cxx314 tools::Rectangle aBoundingBox; in CreateListOfVisibleShapes() local
322 aBoundingBox.SetLeft( aPos.X ); in CreateListOfVisibleShapes()
323 aBoundingBox.SetTop( aPos.Y ); in CreateListOfVisibleShapes()
324 aBoundingBox.SetRight( aPos.X + aSize.Width ); in CreateListOfVisibleShapes()
325 aBoundingBox.SetBottom( aPos.Y + aSize.Height ); in CreateListOfVisibleShapes()
329 if ( aBoundingBox.IsOver (aVisibleArea) ) in CreateListOfVisibleShapes()
438 tools::Rectangle aBoundingBox ( in AddShape() local
451 if (aBoundingBox.IsOver (aVisibleArea)) in AddShape()
/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitiveSegment.cxx123 Select3D_BndBox3d aBoundingBox = ((Select3D_SensitiveSegment*)this)->BoundingBox(); in DumpJson()
124 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &aBoundingBox) in DumpJson()
H A DSelect3D_SensitiveTriangle.cxx117 Select3D_BndBox3d aBoundingBox = ((Select3D_SensitiveTriangle*)this)->BoundingBox(); in DumpJson()
118 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &aBoundingBox) in DumpJson()
H A DSelect3D_SensitiveSet.cxx291 Select3D_BndBox3d aBoundingBox = ((Select3D_SensitiveSet*)this)->BoundingBox(); in DumpJson()
292 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &aBoundingBox) in DumpJson()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx831 if (pDXF->aBoundingBox.bEmpty) in Convert()
834 fWidth=pDXF->aBoundingBox.fMaxX-pDXF->aBoundingBox.fMinX; in Convert()
835 fHeight=pDXF->aBoundingBox.fMaxY-pDXF->aBoundingBox.fMinY; in Convert()
845 DXFVector(-pDXF->aBoundingBox.fMinX*fScale, in Convert()
846 pDXF->aBoundingBox.fMaxY*fScale, in Convert()
847 -pDXF->aBoundingBox.fMinZ*fScale)); in Convert()
H A Ddxfreprd.hxx79 DXFBoundingBox aBoundingBox; member in DXFRepresentation
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/idxf/
H A Ddxf2mtf.cxx839 if (pDXF->aBoundingBox.bEmpty) in Convert()
842 fWidth=pDXF->aBoundingBox.fMaxX-pDXF->aBoundingBox.fMinX; in Convert()
843 fHeight=pDXF->aBoundingBox.fMaxY-pDXF->aBoundingBox.fMinY; in Convert()
853 DXFVector(-pDXF->aBoundingBox.fMinX*fScale, in Convert()
854 pDXF->aBoundingBox.fMaxY*fScale, in Convert()
855 -pDXF->aBoundingBox.fMinZ*fScale)); in Convert()
H A Ddxfreprd.hxx79 DXFBoundingBox aBoundingBox; member in DXFRepresentation
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/icgm/
H A Dclass4.cxx409 … tools::Rectangle aBoundingBox(aCenterPoint.X - fRadius, aCenterPoint.Y - fRadius); in ImplDoClass4() local
410 aBoundingBox.SaturatingSetSize(Size(2 * fRadius, 2 * fRadius)); in ImplDoClass4()
411 …tools::Polygon aPolygon( aBoundingBox, Point( static_cast<long>(aStartingPoint.X), static_cast<lon… in ImplDoClass4()
527 tools::Rectangle aBoundingBox(aCenter.X - aRadius.X, aCenter.Y - aRadius.X); in ImplDoClass4() local
528 aBoundingBox.SaturatingSetSize(Size(2 * aRadius.X, 2 * aRadius.X)); in ImplDoClass4()
529 tools::Polygon aPolygon( aBoundingBox, in ImplDoClass4()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/graphicfilter/icgm/
H A Dclass4.cxx415 … tools::Rectangle aBoundingBox(aCenterPoint.X - fRadius, aCenterPoint.Y - fRadius); in ImplDoClass4() local
416 aBoundingBox.SaturatingSetSize(Size(2 * fRadius, 2 * fRadius)); in ImplDoClass4()
417 …tools::Polygon aPolygon( aBoundingBox, Point( static_cast<tools::Long>(aStartingPoint.X), static_c… in ImplDoClass4()
534 tools::Rectangle aBoundingBox(aCenter.X - aRadius.X, aCenter.Y - aRadius.X); in ImplDoClass4() local
535 aBoundingBox.SaturatingSetSize(Size(2 * aRadius.X, 2 * aRadius.X)); in ImplDoClass4()
536 tools::Polygon aPolygon( aBoundingBox, in ImplDoClass4()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterToolBar.cxx741 geometry::RealRectangle2D aBoundingBox( in Layout() local
747 aBoundingBox.X2 += (rxPart->size() - 1) * nGapWidth; in Layout()
749 LayoutPart(rxCanvas, rxPart, aBoundingBox, aPartSizes[nIndex], bIsHorizontal); in Layout()
751 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
760 geometry::RealRectangle2D aBoundingBox( in Layout() local
767 aBoundingBox.X2 += ((*iPart)->size()-1) * nGapWidth; in Layout()
769 LayoutPart(rxCanvas, *iPart, aBoundingBox, aPartSizes[nIndex], bIsHorizontal); in Layout()
771 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterToolBar.cxx756 geometry::RealRectangle2D aBoundingBox( in Layout() local
762 aBoundingBox.X2 += (rxPart->size() - 1) * nGapWidth; in Layout()
764 LayoutPart(rxCanvas, rxPart, aBoundingBox, aPartSizes[nIndex], bIsHorizontal); in Layout()
766 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
775 geometry::RealRectangle2D aBoundingBox( in Layout() local
782 aBoundingBox.X2 += ((*iPart)->size()-1) * nGapWidth; in Layout()
784 LayoutPart(rxCanvas, *iPart, aBoundingBox, aPartSizes[nIndex], bIsHorizontal); in Layout()
786 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()

123