Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx161 awt::Rectangle aOuterBox (rxOuterWindow->getPosSize()); in ClassifyBorderElementUnderMouse() local
167 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() local
309 maDragAnchor.X = rEvent.X + aOuterBox.X; in mousePressed()
310 maDragAnchor.Y = rEvent.Y + aOuterBox.Y; in mousePressed()
H A DPresenterPaneBorderPainter.cxx516 awt::Rectangle aOuterBox (rBBox); in PaintBorder() local
518 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()
H A DPresenterWindowManager.cxx1115 awt::Rectangle aOuterBox (mpPaneBorderPainter->AddBorder ( in CalculatePaneSize() local
1121 return awt::Size(aOuterBox.Width, aOuterBox.Height); in CalculatePaneSize()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx851 const Rectangle aOuterBox (GetPageObjectBox(nIndex)); in CalculateGeometricPosition() local
855 nLeadingLocation = aOuterBox.Top(); in CalculateGeometricPosition()
861 nLeadingLocation = aOuterBox.Left(); in CalculateGeometricPosition()
871 const Rectangle aOuterBox (GetPageObjectBox(nIndex-1)); in CalculateGeometricPosition() local
876 nTrailingLocation = aOuterBox.Bottom(); in CalculateGeometricPosition()
882 nTrailingLocation = aOuterBox.Right(); in CalculateGeometricPosition()

Completed in 38 milliseconds