Searched refs:aOuterBox (Results 1 – 4 of 4) sorted by relevance
161 awt::Rectangle aOuterBox (rxOuterWindow->getPosSize()); in ClassifyBorderElementUnderMouse() local167 aOuterBox.X = 0; in ClassifyBorderElementUnderMouse()168 aOuterBox.Y = 0; in ClassifyBorderElementUnderMouse()174 if (aPosition.X < aOuterBox.X) in ClassifyBorderElementUnderMouse()179 if (aPosition.X >= aOuterBox.X+aOuterBox.Width) in ClassifyBorderElementUnderMouse()188 if (aPosition.Y < aOuterBox.Y) in ClassifyBorderElementUnderMouse()193 if (aPosition.Y >= aOuterBox.Y+aOuterBox.Height) in ClassifyBorderElementUnderMouse()308 const awt::Rectangle aOuterBox (mxOuterDragWindow->getPosSize()); in mousePressed() local309 maDragAnchor.X = rEvent.X + aOuterBox.X; in mousePressed()310 maDragAnchor.Y = rEvent.Y + aOuterBox.Y; in mousePressed()
516 awt::Rectangle aOuterBox (rBBox); in PaintBorder() local518 pStyle->RemoveBorder(aOuterBox, drawing::framework::BorderType_OUTER_BORDER)); in PaintBorder()520 pStyle->RemoveBorder(aOuterBox, drawing::framework::BorderType_TOTAL_BORDER)); in PaintBorder()544 - (aCenterBox.X - aOuterBox.X)); in PaintBorder()571 PaintTitle(rsTitle, pStyle, rUpdateBox, aOuterBox, aInnerBox, false); in PaintBorder()
1115 awt::Rectangle aOuterBox (mpPaneBorderPainter->AddBorder ( in CalculatePaneSize() local1121 return awt::Size(aOuterBox.Width, aOuterBox.Height); in CalculatePaneSize()
851 const Rectangle aOuterBox (GetPageObjectBox(nIndex)); in CalculateGeometricPosition() local855 nLeadingLocation = aOuterBox.Top(); in CalculateGeometricPosition()861 nLeadingLocation = aOuterBox.Left(); in CalculateGeometricPosition()871 const Rectangle aOuterBox (GetPageObjectBox(nIndex-1)); in CalculateGeometricPosition() local876 nTrailingLocation = aOuterBox.Bottom(); in CalculateGeometricPosition()882 nTrailingLocation = aOuterBox.Right(); in CalculateGeometricPosition()
Completed in 22 milliseconds