Home
last modified time | relevance | path

Searched refs:aBoundRect (Results 26 – 47 of 47) sorted by relevance

12

/aoo42x/main/svtools/source/misc/
H A Dimap.cxx1024 Rectangle aBoundRect; in GetBoundRect() local
1028 aBoundRect.Union( ( (IMapObject*) maList.GetObject( i ) )->GetBoundRect() ); in GetBoundRect()
1030 return aBoundRect; in GetBoundRect()
/aoo42x/main/sc/source/ui/view/
H A Ddrawview.cxx168 Rectangle aBoundRect = pObj->GetCurrentBoundRect(); in AddCustomHdl() local
172 aPos = aBoundRect.TopRight(); in AddCustomHdl()
176 aPos = aBoundRect.TopLeft(); in AddCustomHdl()
/aoo42x/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx596 Rectangle aBoundRect = rObj.GetLastBoundRect(); in Notify() local
609 rObj.SendUserCall(SDRUSERCALL_CHGATTR, aBoundRect); in Notify()
/aoo42x/main/svx/source/svdraw/
H A Dsvdograf.cxx1225 const Rectangle aBoundRect(GetCurrentBoundRect()); in getMetafileFromEmbeddedSvg() local
1234 aRetval.Move(-aBoundRect.Left(), -aBoundRect.Top()); in getMetafileFromEmbeddedSvg()
1236 aRetval.SetPrefSize(aBoundRect.GetSize()); in getMetafileFromEmbeddedSvg()
H A Dsvdobj.cxx1917 rGeo.aBoundRect =GetCurrentBoundRect(); in SaveGeoData()
1944 aOutRect =rGeo.aBoundRect ; in RestGeoData()
H A Dsvdfmtf.cxx1539 const Rectangle aBoundRect(rMtf.GetBoundRect(*Application::GetDefaultDevice(), &aHairline)); in DoAction() local
/aoo42x/main/svx/source/table/
H A Dcelleditsource.cxx671 Rectangle aBoundRect( mxCell->GetCurrentBoundRect() ); in CreateViewForwarder() local
674 return new SvxDrawOutlinerViewForwarder( rOutlView, aBoundRect.TopLeft() ); in CreateViewForwarder()
/aoo42x/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx285 Rectangle aBoundRect; member
307 aBoundRect( rBoundRect ), in DffObjData()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx1664 Rectangle aBoundRect( implGetBoundingBox() ); in implCreateEditSource() local
1665 aBoundRect -= implGetRealPos(); in implCreateEditSource()
1668 &rGrid, rGrid.GetEditEngine(), maCellText, aBoundRect, implGetRealSize() ) ); in implCreateEditSource()
/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx1721 const Rectangle aBoundRect( pObj->GetCurrentBoundRect() ); in updateSdrPathObjFromPath() local
1722 const Point aCenter( aBoundRect.Center() ); in updateSdrPathObjFromPath()
1739 Rectangle aBoundRect(0,0,0,0); in updatePathFromSdrPathObj() local
1747 aBoundRect = Rectangle( in updatePathFromSdrPathObj()
1752 const Point aCenter( aBoundRect.Center() ); in updatePathFromSdrPathObj()
/aoo42x/main/svtools/source/contnr/
H A Dsvimpicn.cxx2138 Rectangle aBoundRect( GetBoundingRect( pEntry, pViewData )); in SetEntryPosition() local
2139 pView->Invalidate( aBoundRect ); in SetEntryPosition()
2141 if( rPos != aBoundRect.TopLeft() ) in SetEntryPosition()
2147 aBoundRect.SetPos( rPos ); in SetEntryPosition()
2148 pViewData->aRect = aBoundRect; in SetEntryPosition()
2150 AdjustVirtSize( aBoundRect ); in SetEntryPosition()
/aoo42x/main/vcl/source/gdi/
H A Doutdev3.cxx4370 Rectangle aBoundRect = aTemp.GetBoundRect(); in ImplGetEmphasisMark() local
4371 rWidth = aBoundRect.GetWidth(); in ImplGetEmphasisMark()
4372 nDotSize = aBoundRect.GetHeight(); in ImplGetEmphasisMark()
4527 Rectangle aBoundRect; in ImplDrawRotateText() local
4530 if( !rSalLayout.GetBoundRect( *mpGraphics, aBoundRect ) ) in ImplDrawRotateText()
4536 aBoundRect = Rectangle( 0, -nTop, nRight, nHeight - nTop ); in ImplDrawRotateText()
4547 if( !pVDev->SetOutputSizePixel( aBoundRect.GetSize() ) ) in ImplDrawRotateText()
4561 rSalLayout.DrawBase() -= aBoundRect.TopLeft(); in ImplDrawRotateText()
4564 Bitmap aBmp = pVDev->GetBitmap( Point(), aBoundRect.GetSize() ); in ImplDrawRotateText()
4569 Polygon aPoly( aBoundRect ); in ImplDrawRotateText()
H A Dpdfwriter_impl.cxx9250 Rectangle aBoundRect( rPoly.GetBoundRect() ); in drawPolyLine() local
9255 aBoundRect.Top() -= nLW; in drawPolyLine()
9256 aBoundRect.Left() -= nLW; in drawPolyLine()
9257 aBoundRect.Right() += nLW; in drawPolyLine()
9258 aBoundRect.Bottom() += nLW; in drawPolyLine()
9260 endTransparencyGroup( aBoundRect, (sal_uInt16)(100.0*rInfo.m_fTransparency) ); in drawPolyLine()
10265 Rectangle aBoundRect = rPolyPoly.GetBoundRect(); in drawGradient() local
10266 sal_Int32 nGradient = createGradient( rGradient, aBoundRect.GetSize() ); in drawGradient()
10270 Point aTranslate = aBoundRect.BottomLeft(); in drawGradient()
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin.cxx997 SwRect aBoundRect; in ChangeFly() local
1004 rSh.CalcBoundRect( aBoundRect, eAnchorId, in ChangeFly()
1009 long nLeft = Min( aTmp.Left() - aBoundRect.Left(), aSnap.Width() ); in ChangeFly()
1010 long nRight = Min( aBoundRect.Right() - aTmp.Right(), aSnap.Width() ); in ChangeFly()
1011 long nUp = Min( aTmp.Top() - aBoundRect.Top(), aSnap.Height() ); in ChangeFly()
1012 long nDown = Min( aBoundRect.Bottom() - aTmp.Bottom(), aSnap.Height() ); in ChangeFly()
/aoo42x/main/svx/source/engine3d/
H A Dview3d.cxx1834 Rectangle aBoundRect = pSubObj->GetCurrentBoundRect(); in MergeScenes() local
1837 aMatrix.translate(aBoundRect.Left() - aCenter.getX(), aCenter.getY(), 0.0); in MergeScenes()
/aoo42x/main/filter/source/flash/
H A Dswfwriter1.cxx353 const Rectangle aBoundRect( aPolyPolygon.GetBoundRect() ); in Impl_writeGradientEx() local
355 FillStyle aFillStyle( aBoundRect, rGradient ); in Impl_writeGradientEx()
/aoo42x/main/filter/source/svg/
H A Dsvgwriter.cxx668 Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in ImplWriteShape() local
670 …mpContext->AddPaintAttr( rShape.maShapeLineColor, rShape.maShapeFillColor, &aBoundRect, rShape.map… in ImplWriteShape()
/aoo42x/main/svx/inc/svx/
H A Dsvdobj.hxx276 Rectangle aBoundRect; member in SdrObjGeoData
/aoo42x/main/vcl/source/window/
H A Dwinproc.cxx2493 Rectangle aBoundRect( Point( pPaintEvt->mnBoundX, pPaintEvt->mnBoundY ), in ImplWindowFrameProc() local
2495 ImplHandlePaint( pWindow, aBoundRect, pPaintEvt->mbImmediateUpdate ); in ImplWindowFrameProc()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1640 …const ::Rectangle aBoundRect(VCLPoint(xReportComponent->getPosition()),VCLSize(xReportComponent->g… in checkPosAndSize() local
1641 const ::Rectangle aRect = aSourceRect.GetIntersection(aBoundRect); in checkPosAndSize()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx890 pRet = new SdrPageObj( rObjData.aBoundRect, pSdrModel->GetPage( nPageNum - 1 ) ); in ProcessObj()
1291 pTObj->NbcRotate( rObjData.aBoundRect.Center(), nAngle, sin( a ), cos( a ) ); in ProcessObj()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par.cxx873 pObj->NbcRotate( rObjData.aBoundRect.Center(), mnFix16Angle, in ProcessObj()

Completed in 470 milliseconds

12