/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLine.cxx | 192 Point aBottomRight; in GetBoundingRect() local 197 aBottomRight.Y() = m_aDestDescrLinePos.Y(); in GetBoundingRect() 202 aBottomRight.Y() = m_aSourceDescrLinePos.Y(); in GetBoundingRect() 208 aBottomRight.X() = m_aDestDescrLinePos.X(); in GetBoundingRect() 213 aBottomRight.X() = m_aSourceDescrLinePos.X(); in GetBoundingRect() 223 aBottomRight.X() += DESCRIPT_LINE_WIDTH; in GetBoundingRect() 226 aBoundingRect = Rectangle( aTopLeft-Point(2,17), aBottomRight+Point(2,2) ); in GetBoundingRect()
|
/trunk/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 54 Point aBottomRight = aOuter.BottomRight(); in FillHandleRectsPixel() local 63 aRects[ 2 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 67 aRects[ 3 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 71 aRects[ 4 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 72 aBottomRight.Y() - aBorder.Height() +1 ), in FillHandleRectsPixel() 76 aBottomRight.Y() - aBorder.Height() +1), in FillHandleRectsPixel() 80 aBottomRight.Y() - aBorder.Height() +1), in FillHandleRectsPixel()
|
/trunk/main/cui/source/inc/ |
H A D | grfpage.hxx | 49 Point aTopLeft, aBottomRight; member in SvxGrfCropPage::SvxCropExample 59 void SetBottom( long nVal ) { aBottomRight.X() = nVal; } in SetBottom() 61 void SetRight( long nVal) { aBottomRight.Y() = nVal; } in SetRight() 62 void SetBottomRight(const Point& rNew ) { aBottomRight = rNew; } in SetBottomRight()
|
/trunk/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1148 Rectangle aBottomRight(aTopRight); in ImpWriteAutoLayoutInfos() local 1149 aBottomRight.Top() = long(aBottomRight.Top() + aBottomRight.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos() 1155 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderObject, aBottomRight); in ImpWriteAutoLayoutInfos() 1273 Rectangle aBottomRight(aTopRight); in ImpWriteAutoLayoutInfos() local 1274 aBottomRight.Top() = long(aBottomRight.Top() + aBottomRight.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos() 1280 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderGraphic, aBottomRight); in ImpWriteAutoLayoutInfos() 1298 Rectangle aBottomRight(aTopRight); in ImpWriteAutoLayoutInfos() local 1299 aBottomRight.Top() = long(aBottomRight.Top() + aBottomRight.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos() 1307 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderGraphic, aBottomRight); in ImpWriteAutoLayoutInfos()
|
H A D | ximpshap.cxx | 1146 awt::Point aBottomRight(mnX2, mnY2); in StartElement() local 1151 aBottomRight.X = mnX1; in StartElement() 1157 aBottomRight.Y = mnY1; in StartElement() 1180 maSize.Width = aBottomRight.X - aTopLeft.X; in StartElement() 1181 maSize.Height = aBottomRight.Y - aTopLeft.Y; in StartElement()
|
/trunk/main/svx/source/sdr/overlay/ |
H A D | overlaymanagerbuffered.cxx | 569 const basegfx::B2IPoint aBottomRight( in invalidateRange() local 574 maBufferRememberedRangePixel.expand(aBottomRight); in invalidateRange() 579 …const basegfx::B2IPoint aBottomRight((sal_Int32)ceil(aDiscreteRange.getMaxX()), (sal_Int32)ceil(aD… in invalidateRange() local 582 maBufferRememberedRangePixel.expand(aBottomRight); in invalidateRange()
|
/trunk/main/svtools/source/misc/ |
H A D | imap2.cxx | 419 const Point aBottomRight( ImpReadCERNCoords( &pStr ) ); in ImpReadCERNLine() local 421 const Rectangle aRect( aTopLeft, aBottomRight ); in ImpReadCERNLine() 598 const Point aBottomRight( ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine() local 599 const Rectangle aRect( aTopLeft, aBottomRight ); in ImpReadNCSALine()
|
/trunk/main/svtools/source/edit/ |
H A D | textview.cxx | 465 Point aBottomRight( aTmpRec.BottomRight() ); in ImpHighlight() local 466 aBottomRight.X()--; in ImpHighlight() 469 if ( ( aTopLeft.X() < aBottomRight.X() ) && ( aBottomRight.Y() >= aVisArea.Top() ) ) in ImpHighlight() 472 Point aPnt2( GetWindowPos( aBottomRight ) ); in ImpHighlight() 1765 Point aBottomRight = aRec.BottomRight(); in PageDown() local 1766 aBottomRight.Y() += mpImpl->mpWindow->GetOutputSizePixel().Height() * 9/10; in PageDown() 1767 aBottomRight.X() += 1; in PageDown() 1769 if ( aBottomRight.Y() > nHeight ) in PageDown() 1770 aBottomRight.Y() = nHeight-1; in PageDown() 1772 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aBottomRight ); in PageDown()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdcrtv.cxx | 97 …basegfx::B2DPoint aBottomRight(rPosition.X() + aHalfLogicSize.Width(), rPosition.Y() + aHalfLogicS… in ImplConnectMarkerOverlay() local 101 aTempPoly.append(basegfx::B2DPoint(aBottomRight.getX(), aTopLeft.getY())); in ImplConnectMarkerOverlay() 102 aTempPoly.append(aBottomRight); in ImplConnectMarkerOverlay() 103 aTempPoly.append(basegfx::B2DPoint(aTopLeft.getX(), aBottomRight.getY())); in ImplConnectMarkerOverlay()
|
H A D | svdotextdecomposition.cxx | 600 const basegfx::B2DPoint aBottomRight(aTextBoundRect.getMaximum() + aStartPosition); in IMPL_LINK() local 602 if(!maClipRange.isInside(aBottomRight)) in IMPL_LINK()
|
H A D | svddrgmt.cxx | 853 const basegfx::B2DPoint aBottomRight(aActionRectangle.Right(), aActionRectangle.Bottom()); in CreateOverlayGeometry() local 855 aTopLeft, aBottomRight, true, false); in CreateOverlayGeometry() 3611 const basegfx::B2DPoint aBottomRight(aDistortedRect[2].X(), aDistortedRect[2].Y()); in _MovAllPoints() local 3613 …egfx::tools::distort(aDragPolygon, aOriginalRange, aTopLeft, aTopRight, aBottomLeft, aBottomRight); in _MovAllPoints()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 234 const Point aBottomRight( AlignToPixel( rRect.BottomRight() )); in SetVisArea() local 235 Rectangle aLR( aTopLeft, aBottomRight ); in SetVisArea() 817 Point aBottomRight( GetEditWin().PixelToLogic( aRect.BottomRight() ) ); in CalcVisArea() local 821 aRect.Right() = aBottomRight.X(); in CalcVisArea() 822 aRect.Bottom() = aBottomRight.Y(); in CalcVisArea()
|
H A D | pview.cxx | 1573 Point aBottomRight( pViewWin->PixelToLogic( Point( aTmpSize.Width(), aTmpSize.Height() ) ) ); in OuterResizePixel() local 1574 SetVisArea( Rectangle( Point(), aBottomRight ) ); in OuterResizePixel() 1593 const Point aBottomRight(AlignToPixel(rRect.BottomRight())); in SetVisArea() local 1594 Rectangle aLR(aTopLeft,aBottomRight); in SetVisArea()
|
/trunk/main/svtools/source/toolpanel/ |
H A D | tabbargeometry.cxx | 238 … const Point aBottomRight( io_rItems.rbegin()->GetRect( eTryThis[ nTryIndex ] ).BottomRight() ); in impl_fitItems() local 239 if ( aFitInto.IsInside( aBottomRight ) ) in impl_fitItems()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofunocontrol.cxx | 372 … ::basegfx::B2DPoint aBottomRight( _rLogicBoundingRect.Right(), _rLogicBoundingRect.Bottom() ); in adjustControlGeometry_throw() 373 aBottomRight *= _rViewTransformation; in adjustControlGeometry_throw() 375 …xel( (long)aTopLeft.getX(), (long)aTopLeft.getY(), (long)aBottomRight.getX(), (long)aBottomRight.g… in adjustControlGeometry_throw()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.cxx | 245 Point aBottomRight( aTmpRec.BottomRight() ); in DrawSelection() local 248 aBottomRight.Y() += nParaStart; in DrawSelection() 254 if ( aBottomRight.Y() < GetVisDocTop() ) in DrawSelection() 262 aBottomRight.X() = aLineXPosStartEnd.Max(); in DrawSelection() 263 ImplDrawHighlightRect( pTarget, aTopLeft, aBottomRight, pPolyPoly ); in DrawSelection() 282 Point aPt2( Max( nX1, nX2 ), aBottomRight.Y() ); in DrawSelection()
|
H A D | impedit2.cxx | 1519 Point aBottomRight = aRec.BottomRight(); in PageDown() local 1520 aBottomRight.Y() += pView->GetVisArea().GetHeight() *9/10; in PageDown() 1521 aBottomRight.X() += nOnePixelInRef; in PageDown() 1523 if ( aBottomRight.Y() > nHeight ) in PageDown() 1525 aBottomRight.Y() = nHeight-2; in PageDown() 1527 return GetPaM( aBottomRight ); in PageDown()
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1109 Point aBottomRight( GetPoint( seqTextFrames[ nIndex ].BottomRight, sal_True, sal_True ) ); in GetTextRect() local 1113 aBottomRight.X() = aLogicRect.GetWidth() - aBottomRight.X(); in GetTextRect() 1118 aBottomRight.Y() = aLogicRect.GetHeight() - aBottomRight.Y(); in GetTextRect() 1120 Rectangle aRect( aTopLeft, aBottomRight ); in GetTextRect()
|
/trunk/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 778 aTopLeft(0,0), aBottomRight(0,0) in SvxCropExample() 803 aRect.Right() -= aBottomRight.Y(); in Paint() 804 aRect.Bottom() -= aBottomRight.X(); in Paint()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 1420 geometry::RealPoint2D aBottomRight; in IsScrollBarNeeded() local 1422 aBottomRight = GetPoint( in IsScrollBarNeeded() 1425 aBottomRight = GetPoint( in IsScrollBarNeeded() 1427 return aBottomRight.X > maBoundingBox.X2-maBoundingBox.X1 in IsScrollBarNeeded() 1428 || aBottomRight.Y > maBoundingBox.Y2-maBoundingBox.Y1; in IsScrollBarNeeded()
|
/trunk/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 283 …const basegfx::B2DPoint aBottomRight(aSnapRange.getMaxX() - rText.getTextRightDistance(), aSnapRan… in createTextPrimitive() local 286 aTextAnchorRange.expand(aBottomRight); in createTextPrimitive()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 386 const Point aBottomRight( pCell->Frm().BottomRight() ); in GetTblSel() local 412 if ( aBottomRight.Y() > aCurrentBottomRight.Y() || in GetTblSel() 413 ( aBottomRight.Y() == aCurrentBottomRight.Y() && in GetTblSel() 414 aBottomRight.X() > aCurrentBottomRight.X() ) ) in GetTblSel() 416 aCurrentBottomRight = aBottomRight; in GetTblSel()
|
/trunk/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 458 Point aTopLeft, aBottomRight; in ReadRectangle() local 461 aBottomRight=ReadPoint(); in ReadRectangle() 462 rRect=Rectangle(aTopLeft,aBottomRight); in ReadRectangle()
|
/trunk/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 878 const vigra::Diff2D aBottomRight(rSrcRect.getMaxX(), in implDrawMaskedBitmapGeneric() local 885 aBottomRight,aBottomRight), in implDrawMaskedBitmapGeneric()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 1770 const B2DPoint aBottomRight(rRect.getMaxX(), rRect.getMaxY()); in createPolygonFromRect() local 1771 const B2DPoint aStart(aBottomRight + B2DPoint(-fBowX, 0.0)); in createPolygonFromRect() 1772 const B2DPoint aStop(aBottomRight + B2DPoint(0.0, -fBowY)); in createPolygonFromRect() 1774 …aRetval.appendBezierSegment(interpolate(aStart, aBottomRight, fKappa), interpolate(aStop, aBottomR… in createPolygonFromRect()
|