Home
last modified time | relevance | path

Searched refs:BottomLeft (Results 26 – 50 of 77) sorted by relevance

1234

/aoo42x/main/svtools/source/toolpanel/
H A Dtablayouter.cxx213 Point aTabBarTopLeft( aPanelRect.BottomLeft() ); in Layout()
H A Ddrawerlayouter.cxx94 Point aLowerDrawerPos( i_rDeckPlayground.BottomLeft() ); in IMPLEMENT_IREFERENCE()
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.hxx127 enum BorderElement { Top, TopLeft, TopRight, Left, Right, BottomLeft, BottomRight, Bottom, enumerator
/aoo42x/main/starmath/source/
H A Dview.cxx570 aFrom = aRect.BottomLeft(); aTo = aRect.BottomRight(); in Paint()
585 aFrom = aRect.TopLeft(); aTo = aRect.BottomLeft(); in Paint()
1131 rOutDev.DrawRect(Rectangle(aOutRect.BottomLeft(), in Impl_Print()
H A Dedit.cxx549 aPt = aRect.BottomLeft(); aPt.Y() -= nTmp - 1L; in IMPL_LINK_INLINE_END()
/aoo42x/main/vcl/source/control/
H A Dtabctrl.cxx793 Point aLeftTestPos = aRect.BottomLeft(); in ImplDrawItem()
1146 DrawLine( aRect.TopLeft(), aRect.BottomLeft() ); in ImplPaint()
1172 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplPaint()
H A Dscrbar.cxx380 maTrackRect = Rectangle( maBtn1Rect.TopRight(), maBtn2Rect.BottomLeft() ); in ImplCalc()
434 … maTrackRect = Rectangle( maBtn1Rect.BottomLeft()+Point(0,1), maBtn2Rect.TopRight() ); in ImplCalc()
/aoo42x/main/sw/inc/
H A Dswrect.hxx143 const Point BottomLeft() const;
/aoo42x/main/sw/source/core/bastyp/
H A Dswrect.cxx275 const Point SwRect::BottomLeft() const { return Point( m_Point.getX(), m_Point.getY() + m_Size.getH… in BottomLeft() function in SwRect
/aoo42x/main/svx/source/svdraw/
H A Dsvdotxdr.cxx70 case 5: aPnt=aRect.BottomLeft(); eKind=HDL_LWLFT; break; // Unten links in GetHdl()
H A Dsvdsnpv.cxx504 CheckSnap(rRect.BottomLeft() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect()
H A Dsvdmrkv.cxx797 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.BottomLeft() ,HDL_LWLFT)); in SetMarkHandles()
1977 else if (aRct1.IsInside(aBR.BottomLeft())) eRet=SDRHIT_BOUNDBL; in PickSomething()
/aoo42x/main/tools/source/generic/
H A Dline.cxx134 const Point aBR( rRect.BottomRight() ), aBL( rRect.BottomLeft() ); in Intersection()
H A Dpoly.cxx429 mpImplPolygon->mpPointAry[3] = rRect.BottomLeft(); in Polygon()
456 mpImplPolygon->mpPointAry[3] = aRect.BottomLeft(); in Polygon()
/aoo42x/main/svx/source/xoutdev/
H A D_xpoly.cxx376 case 3: aCenter = rRect.BottomLeft(); in XPolygon()
392 pImpXPolygon->pPointAry[nPos++] = rRect.BottomLeft(); in XPolygon()
/aoo42x/main/sw/source/ui/utlui/
H A Dglbltree.cxx447 pMenu->Execute( pBox, pBox->GetItemRect(nTbxId).BottomLeft()); in TbxMenuHdl()
462 pMenu->Execute( pBox, pBox->GetItemRect(nTbxId).BottomLeft()); in TbxMenuHdl()
/aoo42x/main/extensions/source/scanner/
H A Dsanedlg.cxx935 case BottomLeft: in MouseMove()
1018 meDragDirection = BottomLeft; in MouseButtonDown()
/aoo42x/main/sd/source/core/
H A Dsdpage.cxx1308 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles()
1329 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles()
1343 …Size aSize( rRectangle[0].GetSize().Width(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLef… in CalcAutoLayoutRectangles()
/aoo42x/main/sw/source/core/layout/
H A Dnewfrm.cxx188 &SwRect::BottomLeft,
/aoo42x/main/vcl/source/gdi/
H A Dgraph.cxx196 pOutDev->DrawLine( aBorderRect.TopRight(), aBorderRect.BottomLeft() ); in ImplDrawDefault()
H A Dpdfwriter_impl.cxx1434 appendPoint( rRect.BottomLeft() + Point( 0, 1 ), rBuffer ); in appendRect()
1447 rRect.BottomLeft() + Point( 0, 1 ) in convertRect()
8608 Point aDelta = m_aOutputStreams.front().m_aTargetRect.BottomLeft(); in beginRedirect()
8797 aPoints[10] = Point( rRect.BottomLeft().X() + nHorzRound, aPoints[9].Y() ); in drawRectangle()
8800 aPoints[13] = Point( rRect.BottomLeft().X(), rRect.BottomLeft().Y()+1-nVertRound ); in drawRectangle()
8876 aPoints[7] = Point( rRect.BottomLeft().X() + rRect.GetWidth()/2, rRect.BottomLeft().Y()+1 ); in drawEllipse()
10030 m_aPages.back().appendPoint( rTargetArea.BottomLeft(), aLine ); in drawJPGBitmap()
10222 Point aTranslate( rRect.BottomLeft() ); in drawGradient()
10270 Point aTranslate = aBoundRect.BottomLeft(); in drawGradient()
10593 m_aPages.back().appendPoint( aObjRect.BottomLeft(), aLine ); in drawPolyPolygon()
/aoo42x/main/sd/source/ui/notes/
H A DEditWindow.cxx552 aPt = aRect.BottomLeft(); aPt.Y() -= nTmp - 1L; in IMPL_LINK_INLINE_END()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx596 Point aEnd = m_bVertical ? aCharRect.TopRight() : aCharRect.BottomLeft(); in DrawPage()
/aoo42x/main/svx/source/engine3d/
H A Ddragmt3d.cxx536 maScaleFixPos = maFullBound.BottomLeft(); in E3dDragMove()
/aoo42x/main/sc/source/core/data/
H A Ddrwlayer.cxx1015 else if ( rArea.IsInside( bNegativePage ? aObjRect.BottomLeft() : aObjRect.BottomRight() ) && in MoveAreaTwips()
1207 … if ( (aTestRect.IsInside(aObjRect.TopLeft()) || aTestRect.IsInside(aObjRect.BottomLeft())) && in HasObjectsInRows()

Completed in 267 milliseconds

1234