/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessiblePageShape.cxx | 119 awt::Rectangle aBoundingBox; in getBounds() local 132 aValue >>= aBoundingBox.X; in getBounds() 135 aValue >>= aBoundingBox.Y; in getBounds() 139 aValue >>= aBoundingBox.Width; in getBounds() 142 aValue >>= aBoundingBox.Height; in getBounds() 147 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds() 149 ::Point (aBoundingBox.X, aBoundingBox.Y)); in getBounds() 168 aBoundingBox = awt::Rectangle ( in getBounds() 175 aBoundingBox = awt::Rectangle ( in getBounds() 180 return aBoundingBox; in getBounds()
|
H A D | AccessibleDocumentViewBase.cxx | 389 awt::Rectangle aBoundingBox (getBounds()); in getLocation() local 390 return awt::Point (aBoundingBox.X, aBoundingBox.Y); in getLocation()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectLayouter.cxx | 190 Rectangle aBoundingBox; in GetBoundingBox() local 194 aBoundingBox = maFocusIndicatorBoundingBox; in GetBoundingBox() 199 aBoundingBox = maPageObjectBoundingBox; in GetBoundingBox() 203 aBoundingBox = maPreviewBoundingBox; in GetBoundingBox() 207 aBoundingBox = maPageNumberAreaBoundingBox; in GetBoundingBox() 211 aBoundingBox = maPageNumberAreaBoundingBox; in GetBoundingBox() 215 aBoundingBox = maTransitionEffectBoundingBox; in GetBoundingBox() 225 aBoundingBox.TopLeft() + aLocation, in GetBoundingBox() 226 aBoundingBox.BottomRight() + aLocation); in GetBoundingBox()
|
H A D | SlsLayouter.cxx | 1098 return aBoundingBox; in GetPageObjectBox() 1127 Rectangle aBoundingBox (rBoundingBox); in AddBorderAndGap() local 1130 aBoundingBox.Left() = 0; in AddBorderAndGap() 1132 aBoundingBox.Left() -= mnHorizontalGap/2; in AddBorderAndGap() 1134 aBoundingBox.Right() += mnRightBorder; in AddBorderAndGap() 1136 aBoundingBox.Right() += mnHorizontalGap/2; in AddBorderAndGap() 1138 aBoundingBox.Top() = 0; in AddBorderAndGap() 1140 aBoundingBox.Top() -= mnVerticalGap/2; in AddBorderAndGap() 1142 aBoundingBox.Bottom() += mnBottomBorder; in AddBorderAndGap() 1144 aBoundingBox.Bottom() += mnVerticalGap/2; in AddBorderAndGap() [all …]
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 611 awt::Rectangle aBoundingBox; in getBounds() local 636 aValue >>= aBoundingBox; in getBounds() 654 aBoundingBox = awt::Rectangle ( in getBounds() 668 aBoundingBox.X += aAnchorPosition.X; in getBounds() 681 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds() 683 ::Point (aBoundingBox.X, aBoundingBox.Y)); in getBounds() 722 aBoundingBox = awt::Rectangle ( in getBounds() 731 aBoundingBox = awt::Rectangle ( in getBounds() 737 return aBoundingBox; in getBounds() 748 return awt::Point (aBoundingBox.X, aBoundingBox.Y); in getLocation() [all …]
|
H A D | ChildrenManagerImpl.cxx | 335 Rectangle aBoundingBox; in CreateListOfVisibleShapes() local 343 aBoundingBox.nLeft = aPos.X; in CreateListOfVisibleShapes() 344 aBoundingBox.nTop = aPos.Y; in CreateListOfVisibleShapes() 345 aBoundingBox.nRight = aPos.X + aSize.Width; in CreateListOfVisibleShapes() 346 aBoundingBox.nBottom = aPos.Y + aSize.Height; in CreateListOfVisibleShapes() 350 if ( aBoundingBox.IsOver (aVisibleArea) ) in CreateListOfVisibleShapes() 475 Rectangle aBoundingBox ( in AddShape() local 488 if (aBoundingBox.IsOver (aVisibleArea)) in AddShape()
|
/aoo42x/main/svx/source/table/ |
H A D | accessiblecell.cxx | 343 ::com::sun::star::awt::Rectangle aBoundingBox; in getBounds() 370 aBoundingBox = awt::Rectangle ( aBBox.getX(), aBBox.getY(), aBBox.getWidth(), aBBox.getHeight()); in getBounds() 375 …aBoundingBox = awt::Rectangle (aPixelPosition.getX(), aPixelPosition.getY(),aPixelSize.getWidth(),… in getBounds() 379 return aBoundingBox; in getBounds() 387 ::com::sun::star::awt::Rectangle aBoundingBox(getBounds()); in getLocation() 388 return ::com::sun::star::awt::Point(aBoundingBox.X, aBoundingBox.Y); in getLocation() 421 awt::Rectangle aBoundingBox (getBounds()); in getSize() local 422 return awt::Size (aBoundingBox.Width, aBoundingBox.Height); in getSize()
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 905 if (pDXF->aBoundingBox.bEmpty==sal_True) in Convert() 908 fWidth=pDXF->aBoundingBox.fMaxX-pDXF->aBoundingBox.fMinX; in Convert() 909 fHeight=pDXF->aBoundingBox.fMaxY-pDXF->aBoundingBox.fMinY; in Convert() 924 DXFVector(-pDXF->aBoundingBox.fMinX*fScale, in Convert() 925 pDXF->aBoundingBox.fMaxY*fScale, in Convert() 926 -pDXF->aBoundingBox.fMinZ*fScale)); in Convert()
|
H A D | dxfreprd.cxx | 179 if (bRes==sal_True && aBoundingBox.bEmpty==sal_True) in Read() 180 CalcBoundingBox(aEntities,aBoundingBox); in Read() 205 aBoundingBox.Union(aVector); in ReadHeader()
|
H A D | dxfreprd.hxx | 84 DXFBoundingBox aBoundingBox; member in DXFRepresentation
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 424 …Rectangle aBoundingBox( Point( (long)( aCenterPoint.X - fRadius ), long( aCenterPoint.Y - fRadius … in ImplDoClass4() local 426 …Polygon aPolygon( aBoundingBox, Point( (long)aStartingPoint.X, (long)aStartingPoint.Y ) ,Point( (l… in ImplDoClass4() 545 Rectangle aBoundingBox( in ImplDoClass4() local 548 Polygon aPolygon( aBoundingBox, in ImplDoClass4()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterToolBar.cxx | 942 geometry::RealRectangle2D aBoundingBox( in Layout() local 949 aBoundingBox.X2 += ((*iPart)->size()-1) * nGapWidth; in Layout() 951 LayoutPart(rxCanvas, *iPart, aBoundingBox, aPartSizes[nIndex], bIsHorizontal); in Layout() 953 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
|
H A D | PresenterSlideSorter.cxx | 1036 geometry::RealRectangle2D aBoundingBox (mpLayout->maBoundingBox); in PaintPreview() local 1037 aBoundingBox.Y2 += 1; in PaintPreview() 1041 aBoundingBox)); in PaintPreview()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsVisibleAreaManager.cxx | 202 Rectangle aBoundingBox; in GetRequestedTopLeft() local
|