Home
last modified time | relevance | path

Searched refs:rInnerBox (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx135 const awt::Rectangle& rInnerBox,
406 const awt::Rectangle& rInnerBox, in AddBorder() argument
415 return rInnerBox; in AddBorder()
587 const awt::Rectangle& rInnerBox, in PaintTitle() argument
614 double nX = rInnerBox.X + (rInnerBox.Width - nTextWidth)/2; in PaintTitle()
615 const sal_Int32 nTitleBarHeight = rInnerBox.Y - rOuterBox.Y - 1; in PaintTitle()
617 if (nY >= rInnerBox.Y) in PaintTitle()
618 nY = rInnerBox.Y - 1; in PaintTitle()
623 nX = rInnerBox.X; in PaintTitle()
626 nX = rInnerBox.X + rInnerBox.Width - nTextWidth; in PaintTitle()
[all …]
H A DPresenterPaneBorderPainter.hxx79 const css::awt::Rectangle& rInnerBox,

Completed in 22 milliseconds