Home
last modified time | relevance | path

Searched refs:maBoundingBox (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPane.cxx49 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 DPresenterSlideSorter.cxx125 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 DPresenterToolBar.cxx416 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 DPresenterPane.hxx101 css::awt::Rectangle maBoundingBox; member in sdext::presenter::PresenterPane
H A DPresenterToolBar.hxx194 css::geometry::RealRectangle2D maBoundingBox; member in sdext::presenter::PresenterToolBar
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx51 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()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java48 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
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx1075 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()
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java59 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
/trunk/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx139 Rectangle maBoundingBox; member in sd::slidesorter::model::PageDescriptor
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx250 Rectangle maBoundingBox; member in sd::slidesorter::view::Button

Completed in 48 milliseconds