Home
last modified time | relevance | path

Searched refs:aBorderBox (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBase.cxx163 maCalloutAnchor.X -= aBorderBox.X; in SetCalloutAnchor()
164 maCalloutAnchor.Y -= aBorderBox.Y; in SetCalloutAnchor()
168 sal_Int32 nHeight (rCalloutAnchor.Y - aBorderBox.Y); in SetCalloutAnchor()
172 if (nHeight != aBorderBox.Height) in SetCalloutAnchor()
175 aBorderBox.X, in SetCalloutAnchor()
176 aBorderBox.Y, in SetCalloutAnchor()
177 aBorderBox.Width, in SetCalloutAnchor()
478 awt::Rectangle aLocalBorderBox (0,0, aBorderBox.Width, aBorderBox.Height); in PaintBorder()
513 aBorderBox, in LayoutContextWindow()
516 aInnerBox.X - aBorderBox.X, in LayoutContextWindow()
[all …]
H A DPresenterWindowManager.cxx576 const awt::Rectangle aBorderBox (xBorderWindow->getPosSize()); in PaintChildren() local
580 aBorderBox)); in PaintChildren()
587 -aBorderBox.X, in PaintChildren()
588 -aBorderBox.Y)); in PaintChildren()
1223 awt::Rectangle aBorderBox (pDescriptor->mxBorderWindow->getPosSize()); in UpdateWindowSize() local
1229 pDescriptor->mnLeft = double(aBorderBox.X) / nWidth; in UpdateWindowSize()
1230 pDescriptor->mnTop = double(aBorderBox.Y) / nHeight; in UpdateWindowSize()
1231 pDescriptor->mnRight = double(aBorderBox.X + aBorderBox.Width) / nWidth; in UpdateWindowSize()
1232 pDescriptor->mnBottom = double(aBorderBox.Y + aBorderBox.Height) / nHeight; in UpdateWindowSize()
H A DPresenterSpritePane.cxx246 const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in CreateCanvases() local
247 mpSprite->Resize(geometry::RealSize2D(aBorderBox.Width, aBorderBox.Height)); in CreateCanvases()
H A DPresenterAccessibility.cxx1548 const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in GetRelativeLocation() local
1549 aLocation.X += aBorderBox.X; in GetRelativeLocation()
1550 aLocation.Y += aBorderBox.Y; in GetRelativeLocation()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx272 Rectangle aBorderBox (GrowRectangle(aBox, 1)); in PaintRepresentatives() local
275 rContent.DrawRect(aBorderBox); in PaintRepresentatives()
278 mpShadowPainter->PaintFrame(rContent, aBorderBox); in PaintRepresentatives()

Completed in 37 milliseconds