Searched refs:maBoundingBox (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterPane.cxx | 49 maBoundingBox() in PresenterPane() 100 Invalidate(maBoundingBox); in windowResized() 106 Invalidate(maBoundingBox); in windowResized() 119 Invalidate(maBoundingBox); in windowMoved() 124 Invalidate(maBoundingBox); in windowMoved() 145 Invalidate(maBoundingBox); in windowShown() 224 maBoundingBox = mxBorderWindow->getPosSize(); in UpdateBoundingBox() 226 maBoundingBox = awt::Rectangle(); in UpdateBoundingBox()
|
H A D | PresenterSlideSorter.cxx | 125 css::geometry::RealRectangle2D maBoundingBox; member in sdext::presenter::PresenterSlideSorter::Layout 1253 : maBoundingBox(), in Layout() 1282 maBoundingBox = rBoundingBox; in Update() 1390 geometry::RealPoint2D(maBoundingBox.X1, maBoundingBox.Y1))); in SetupVisibleArea() 1402 aPoint = GetLocalPosition(geometry::RealPoint2D( maBoundingBox.X2, maBoundingBox.Y2)); in SetupVisibleArea() 1427 return aBottomRight.X > maBoundingBox.X2-maBoundingBox.X1 in IsScrollBarNeeded() 1428 || aBottomRight.Y > maBoundingBox.Y2-maBoundingBox.Y1; in IsScrollBarNeeded() 1439 rWindowPoint.Y - maBoundingBox.Y1 + mnVerticalOffset); in GetLocalPosition() 1450 rLocalPoint.Y - mnVerticalOffset + maBoundingBox.Y1); in GetWindowPosition() 1662 mpHorizontalScrollBar->SetThumbSize(maBoundingBox.X2 - maBoundingBox.X1 + 1); in UpdateScrollBars() [all …]
|
H A D | PresenterToolBar.cxx | 416 maBoundingBox(), in PresenterToolBar() 556 maBoundingBox.X2 - maBoundingBox.X1, in GetSize() 557 maBoundingBox.Y2 - maBoundingBox.Y1); in GetSize() 935 maBoundingBox.X1 = nX; in Layout() 936 maBoundingBox.Y1 = nY; in Layout() 937 maBoundingBox.X2 = nX + aTotalSize.Width + nTotalHorizontalGap; in Layout() 938 maBoundingBox.Y2 = nY + aTotalSize.Height; in Layout()
|
H A D | PresenterPane.hxx | 101 css::awt::Rectangle maBoundingBox; member in sdext::presenter::PresenterPane
|
H A D | PresenterToolBar.hxx | 194 css::geometry::RealRectangle2D maBoundingBox; member in sdext::presenter::PresenterToolBar
|
/aoo41x/main/sd/source/ui/slidesorter/model/ |
H A D | SlsPageDescriptor.cxx | 51 maBoundingBox(), in PageDescriptor() 281 Rectangle aBox (maBoundingBox); in GetBoundingBox() 293 return maBoundingBox.TopLeft(); in GetLocation() 295 return maBoundingBox.TopLeft() + maVisualState.GetLocationOffset(); in GetLocation() 303 maBoundingBox = rBoundingBox; in SetBoundingBox()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | ShapeContainer.java | 48 maBoundingBox = new Rectangle (0,0,100,100); in ShapeContainer() 92 maBoundingBox = aShape.GetBBox(); in AddNode() 94 maBoundingBox = maBoundingBox.union (aShape.GetBBox()); in AddNode() 230 private Rectangle maBoundingBox; field in ShapeContainer
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | Canvas.java | 59 maBoundingBox = new Rectangle (0,0,100,100); in Canvas() 98 maBoundingBox = aObject.getBBox(); in addNode() 100 maBoundingBox = maBoundingBox.union (aObject.getBBox()); in addNode() 463 maBoundingBox; field in Canvas
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsButtonBar.cxx | 1075 maBoundingBox(), in Button() 1117 return maBoundingBox; in GetBoundingBox() 1200 maBoundingBox = aButtonBarBox; in Place() 1222 Rectangle aBox (maBoundingBox); in Paint() 1274 maBoundingBox = Rectangle( in Place() 1279 SetActiveState(aButtonBarBox.IsInside(maBoundingBox)); in Place() 1335 maBoundingBox.Left() in Paint() 1337 + (maBoundingBox.GetWidth()-aIcon.GetSizePixel().Width())/2, in Paint() 1338 maBoundingBox.Top() in Paint() 1340 + (maBoundingBox.GetHeight()-aIcon.GetSizePixel().Height())/2), in Paint()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/model/ |
H A D | SlsPageDescriptor.hxx | 139 Rectangle maBoundingBox; member in sd::slidesorter::model::PageDescriptor
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsButtonBar.hxx | 250 Rectangle maBoundingBox; member in sd::slidesorter::view::Button
|
Completed in 71 milliseconds