Home
last modified time | relevance | path

Searched refs:rBoundRect (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx304 const Rectangle& rBoundRect, in DffObjData()
307 aBoundRect( rBoundRect ), in DffObjData()
448 SdrObject* ImportFontWork( SvStream&, SfxItemSet&, Rectangle& rBoundRect ) const;
455 const Rectangle& rBoundRect,
697 const Rectangle& rBoundRect,
H A Dsvdfppt.hxx568 const Rectangle& rBoundRect,
H A Descherex.hxx1095 …t32 GetBlibID( SvStream& rPicOutStream, const ByteString& rGraphicId, const Rectangle& rBoundRect,
/AOO41X/main/svtools/source/contnr/
H A Dimivctl1.cxx63 … SvxIconChoiceCtrlEntry_Impl( SvxIconChoiceCtrlEntry* pEntry, const Rectangle& rBoundRect ) in SvxIconChoiceCtrlEntry_Impl()
64 : _pEntry( pEntry), _aPos( rBoundRect.TopLeft()) {} in SvxIconChoiceCtrlEntry_Impl()
803 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in Paint() local
804 if( rRect.IsOver( rBoundRect ) ) in Paint()
806 PaintEntry( pEntry, rBoundRect.TopLeft(), pView, sal_True ); 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()
2092 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in SetEntryPos() local
2094 Point aNewPos( AdjustAtGrid( aCenterRect, rBoundRect ) ); in SetEntryPos()
[all …]
H A Dsvimpicn.cxx1260 const Rectangle& rBoundRect = GetBoundingRect( pEntry, pViewData ); in Paint() local
1261 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()
3838 sal_Bool SvImpIconView::IsOver( SvPtrarr* pRectList, const Rectangle& rBoundRect ) const in IsOver()
3844 if( rBoundRect.IsOver( *pRect )) in IsOver()
4031 const Rectangle& rBoundRect = GetBoundingRect( pCur, pViewData ); in AdjustAtGrid() local
[all …]
H A Dimivctl.hxx273 const Rectangle& rBoundRect ) const;
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3769 …* SvxMSDffManager::ImportFontWork( SvStream& rStCt, SfxItemSet& rSet, Rectangle& rBoundRect ) const in ImportFontWork()
3784 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork()
3785 sal_Int32 nHalfHeight = ( rBoundRect.GetHeight() + 1) >> 1; in ImportFontWork()
3786 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3787 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
3788 Size aNewSize( rBoundRect.GetHeight(), rBoundRect.GetWidth() ); in ImportFontWork()
3790 rBoundRect = aNewRect; in ImportFontWork()
3804 SdrObject* pNewObj = new SdrRectObj( OBJ_TEXT, rBoundRect ); in ImportFontWork()
3823 pRet->NbcSetSnapRect( rBoundRect ); in ImportFontWork()
3829 pRet->NbcRotate( rBoundRect.Center(), 9000, sin( a ), cos( a ) ); in ImportFontWork()
[all …]
/AOO41X/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()
/AOO41X/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 );
/AOO41X/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()
/AOO41X/main/vcl/inc/vcl/
H A Dpdfwriter.hxx850 …void EndTransparencyGroup( const Rectangle& rBoundRect, sal_uInt16 nTransparencePer…
863 … void EndTransparencyGroup( const Rectangle& rBoundRect, const Bitmap& rAlphaMask );
/AOO41X/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()
/AOO41X/main/svtools/source/inc/
H A Dsvimpicn.hxx155 const Rectangle& rBoundRect ) const;
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/svx/inc/svx/
H A Dsvdobj.hxx591 void SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect) const;
H A Dunoshape.hxx238 virtual void onUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect);
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.hxx696 const Rectangle& rBoundRect,
H A Dww8par.cxx432 const Rectangle& rBoundRect, in ImportOLE() argument
464 rGrf, rBoundRect, rVisArea, pStData, nError, nSvxMSDffOLEConvFlags, nAspect ); in ImportOLE()

12