Searched refs:rInnerBox (Results 1 – 2 of 2) sorted by relevance
135 const awt::Rectangle& rInnerBox,406 const awt::Rectangle& rInnerBox, in AddBorder() argument415 return rInnerBox; in AddBorder()587 const awt::Rectangle& rInnerBox, in PaintTitle() argument614 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 …]
79 const css::awt::Rectangle& rInnerBox,
Completed in 21 milliseconds