Lines Matching refs:aWindowBox
398 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PresenterSlideSorter() local
399 SetHorizontalOffset(aCurrentSlideBBox.X - aWindowBox.Width/2.0); in PresenterSlideSorter()
792 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateLayout() local
793 awt::Rectangle aCenterBox (aWindowBox); in UpdateLayout()
794 sal_Int32 nLeftBorderWidth (aWindowBox.X); in UpdateLayout()
813 awt::Rectangle(0, 0, aWindowBox.Width, aWindowBox.Height), in UpdateLayout()
819 mnSeparatorY = aWindowBox.Height - mpCloseButton->GetSize().Height - gnVerticalButtonPadding; in UpdateLayout()
821 PlaceCloseButton(pPane, aWindowBox, nLeftBorderWidth); in UpdateLayout()
826 aWindowBox.Width - 2*gnHorizontalBorder, in UpdateLayout()
956 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ClearBackground() local
961 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in ClearBackground()