Home
last modified time | relevance | path

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

/AOO42X/main/sdext/source/presenter/
H A DPresenterNotesView.cxx496 geometry::RealRectangle2D aNewTextBoundingBox (0,0,aWindowBox.Width, aWindowBox.Height); in Layout() local
506 aNewTextBoundingBox.Y2 -= nToolBarHeight; in Layout()
509 aNewTextBoundingBox.Y2 = mnSeparatorYLocation - gnSpaceAboveSeparator; in Layout()
524 const double nTextBoxHeight (aNewTextBoundingBox.Y2 - aNewTextBoundingBox.Y1); in Layout()
529 aNewTextBoundingBox.X2 -= mpScrollBar->GetSize(); in Layout()
541 aNewTextBoundingBox.X2, in Layout()
542 aNewTextBoundingBox.X1, in Layout()
543 aNewTextBoundingBox.X2 + mpScrollBar->GetSize(), in Layout()
544 aNewTextBoundingBox.Y2)); in Layout()
552 if (aNewTextBoundingBox.X1 != maTextBoundingBox.X1 in Layout()
[all …]