Searched refs:nCalloutX (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 543 sal_Int32 nCalloutX (maCalloutAnchor.X - pStyle->mpBottomCallout->mnXHotSpot in PaintBorder() local 545 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder() 546 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder() 547 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder() 548 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; in PaintBorder() 550 …PaintBitmap(aCenterBox, rUpdateBox, 0,+1, nCalloutX,0, false, pStyle->mpBottomCallout, pBackground… in PaintBorder() 553 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder() 555 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
|
Completed in 11 milliseconds