Searched refs:rAnchorRect (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 422 ((rAnchorRect.GetWidth() > 3) && (rAnchorRect.GetHeight() > 1)) : in IsValidSize() 423 ((rAnchorRect.GetWidth() > 3) || (rAnchorRect.GetHeight() > 1)); in IsValidSize() 1081 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Left(), rAnchorRect.Top() ) ); in DoCreateSdrObj() 1082 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Right(), rAnchorRect.Bottom() ) ); in DoCreateSdrObj() 1085 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Right(), rAnchorRect.Top() ) ); in DoCreateSdrObj() 1086 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Left(), rAnchorRect.Bottom() ) ); in DoCreateSdrObj() 1089 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Right(), rAnchorRect.Bottom() ) ); in DoCreateSdrObj() 1090 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Left(), rAnchorRect.Top() ) ); in DoCreateSdrObj() 1093 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Left(), rAnchorRect.Bottom() ) ); in DoCreateSdrObj() 1094 aB2DPolygon.append( ::basegfx::B2DPoint( rAnchorRect.Right(), rAnchorRect.Top() ) ); in DoCreateSdrObj() [all …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 110 bool IsValidSize( const Rectangle& rAnchorRect ) const; 166 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 247 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 270 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 300 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 318 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 337 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 362 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c… 487 const Rectangle& rAnchorRect ) const; 1007 …rObject* CreateSdrObject( const XclImpTbxObjBase& rTbxObj, const Rectangle& rAnchorRect ); [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdotext.cxx | 738 void SdrTextObj::ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAnchorRect, sal_Bool bLi… in ImpSetContourPolygon() argument 743 -rAnchorRect.Left(), -rAnchorRect.Top())); in ImpSetContourPolygon() 800 void SdrTextObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect() 833 rAnchorRect=aAnkRect; in TakeTextAnchorRect() 1019 …g(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rectangle& rAnchorRect, Fraction& rFit… in ImpSetCharStretching() argument 1064 long nWantWdt=rAnchorRect.Right()-rAnchorRect.Left(); in ImpSetCharStretching() 1068 long nWantHgt=rAnchorRect.Bottom()-rAnchorRect.Top(); in ImpSetCharStretching() 1408 Rectangle& rAnchorRect, in ImpSetupDrawOutlinerForPaint() argument 1424 TakeTextRect(rOutliner, rTextRect, sal_False, &rAnchorRect); in ImpSetupDrawOutlinerForPaint() 1433 ImpSetCharStretching(rOutliner,rTextRect,rAnchorRect,rFitXKorreg); in ImpSetupDrawOutlinerForPaint() [all …]
|
H A D | svdoashp.cxx | 2955 if ( GetTextBounds( rAnchorRect ) ) in TakeTextAnchorRect() 2958 rAnchorRect.Left() += GetTextLeftDistance(); in TakeTextAnchorRect() 2959 rAnchorRect.Top() += GetTextUpperDistance(); in TakeTextAnchorRect() 2962 ImpJustifyRect( rAnchorRect ); in TakeTextAnchorRect() 2964 if ( rAnchorRect.GetWidth() < 2 ) in TakeTextAnchorRect() 2965 rAnchorRect.Right() = rAnchorRect.Left() + 1; // minimal width is 2 in TakeTextAnchorRect() 2966 if ( rAnchorRect.GetHeight() < 2 ) in TakeTextAnchorRect() 2967 rAnchorRect.Bottom() = rAnchorRect.Top() + 1; // minimal height is 2 in TakeTextAnchorRect() 2970 Point aP( rAnchorRect.TopLeft() ); in TakeTextAnchorRect() 2972 rAnchorRect.SetPos( aP ); in TakeTextAnchorRect() [all …]
|
H A D | svdomeas.cxx | 1312 void SdrMeasureObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect() 1315 SdrTextObj::TakeTextAnchorRect(rAnchorRect); in TakeTextAnchorRect()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdotext.hxx | 263 Rectangle& rAnchorRect, 277 …g(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rectangle& rAnchorRect, Fraction& rFit… 285 …void ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAnchorRect, sal_Bool bLineWidth ) c… 383 virtual void TakeTextAnchorRect(::Rectangle& rAnchorRect) const;
|
H A D | svdotable.hxx | 204 virtual void TakeTextAnchorRect(const sdr::table::CellPos& rPos, ::Rectangle& rAnchorRect ) const; 205 virtual void TakeTextAnchorRect(::Rectangle& rAnchorRect) const;
|
H A D | svdomeas.hxx | 145 virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const;
|
H A D | svdoashp.hxx | 223 virtual void TakeTextAnchorRect( Rectangle& rAnchorRect ) const;
|
/aoo42x/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 1240 Point lclGetPolyPoint( const Rectangle& rAnchorRect, const Point& rPoint ) in lclGetPolyPoint() argument 1244 …rAnchorRect.X + static_cast< sal_Int32 >( rAnchorRect.Width * getLimitedValue< double >( static_ca… in lclGetPolyPoint() 1245 …rAnchorRect.Y + static_cast< sal_Int32 >( rAnchorRect.Height * getLimitedValue< double >( static_c… in lclGetPolyPoint()
|
/aoo42x/main/svx/source/table/ |
H A D | cell.cxx | 608 void Cell::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect() 610 rAnchorRect.nLeft = maCellRect.nLeft + GetTextLeftDistance(); in TakeTextAnchorRect() 611 rAnchorRect.nRight = maCellRect.nRight - GetTextRightDistance(); in TakeTextAnchorRect() 612 rAnchorRect.nTop = maCellRect.nTop + GetTextUpperDistance(); in TakeTextAnchorRect() 613 rAnchorRect.nBottom = maCellRect.nBottom - GetTextLowerDistance(); in TakeTextAnchorRect()
|
H A D | svdotable.cxx | 1642 void SdrTableObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect() 1645 TakeTextAnchorRect( mpImpl->maEditPos, rAnchorRect ); in TakeTextAnchorRect() 1650 void SdrTableObj::TakeTextAnchorRect( const CellPos& rPos, Rectangle& rAnchorRect ) const in TakeTextAnchorRect() 1662 rAnchorRect=aAnkRect; in TakeTextAnchorRect()
|
H A D | cell.hxx | 85 SVX_DLLPRIVATE virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const;
|
Completed in 156 milliseconds