Searched refs:aParentBBox (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterObject.cxx | 398 awt::Rectangle aParentBBox (xParentComponent->getBounds()); in getBounds() local 400 aParentBBox.X, in getBounds() 401 aParentBBox.Y, in getBounds() 402 aParentBBox.Width, in getBounds() 403 aParentBBox.Height)); in getBounds()
|
H A D | AccessiblePageShape.cxx | 166 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds() 167 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
|
/aoo42x/main/svx/source/table/ |
H A D | accessiblecell.cxx | 368 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds() 369 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 720 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds() 721 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
|
Completed in 36 milliseconds