Home
last modified time | relevance | path

Searched refs:rAnchorRect (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx1312 void SdrMeasureObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect()
1315 SdrTextObj::TakeTextAnchorRect(rAnchorRect); in TakeTextAnchorRect()
H A Dsvdotext.cxx738 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 Dsvdoashp.cxx2955 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 …]
/trunk/main/svx/source/table/
H A Dcell.cxx608 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 Dcell.hxx85 SVX_DLLPRIVATE virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const;
H A Dsvdotable.cxx1642 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()
/trunk/main/svx/inc/svx/
H A Dsvdomeas.hxx145 virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const;
H A Dsvdotext.hxx263 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 Dsvdoashp.hxx223 virtual void TakeTextAnchorRect( Rectangle& rAnchorRect ) const;
H A Dsvdotable.hxx204 virtual void TakeTextAnchorRect(const sdr::table::CellPos& rPos, ::Rectangle& rAnchorRect ) const;
205 virtual void TakeTextAnchorRect(::Rectangle& rAnchorRect) const;
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx110 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 …]
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx422 ((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 …]
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1240 Point lclGetPolyPoint( const Rectangle& rAnchorRect, const Point& rPoint ) in lclGetPolyPoint() argument
1244rAnchorRect.X + static_cast< sal_Int32 >( rAnchorRect.Width * getLimitedValue< double >( static_ca… in lclGetPolyPoint()
1245rAnchorRect.Y + static_cast< sal_Int32 >( rAnchorRect.Height * getLimitedValue< double >( static_c… in lclGetPolyPoint()

Completed in 104 milliseconds