Home
last modified time | relevance | path

Searched refs:TopRight (Results 26 – 50 of 92) sorted by relevance

1234

/trunk/main/sw/source/core/draw/
H A Ddview.cxx821 const Point aMyPt = bTopRight ? aMyRect.TopRight() : aMyRect.TopLeft(); in CalcAnchor()
832 aPt = bTopRight ? aRect.TopRight() : aRect.TopLeft(); in CalcAnchor()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.hxx43 enum DragDirection { TopLeft, Top, TopRight, Right, BottomRight, Bottom, enumerator
H A Dsanedlg.cxx928 case TopRight: in MouseMove()
989 meDragDirection = TopRight; in MouseButtonDown()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.hxx127 enum BorderElement { Top, TopLeft, TopRight, Left, Right, BottomLeft, BottomRight, Bottom, enumerator
/trunk/main/svtools/source/toolpanel/
H A Dtablayouter.cxx184 Point aTabBarTopLeft( aPanelRect.TopRight() ); in Layout()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1609 aPt = bRTL ? aTabRect.TopRight() : (aTabRect.*fnRect->fnGetPos)(); in lcl_FindFrm()
1857 aS1 = aTabRect.TopRight(); in lcl_ProjectOntoClosestTableFrm()
1864 aS2 = aTabRect.TopRight(); in lcl_ProjectOntoClosestTableFrm()
H A Dfews.cxx804 aPos = pFrm->Frm().TopRight(); in CalcBoundRect()
926 aPos = pFrm->Frm().TopRight(); in CalcBoundRect()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx655 aPos = rRect.TopRight() + Point( -(RIGHT_ICON_OFFSET + SMALL_ICON_SIZE), TOP_OFFSET ); in DrawRow()
663 …aPos = rRect.TopRight() + Point( -(RIGHT_ICON_OFFSET + SPACE_BETWEEN + 2*SMALL_ICON_SIZE), TOP_OFF… in DrawRow()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1135 DrawLine( Point( aCurRect.Right(), aRect.Top() ), aRect.TopRight() ); in ImplPaint()
1142 DrawLine( aRect.TopLeft(), aRect.TopRight() ); in ImplPaint()
1171 DrawLine( aRect.TopRight(), 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()
/trunk/main/sw/inc/
H A Dswrect.hxx142 const Point TopRight() const;
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx274 const Point SwRect::TopRight() const { return Point( m_Point.getX() + m_Size.getWidth(), m_Point.ge… in TopRight() function in SwRect
/trunk/main/svx/source/svdraw/
H A Dsvdotxdr.cxx67 case 2: aPnt=aRect.TopRight(); eKind=HDL_UPRGT; break; // Oben rechts in GetHdl()
H A Dsvddrgv.cxx189 rPos = bTR ? aR.TopRight() : aR.TopLeft(); in TakeDragObjAnchorPos()
H A Dsvdsnpv.cxx503 CheckSnap(rRect.TopRight() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect()
H A Dsvdmrkv.cxx794 … if (!bWdt0 && !bHgt0) aHdl.AddHdl(new SdrHdl(aRect.TopRight() ,HDL_UPRGT)); in SetMarkHandles()
1974 else if (aRct1.IsInside(aBR.TopRight())) eRet=SDRHIT_BOUNDTR; in PickSomething()
/trunk/main/tools/source/generic/
H A Dline.cxx133 const Point aTL( rRect.TopLeft() ), aTR( rRect.TopRight() ); in Intersection()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx368 case 1: aCenter = rRect.TopRight(); in XPolygon()
390 pImpXPolygon->pPointAry[nPos++] = rRect.TopRight(); in XPolygon()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx718 DrawLine( aRect.TopLeft(), aRect.TopRight(), aLineInfo ); in DrawGrip()
724 DrawLine( aRect.TopLeft(), aRect.TopRight(), aLineInfo ); in DrawGrip()
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx133 &SwRect::TopRight,
/trunk/main/starmath/source/
H A Dview.cxx575 aFrom = aRect.TopLeft(); aTo = aRect.TopRight(); in Paint()
580 aFrom = aRect.TopRight(); aTo = aRect.BottomRight(); in Paint()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx196 pOutDev->DrawLine( aBorderRect.TopRight(), aBorderRect.BottomLeft() ); in ImplDrawDefault()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx549 Point aPt( aRect.TopRight() ); aPt.X() -= nTmp -1L; in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx596 Point aEnd = m_bVertical ? aCharRect.TopRight() : aCharRect.BottomLeft(); in DrawPage()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx539 maScaleFixPos = maFullBound.TopRight(); in E3dDragMove()

Completed in 188 milliseconds

1234