/trunk/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 1154 SbxValues aL, aR; in Compute() local 1168 rOp.Get( aR ); in Compute() 1217 if( rOp.Get( aR ) ) in Compute() 1278 aL.nLong64 = (aL.nLong64 & aR.nLong64) | (~aL.nLong64 & ~aR.nLong64); in Compute() 1280 aL.nLong = (aL.nLong & aR.nLong) | (~aL.nLong & ~aR.nLong); in Compute() 1303 if( rOp.Get( aR ) ) in Compute() 1353 if( rOp.Get( aR ) ) in Compute() 1377 if( !aR.nLong64 ) in Compute() 1410 if( rOp.Get( aR ) ) in Compute() 1496 SbxValues aL, aR; in Compare() local [all …]
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 1308 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 D | svdovirt.cxx | 480 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 D | svdocirc.cxx | 363 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 D | svdmark.cxx | 829 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 D | svdobj.cxx | 1135 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 D | svdpagv.cxx | 816 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 D | svdxcgv.cxx | 356 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 D | svdibrow.cxx | 360 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 D | svddrgv.cxx | 187 Rectangle aR; in TakeDragObjAnchorPos() local 188 TakeActionRect(aR); in TakeDragObjAnchorPos() 189 rPos = bTR ? aR.TopRight() : aR.TopLeft(); in TakeDragObjAnchorPos()
|
H A D | svdmrkv.cxx | 1142 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 D | svdotext.cxx | 1294 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 D | svdoashp.cxx | 511 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()
|
/trunk/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 97 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()
|
H A D | htmlimp.cxx | 64 ScRange aR = aImp.GetRange(); in ScImportHTML() local 65 rRange.aEnd = aR.aEnd; in ScImportHTML()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdbg.cxx | 469 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()
|
H A D | impedit.cxx | 909 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()
|
/trunk/main/sw/source/core/access/ |
H A D | acccell.cxx | 322 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/sw/source/core/draw/ |
H A D | dcontact.cxx | 2709 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/chart2/source/tools/ |
H A D | BaseGFXHelper.cxx | 201 B3DTuple aR( GetRotationFromMatrix( rB3DMatrix ) ); in ReduceToRotationMatrix() local 203 aRotationMatrix.rotate(aR.getX(),aR.getY(),aR.getZ()); in ReduceToRotationMatrix()
|
H A D | ThreeDHelper.cxx | 1026 ::basegfx::B3DTuple aR( BaseGFXHelper::GetRotationFromMatrix( in setRotationAngleToDiagram() 1028 aInverseCameraRotation.rotate( 0.0, 0.0, -aR.getZ() ); in setRotationAngleToDiagram() 1029 aInverseCameraRotation.rotate( 0.0, -aR.getY(), 0.0 ); in setRotationAngleToDiagram() 1030 aInverseCameraRotation.rotate( -aR.getX(), 0.0, 0.0 ); in setRotationAngleToDiagram()
|
/trunk/main/svx/source/engine3d/ |
H A D | view3d.cxx | 499 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/inc/ |
H A D | miscuno.hxx | 89 { uno::Any aR; aR <<= uno::Reference<x>(static_cast<y*>(this)); return aR; }
|
/trunk/main/sc/source/filter/rtf/ |
H A D | rtfimp.cxx | 44 ScRange aR = aImp.GetRange(); in ScImportRTF() local 45 rRange.aEnd = aR.aEnd; in ScImportRTF()
|
/trunk/main/svx/workben/ |
H A D | edittest.cxx | 1097 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()
|