Home
last modified time | relevance | path

Searched refs:rBoundRect (Results 1 – 25 of 27) sorted by last modified time

12

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx562 FillStyle::FillStyle( const Rectangle& rBoundRect, const Gradient& rGradient ) in FillStyle() argument
565 maBoundRect( rBoundRect ) in FillStyle()
H A Dswfwriter.hxx248 FillStyle( const Rectangle& rBoundRect, const Gradient& rGradient );
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx432 const Rectangle& rBoundRect, in ImportOLE() argument
464 rGrf, rBoundRect, rVisArea, pStData, nError, nSvxMSDffOLEConvFlags, nAspect ); in ImportOLE()
H A Dww8par.hxx696 const Rectangle& rBoundRect,
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx2802 void SdrObject::SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect) const in SendUserCall()
2812 pUserCall->Changed( *this, eUserCall, rBoundRect ); in SendUserCall()
2855 pGroup->GetUserCall()->Changed( *this, eChildUserType, rBoundRect ); in SendUserCall()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx583 void SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect) const;
H A Dunoshape.hxx238 virtual void onUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect);
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx849 void EndTransparencyGroup( const Rectangle& rBoundRect, sal_uInt16 nTransparencePercent );
862 void EndTransparencyGroup( const Rectangle& rBoundRect, const Bitmap& rAlphaMask );
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1901 const Rectangle& rBoundRect, in ImportOLE() argument
2000 pRet = new SdrOle2Obj( aObj, aNm, rBoundRect, sal_False ); in ImportOLE()
2060 pRet = new SdrOle2Obj( aObj, aNm, rBoundRect, sal_False ); in ImportOLE()
H A Dmsdffimp.cxx3797 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork()
3798 sal_Int32 nHalfHeight = ( rBoundRect.GetHeight() + 1) >> 1; in ImportFontWork()
3799 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3800 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
3801 Size aNewSize( rBoundRect.GetHeight(), rBoundRect.GetWidth() ); in ImportFontWork()
3803 rBoundRect = aNewRect; in ImportFontWork()
3817 SdrObject* pNewObj = new SdrRectObj( OBJ_TEXT, rBoundRect ); in ImportFontWork()
3836 pRet->NbcSetSnapRect( rBoundRect ); in ImportFontWork()
3842 pRet->NbcRotate( rBoundRect.Center(), 9000, sin( a ), cos( a ) ); in ImportFontWork()
6831 const Rectangle& rBoundRect, in ImportOLE() argument
[all …]
H A Descherex.cxx174 Rectangle& rBoundRect ) : in EscherPropertyContainer() argument
178 pShapeBoundRect ( &rBoundRect ) in EscherPropertyContainer()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx568 const Rectangle& rBoundRect,
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1560 static void ImplHandlePaint( Window* pWindow, const Rectangle& rBoundRect, bool bImmediateUpdate ) in ImplHandlePaint() argument
1569 if ( aRect.IsOver( rBoundRect ) ) in ImplHandlePaint()
1578 Region aRegion( rBoundRect ); in ImplHandlePaint()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.hxx57 …Transformation2D( const SdrObject* pCustomShape, const Rectangle& rBoundRect, const double* pMap );
67 … SdrObject* pCustomShape, const Rectangle& rSnapRect, const Rectangle& rBoundRect, const double* p…
H A DEnhancedCustomShape3d.cxx784 … SdrObject* pCustomShape, const Rectangle& rSnapRect, const Rectangle& rBoundRect, const double* p… in CalculateNewSnapRect() argument
794 const Polygon aPolygon( rBoundRect ); in CalculateNewSnapRect()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx64 : _pEntry( pEntry), _aPos( rBoundRect.TopLeft()) {} in SvxIconChoiceCtrlEntry_Impl()
803 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in Paint() local
804 if( rRect.IsOver( rBoundRect ) ) in Paint()
848 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in RepaintEntries() local
849 if( aOutRect.IsOver( rBoundRect ) ) in RepaintEntries()
850 PaintEntry( pEntry, rBoundRect.TopLeft() ); in RepaintEntries()
3330 if( rBoundRect.IsOver( *pRect )) in IsOver()
3498 const Rectangle& rBoundRect = GetEntryBoundRect( pCur ); in AdjustAtGrid() local
3506 if( aNewPos != rBoundRect.TopLeft() ) in AdjustAtGrid()
3516 nCurRight = rBoundRect.Right(); in AdjustAtGrid()
[all …]
H A Dsvimpicn.cxx1261 if( rRect.IsOver( rBoundRect ) ) in Paint()
1263 PaintEntry( pEntry, rBoundRect.TopLeft(), pViewData ); in Paint()
3778 const Rectangle& rBoundRect = pViewData->aRect; in SelectRect() local
3783 bOverlaps = IsOver( pOtherRects, rBoundRect ); in SelectRect()
3786 sal_Bool bOver = aRect.IsOver( rBoundRect ); in SelectRect()
3816 if( rBoundRect.IsOver( rRect)) in SelectRect()
3844 if( rBoundRect.IsOver( *pRect )) in IsOver()
4039 if( aNewPos != rBoundRect.TopLeft() ) in AdjustAtGrid()
4045 nCurRight = rBoundRect.Right(); in AdjustAtGrid()
4055 const Rectangle& rBoundRect ) const in AdjustAtGrid()
[all …]
H A Dimivctl.hxx273 const Rectangle& rBoundRect ) const;
/trunk/main/sc/source/ui/app/
H A Dclient.cxx177 const Rectangle& rBoundRect = pDrawObj->GetCurrentBoundRect(); in ObjectAreaChanged() local
178 const Point aDelta(aNewRectangle.Center() - rBoundRect.Center()); in ObjectAreaChanged()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx163 const Rectangle& rBoundRect = ((SdrObjGroup*)pObj)->GetCurrentBoundRect(); in ExecDraw() local
164 aStartPos.X() -= rBoundRect.GetWidth()/2; in ExecDraw()
165 aStartPos.Y() -= rBoundRect.GetHeight()/2; in ExecDraw()
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx631 const SwRect& rBoundRect = bExtend ? maPageRects[ nPageIdx++ ] : pPage->Frm(); in GetPageAtPos() local
633 if ( (!pSize && rBoundRect.IsInside(rPt)) || in GetPageAtPos()
634 (pSize && rBoundRect.IsOver(aRect)) ) in GetPageAtPos()
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx155 const Rectangle& rBoundRect ) const;
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx955 const Rectangle& rBoundRect = pObj->GetCurrentBoundRect(); in ActivateObject() local
956 const Point aDelta(rBoundRect.Center() - aRect.Center()); in ActivateObject()
/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx155 const Rectangle& rBoundRect = pObj->GetCurrentBoundRect(); in ObjectAreaChanged() local
156 const Point aDelta(aNewRectangle.Center() - rBoundRect.Center()); in ObjectAreaChanged()
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx141 const Rectangle& rBoundRect = pObj->GetCurrentBoundRect(); in ActivateObject() local
142 const Point aDelta(rBoundRect.Center() - aRect.Center()); in ActivateObject()

Completed in 228 milliseconds

12