Home
last modified time | relevance | path

Searched refs:aBBox (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx393 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 DAccessibleSlideSorterObject.cxx370 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 DAccessiblePageShape.cxx161 ::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 DAccessibleSlideSorterView.cxx415 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 DAccessibleViewForwarder.cxx108 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 DAccessibleDocumentViewBase.cxx320 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 Daccessiblecell.cxx320 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 DComponentView.java108 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 DTextView.java292 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 DAccessibleComponentBase.cxx97 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 DAccessibleChartView.cxx94 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 DAccessibleBase.cxx778 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 DAccessibleShape.cxx579 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 DGraphCtlAccessibleContext.cxx977 Rectangle aBBox(mpControl->GetWindowExtentsRelative(NULL)); in LogicToPixel() local
978 return mpControl->LogicToPixel (rPoint) + aBBox.TopLeft(); in LogicToPixel()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleComponentHandler.java86 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 DPresenterPaintManager.cxx103 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 DPresenterPaneAnimator.cxx1166 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 DPresenterToolBar.cxx2306 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 DPresenterSlideSorter.cxx712 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 DNotesDockingWindow.cxx79 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 Dtext_gfx.cxx364 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 DMasterPagesSelector.cxx267 Rectangle aBBox (PreviewValueSet::GetItemRect(nIndex)); in Command() local
268 aPosition = aBBox.Center(); in Command()
H A DLayoutMenu.cxx727 Rectangle aBBox (GetItemRect(GetSelectItemId())); in Command() local
728 aMenuPosition = aBBox.Center(); in Command()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx453 Rectangle aBBox ( in Command() local
458 aMenuLocation = aBBox.Center(); in Command()