Home
last modified time | relevance | path

Searched refs:aR (Results 1 – 25 of 29) sorted by last modified time

12

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2650 svx::frame::Style aR( rBoxItem.GetRight() ); in Insert() local
2654 aR.MirrorSelf(); in Insert()
2661 aR.SetRefMode( svx::frame::REFMODE_CENTERED ); in Insert()
2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2666 SwLineEntry aRight ( nRight, nTop, nBottom, bVert ? aT : ( bR2L ? aL : aR ) ); in Insert()
2668 SwLineEntry aBottom( nBottom, nLeft, nRight, bVert ? aR : aB ); in Insert()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1294 Rectangle aR; in TakeContour() local
1295 TakeTextRect(rOutliner,aR,sal_False,&aAnchor2); in TakeContour()
1299 if (bFitToSize) aR=aAnchor2; in TakeContour()
1300 Polygon aPol(aR); in TakeContour()
1301 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aR.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeContour()
H A Dsvdoashp.cxx511 awt::Rectangle aR( xCustomShapeEngine->getTextBounds() ); in GetTextBounds() local
512 if ( aR.Width || aR.Height ) in GetTextBounds()
514 rTextBound = Rectangle( Point( aR.X, aR.Y ), Size( aR.Width, aR.Height ) ); in GetTextBounds()
H A Dsvdobj.cxx1135 const Rectangle aR(GetCurrentBoundRect()); in TakeXorPoly() local
1136 const basegfx::B2DRange aRange(aR.Left(), aR.Top(), aR.Right(), aR.Bottom()); in TakeXorPoly()
2315 const Rectangle aR(GetSnapRect()); in GetVertexGluePoint() local
2320 case 0 : aPt = aR.TopCenter(); break; in GetVertexGluePoint()
2321 case 1 : aPt = aR.RightCenter(); break; in GetVertexGluePoint()
2326 aPt -= aR.Center(); in GetVertexGluePoint()
2335 Rectangle aR(GetCurrentBoundRect()); in GetCornerGluePoint() local
2338 case 0 : aPt=aR.TopLeft(); break; in GetCornerGluePoint()
2339 case 1 : aPt=aR.TopRight(); break; in GetCornerGluePoint()
2340 case 2 : aPt=aR.BottomRight(); break; in GetCornerGluePoint()
[all …]
H A Dsvdedxv.cxx1308 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseButtonDown()
1309 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseButtonDown()
1310 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonDown()
1311 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonDown()
1340 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseButtonUp()
1341 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseButtonUp()
1342 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonUp()
1343 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonUp()
1372 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseMove()
1373 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseMove()
[all …]
H A Dsvddrgmt.cxx480 const Rectangle aR(getSdrDragView().GetSdrPageView()->MarkSnap()); in createSdrDragEntries_PolygonDrag() local
481 const basegfx::B2DRange aNewRectangle(aR.Left(), aR.Top(), aR.Right(), aR.Bottom()); in createSdrDragEntries_PolygonDrag()
H A Dsvdoedge.cxx615 Rectangle aR(pObj->GetSnapRect()); in ImpCalcEscAngle() local
616 long dxl=rPt.X()-aR.Left(); in ImpCalcEscAngle()
617 long dyo=rPt.Y()-aR.Top(); in ImpCalcEscAngle()
618 long dxr=aR.Right()-rPt.X(); in ImpCalcEscAngle()
619 long dyu=aR.Bottom()-rPt.Y(); in ImpCalcEscAngle()
H A Dsvdxcgv.cxx356 Rectangle aR=pSrcPg->GetAllObjSnapRect(); in Paste() local
359 ResizeRect(aR,aPt0,xResize,yResize); in Paste()
360 Point aDist(aPos-aR.Center()); in Paste()
507 Rectangle aR(aPos.X(),aPos.Y(),aPos.X()+xs,aPos.Y()+ys); in ImpPasteObject() local
508 pObj->SetLogicRect(aR); in ImpPasteObject()
H A Dsvdovirt.cxx480 Rectangle aR(rRect); in SetSnapRect() local
481 aR-=aAnchor; in SetSnapRect()
482 rRefObj.SetSnapRect(aR); in SetSnapRect()
490 Rectangle aR(rRect); in NbcSetSnapRect() local
491 aR-=aAnchor; in NbcSetSnapRect()
493 rRefObj.NbcSetSnapRect(aR); in NbcSetSnapRect()
508 Rectangle aR(rRect); in SetLogicRect() local
509 aR-=aAnchor; in SetLogicRect()
510 rRefObj.SetLogicRect(aR); in SetLogicRect()
517 Rectangle aR(rRect); in NbcSetLogicRect() local
[all …]
H A Dsvdpagv.cxx816 Rectangle aR(rHL.GetBoundRect(rOutDev)); in ImpInvalidateHelpLineArea() local
818 aR.Left() -= aSiz.Width(); in ImpInvalidateHelpLineArea()
819 aR.Right() += aSiz.Width(); in ImpInvalidateHelpLineArea()
820 aR.Top() -= aSiz.Height(); in ImpInvalidateHelpLineArea()
821 aR.Bottom() += aSiz.Height(); in ImpInvalidateHelpLineArea()
822 ((SdrView&)GetView()).InvalidateOneWin((Window&)rOutDev, aR); in ImpInvalidateHelpLineArea()
H A Dsvdocirc.cxx363 Rectangle aR; member
627 rStat.TakeCreateRect(aR); in SetCreateParams()
628 aR.Justify(); in SetCreateParams()
629 aCenter=aR.Center(); in SetCreateParams()
630 nWdt=aR.Right()-aR.Left(); in SetCreateParams()
631 nHgt=aR.Bottom()-aR.Top(); in SetCreateParams()
654 aP1 = GetWinkPnt(aR,nStart); in SetCreateParams()
675 aP2 = GetWinkPnt(aR,nEnd); in SetCreateParams()
704 rStat.SetActionRect(pU->aR); in MovCreate()
732 aRect=pU->aR; in EndCreate()
[all …]
H A Dsvdibrow.cxx360 Rectangle aR(rRect); in PaintField() local
361 aR.Bottom()++; in PaintField()
369 aR.Left()=0; in PaintField()
370 aR.Right()=rDev.GetOutputSize().Width(); in PaintField()
371 rDev.DrawRect(aR); in PaintField()
375 rDev.SetClipRegion(aR); in PaintField()
376 rDev.DrawText(aR.TopLeft(),GetCellText(nAktPaintRow,nColumnId)); in PaintField()
H A Dsvdmark.cxx829 Rectangle aR; in TakeBoundRect() local
839 aR = pMark->GetMarkedSdrObj()->GetCurrentBoundRect(); in TakeBoundRect()
843 rRect.Union(aR); in TakeBoundRect()
847 rRect = aR; in TakeBoundRect()
869 Rectangle aR(pMark->GetMarkedSdrObj()->GetSnapRect()); in TakeSnapRect() local
873 rRect.Union(aR); in TakeSnapRect()
877 rRect = aR; in TakeSnapRect()
H A Dsvdmrkv.cxx1142 Rectangle aR(GetMarkedObjRect()); in ForceRefToMarked() local
1143 aRef1 = aR.Center(); in ForceRefToMarked()
1183 Rectangle aR(GetMarkedObjBoundRect()); in ForceRefToMarked() local
1184 Point aCenter(aR.Center()); in ForceRefToMarked()
1185 long nMarkHgt=aR.GetHeight()-1; in ForceRefToMarked()
1565 Rectangle aR(rRect); in MarkObj() local
1574 Rectangle aFrm1(aR); in MarkObj()
H A Dsvddrgv.cxx187 Rectangle aR; in TakeDragObjAnchorPos() local
188 TakeActionRect(aR); in TakeDragObjAnchorPos()
189 rPos = bTR ? aR.TopRight() : aR.TopLeft(); in TakeDragObjAnchorPos()
/trunk/main/svx/workben/
H A Dedittest.cxx1097 Rectangle aR( Point( 2000, 4000 ), aSz ); in IMPL_LINK() local
1098 pPrinter->DrawRect( aR ); in IMPL_LINK()
1689 Rectangle aR( pEditView->GetOutputArea().TopLeft(), aSz ); in KeyInput() local
1690 DrawRect( aR ); in KeyInput()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1159 ByteString aR( "root_"); in Interpret() local
1160 aR += ByteString::CreateFromInt32( ++nDebugRootCount); in Interpret()
1161 aDebugVec.push_back( aR); in Interpret()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx909 Rectangle aR( aOutArea ); in Scroll() local
910 aR = pOutWin->LogicToPixel( aR ); in Scroll()
911 aR = pOutWin->PixelToLogic( aR ); in Scroll()
912 DBG_ASSERTWARNING( aR == aOutArea, "OutArea vor Scroll nicht aligned" ); in Scroll()
H A Deditdbg.cxx469 Rectangle aR( pV->GetOutputArea() ); in ShowEditEngineData() local
470 …X=%li, nY=%li, dX=%li, dY=%li, MapMode = %i", aR.TopLeft().X(), aR.TopLeft().Y(), aR.GetSize().Wid… in ShowEditEngineData()
471 aR = pV->GetVisArea(); in ShowEditEngineData()
472 …\n VisArea: nX=%li, nY=%li, dX=%li, dY=%li", aR.TopLeft().X(), aR.TopLeft().Y(), aR.GetSize().Wid… in ShowEditEngineData()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2709 Rectangle aR(rRect); in SetSnapRect() local
2710 aR -= GetOffset(); in SetSnapRect()
2711 rRefObj.SetSnapRect(aR); in SetSnapRect()
2718 Rectangle aR(rRect); in NbcSetSnapRect() local
2719 aR -= GetOffset(); in NbcSetSnapRect()
2721 rRefObj.NbcSetSnapRect(aR); in NbcSetSnapRect()
2735 Rectangle aR(rRect); in SetLogicRect() local
2736 aR -= GetOffset(); in SetLogicRect()
2737 rRefObj.SetLogicRect(aR); in SetLogicRect()
2744 Rectangle aR(rRect); in NbcSetLogicRect() local
[all …]
/trunk/main/sw/source/core/access/
H A Dacccell.cxx322 uno::Any aR; in queryInterface() local
323 aR <<= uno::Reference<XAccessibleExtendedAttributes>(this); in queryInterface()
324 return aR; in queryInterface()
329 uno::Any aR; in queryInterface() local
330 aR <<= uno::Reference<XAccessibleSelection>(this); in queryInterface()
331 return aR; in queryInterface()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx499 Rectangle aR = pSrcPg->GetAllObjBoundRect(); in Paste() local
500 Point aDist(aPos - aR.Center()); in Paste()
1488 basegfx::B2DRange aR; in Start3DCreation() local
1493 aR.expand(basegfx::tools::getRange(aXPP)); in Start3DCreation()
1496 basegfx::B2DPoint aCenter(aR.getCenter()); in Start3DCreation()
1497 long nMarkHgt = basegfx::fround(aR.getHeight()) - 1; in Start3DCreation()
1520 aRef1.X() = basegfx::fround(aR.getMinX()); // Initial Achse um 2/100mm nach links in Start3DCreation()
/trunk/main/sc/source/filter/rtf/
H A Drtfimp.cxx44 ScRange aR = aImp.GetRange(); in ScImportRTF() local
45 rRange.aEnd = aR.aEnd; in ScImportRTF()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx64 ScRange aR = aImp.GetRange(); in ScImportHTML() local
65 rRange.aEnd = aR.aEnd; in ScImportHTML()
H A Dhtmlexp2.cxx97 ScRange aR = pDoc->GetRange( nTab, aObjRect ); in FillGraphList() local
102 pDoc->ExtendOverlapped( aR ); in FillGraphList()
103 SCCOL nCol1 = aR.aStart.Col(); in FillGraphList()
104 SCROW nRow1 = aR.aStart.Row(); in FillGraphList()
105 SCCOL nCol2 = aR.aEnd.Col(); in FillGraphList()
106 SCROW nRow2 = aR.aEnd.Row(); in FillGraphList()
124 aR, aSize, bInCell, aSpace ); in FillGraphList()

Completed in 198 milliseconds

12