| /trunk/main/sd/source/ui/accessibility/ |
| H A D | AccessibleTreeNode.cxx | 393 const awt::Rectangle aBBox (getBounds()); in containsPoint() local 395 && (aPoint.X < aBBox.Width) in containsPoint() 397 && (aPoint.Y < aBBox.Height); in containsPoint() 439 awt::Rectangle aBBox; in getBounds() local 459 aBBox.X = aPosition.X(); in getBounds() 460 aBBox.Y = aPosition.Y(); in getBounds() 463 aBBox.Width = aSize.Width(); in getBounds() 464 aBBox.Height = aSize.Height(); in getBounds() 467 return aBBox; in getBounds() 476 const awt::Rectangle aBBox (getBounds()); in getLocation() local [all …]
|
| H A D | AccessibleSlideSorterObject.cxx | 370 Rectangle aBBox ( in getBounds() local 382 aBBox.Intersection(Rectangle( in getBounds() 391 aBBox.Left(), in getBounds() 392 aBBox.Top(), in getBounds() 393 aBBox.GetWidth(), in getBounds() 394 aBBox.GetHeight()); in getBounds() 403 const awt::Rectangle aBBox (getBounds()); in getLocation() local 404 return awt::Point(aBBox.X, aBBox.Y); in getLocation() 438 const awt::Rectangle aBBox (getBounds()); in getSize() local 439 return awt::Size(aBBox.Width,aBBox.Height); in getSize()
|
| H A D | AccessiblePageShape.cxx | 161 ::Rectangle aBBox ( in getBounds() 165 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds() 167 aBBox.getX(), in getBounds() 168 aBBox.getY(), in getBounds() 169 aBBox.getWidth(), in getBounds() 170 aBBox.getHeight()); in getBounds()
|
| H A D | AccessibleSlideSorterView.cxx | 415 const awt::Rectangle aBBox (getBounds()); in containsPoint() local 417 && (aPoint.X < aBBox.Width) in containsPoint() 419 && (aPoint.Y < aBBox.Height); in containsPoint() 449 awt::Rectangle aBBox; in getBounds() local 456 aBBox.X = aPosition.X(); in getBounds() 457 aBBox.Y = aPosition.Y(); in getBounds() 458 aBBox.Width = aSize.Width(); in getBounds() 459 aBBox.Height = aSize.Height(); in getBounds() 462 return aBBox; in getBounds()
|
| H A D | AccessibleViewForwarder.cxx | 108 Rectangle aBBox(static_cast<Window&>(rOutDev).GetWindowExtentsRelative(0L)); in LogicToPixel() local 109 return rOutDev.LogicToPixel (rPoint) + aBBox.TopLeft(); in LogicToPixel() 144 Rectangle aBBox (static_cast<Window&>(rOutDev).GetWindowExtentsRelative(0L)); in PixelToLogic() local 145 return rOutDev.PixelToLogic (rPoint - aBBox.TopLeft()); in PixelToLogic()
|
| H A D | AccessibleDocumentViewBase.cxx | 320 awt::Rectangle aBBox (xChildComponent->getBounds()); in getAccessibleAtPoint() local 321 if ( (aPoint.X >= aBBox.X) in getAccessibleAtPoint() 322 && (aPoint.Y >= aBBox.Y) in getAccessibleAtPoint() 323 && (aPoint.X < aBBox.X+aBBox.Width) in getAccessibleAtPoint() 324 && (aPoint.Y < aBBox.Y+aBBox.Height) ) in getAccessibleAtPoint()
|
| /trunk/main/svx/source/table/ |
| H A D | accessiblecell.cxx | 320 awt::Rectangle aBBox (xChildComponent->getBounds()); in getAccessibleAtPoint() local 321 if ( (aPoint.X >= aBBox.X) in getAccessibleAtPoint() 322 && (aPoint.Y >= aBBox.Y) in getAccessibleAtPoint() 323 && (aPoint.X < aBBox.X+aBBox.Width) in getAccessibleAtPoint() 324 && (aPoint.Y < aBBox.Y+aBBox.Height) ) in getAccessibleAtPoint() 366 ::Rectangle aBBox ( x, y, x + aPixelSize.getWidth(), y + aPixelSize.getHeight()); in getBounds() 369 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds() 370 … aBoundingBox = awt::Rectangle ( aBBox.getX(), aBBox.getY(), aBBox.getWidth(), aBBox.getHeight()); in getBounds()
|
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
| H A D | ComponentView.java | 108 com.sun.star.awt.Rectangle aBBox = mxComponent.getBounds(); in Update() local 110 aBBox.X + ", " + aBBox.Y + "," in Update() 111 + aBBox.Width + ", " + aBBox.Height); in Update() 127 if (aBBox.X!=aLocation.X || aBBox.Y!=aLocation.Y) in Update() 130 if (aBBox.Width!=aSize.Width || aBBox.Height!=aSize.Height) in Update()
|
| H A D | TextView.java | 292 Rectangle aBBox = mxText.getCharacterBounds (i); in GetTextBoundsString() local 297 aMiddle.X = aBBox.X + (aBBox.Width / 2) - 1; in GetTextBoundsString() 298 aMiddle.Y = aBBox.Y + (aBBox.Height / 2) - 1; in GetTextBoundsString()
|
| /trunk/main/editeng/source/accessibility/ |
| H A D | AccessibleComponentBase.cxx | 97 awt::Rectangle aBBox (getBounds()); in getLocation() local 98 return awt::Point (aBBox.X, aBBox.Y); in getLocation() 114 awt::Rectangle aBBox (getBounds()); in getSize() local 115 return awt::Size (aBBox.Width, aBBox.Height); in getSize()
|
| /trunk/main/chart2/source/controller/accessibility/ |
| H A D | AccessibleChartView.cxx | 94 awt::Rectangle aBBox( xWindow->getPosSize() ); in GetWindowPosSize() local 102 aBBox.X = aVCLPoint.getX(); in GetWindowPosSize() 103 aBBox.Y = aVCLPoint.getY(); in GetWindowPosSize() 107 return aBBox; in GetWindowPosSize() 114 awt::Rectangle aBBox( GetWindowPosSize() ); in GetUpperLeftOnScreen() local 115 aParentPosition.X = aBBox.X; in GetUpperLeftOnScreen() 116 aParentPosition.Y = aBBox.Y; in GetUpperLeftOnScreen()
|
| H A D | AccessibleBase.cxx | 778 awt::Rectangle aBBox( getBounds() ); in getLocation() local 779 return awt::Point( aBBox.X, aBBox.Y ); in getLocation() 805 awt::Rectangle aBBox( getBounds() ); in getSize() local 806 return awt::Size( aBBox.Width, aBBox.Height ); in getSize()
|
| /trunk/main/svx/source/accessibility/ |
| H A D | AccessibleShape.cxx | 579 awt::Rectangle aBBox (xChildComponent->getBounds()); in getAccessibleAtPoint() local 580 if ( (aPoint.X >= aBBox.X) in getAccessibleAtPoint() 581 && (aPoint.Y >= aBBox.Y) in getAccessibleAtPoint() 582 && (aPoint.X < aBBox.X+aBBox.Width) in getAccessibleAtPoint() 583 && (aPoint.Y < aBBox.Y+aBBox.Height) ) in getAccessibleAtPoint() 709 ::Rectangle aBBox ( in getBounds() 713 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds() 715 aBBox.getX(), in getBounds() 716 aBBox.getY(), in getBounds() 717 aBBox.getWidth(), in getBounds() [all …]
|
| H A D | GraphCtlAccessibleContext.cxx | 977 Rectangle aBBox(mpControl->GetWindowExtentsRelative(NULL)); in LogicToPixel() local 978 return mpControl->LogicToPixel (rPoint) + aBBox.TopLeft(); in LogicToPixel()
|
| /trunk/main/toolkit/test/accessibility/ |
| H A D | AccessibleComponentHandler.java | 86 com.sun.star.awt.Rectangle aBBox = xComponent.getBounds(); in createChild() local 88 "Bounding Box: "+ aBBox.X + ", " + aBBox.Y + "," in createChild() 89 + aBBox.Width + ", " + aBBox.Height, in createChild()
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterPaintManager.cxx | 103 const awt::Rectangle aBBox ( in Invalidate() local 105 mxParentWindowPeer->invalidateRect(aBBox, nInvalidateFlags); in Invalidate() 152 const awt::Rectangle aBBox ( in Invalidate() local 156 rRepaintBox.X + aBBox.X, in Invalidate() 157 rRepaintBox.Y + aBBox.Y, in Invalidate()
|
| H A D | PresenterPaneAnimator.cxx | 1166 awt::Rectangle aBBox; in MovePanes() local 1179 aBBox = PresenterGeometryHelper::Union(aBBox, aBox); in MovePanes() 1182 aBBox.X, aBBox.Y, aBBox.X+aBBox.Width, aBBox.Y+aBBox.Height); in MovePanes()
|
| H A D | PresenterToolBar.cxx | 2306 awt::Rectangle aBBox (GetBoundingBox()); in Paint() local 2320 if (aBBox.Height >= gnMinimalSeparatorSize + 2*gnSeparatorInset) in Paint() 2322 aBBox.Height -= 2*gnSeparatorInset; in Paint() 2323 aBBox.Y += gnSeparatorInset; in Paint() 2326 PresenterGeometryHelper::CreatePolygon(aBBox, rxCanvas->getDevice()), in Paint() 2369 awt::Rectangle aBBox (GetBoundingBox()); in Paint() local 2383 if (aBBox.Width >= gnMinimalSeparatorSize+2*gnSeparatorInset) in Paint() 2385 aBBox.Width -= 2*gnSeparatorInset; in Paint() 2386 aBBox.X += gnSeparatorInset; in Paint() 2389 PresenterGeometryHelper::CreatePolygon(aBBox, rxCanvas->getDevice()), in Paint()
|
| H A D | PresenterSlideSorter.cxx | 712 awt::Rectangle aBBox (mpLayout->GetBoundingBox(nSlideIndex)); in notifyPreviewCreation() local 713 mpPresenterController->GetPaintManager()->Invalidate(mxWindow, aBBox, true); in notifyPreviewCreation()
|
| /trunk/main/sd/source/ui/notes/ |
| H A D | NotesDockingWindow.cxx | 79 Rectangle aBBox; in Paint() local 82 if (GetTextBoundRect (aBBox, aString)) in Paint() 84 (aWindowSize.Width()-aBBox.GetWidth())/2, in Paint() 85 (aWindowSize.Height()-aBBox.GetHeight())/2); in Paint()
|
| /trunk/main/vcl/unx/generic/printergfx/ |
| H A D | text_gfx.cxx | 364 CharacterMetric aBBox; in DrawText() local 365 pFontMap[n] = getCharMetric (aFont, pEffectiveStr[n], &aBBox); in DrawText() 366 pCharWidth[n] = getCharWidth (mbTextVertical, pEffectiveStr[n], &aBBox); in DrawText() 722 CharacterMetric aBBox; in GetCharWidth() local 723 getCharMetric (aFont, n + nFrom, &aBBox); in GetCharWidth() 724 pWidthArray[n] = getCharWidth (mbTextVertical, n + nFrom, &aBBox); in GetCharWidth()
|
| /trunk/main/sd/source/ui/sidebar/ |
| H A D | MasterPagesSelector.cxx | 267 Rectangle aBBox (PreviewValueSet::GetItemRect(nIndex)); in Command() local 268 aPosition = aBBox.Center(); in Command()
|
| H A D | LayoutMenu.cxx | 727 Rectangle aBBox (GetItemRect(GetSelectItemId())); in Command() local 728 aMenuPosition = aBBox.Center(); in Command()
|
| /trunk/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlideSorterController.cxx | 453 Rectangle aBBox ( in Command() local 458 aMenuLocation = aBBox.Center(); in Command()
|