Home
last modified time | relevance | path

Searched refs:rTextRect (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx514 Rectangle& rTextRect, in ProcessObj() argument
518 if( !rTextRect.IsEmpty() ) in ProcessObj()
650 rTextRect.Right() = rTextRect.Left() + rTextRect.GetHeight(); in ProcessObj()
651 rTextRect.Bottom() = rTextRect.Top() + nWidth; in ProcessObj()
667 rTextRect.Right() = rTextRect.Left() + rTextRect.GetHeight(); in ProcessObj()
668 rTextRect.Bottom() = rTextRect.Top() + nWidth; in ProcessObj()
689 pObj = new SdrRectObj(OBJ_TEXT, rTextRect); in ProcessObj()
694 Rectangle aNewRect(rTextRect); in ProcessObj()
832 long nMinWH = rTextRect.GetWidth() < rTextRect.GetHeight() ? in ProcessObj()
833 rTextRect.GetWidth() : rTextRect.GetHeight(); in ProcessObj()
[all …]
H A Dww8par.hxx713 …rocessObj( SvStream& rSt, DffObjData& rObjData, void* pData, Rectangle& rTextRect, SdrObject* pObj…
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx1305 void SdrMeasureObj::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditTex… in TakeTextRect() argument
1309 SdrTextObj::TakeTextRect( rOutliner, rTextRect, bNoEditText, pAnchorRect, bLineWidth ); in TakeTextRect()
H A Dsvdotext.cxx836 void SdrTextObj::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText, in TakeTextRect() argument
1003 rTextRect=Rectangle(aTextPos,aTextSiz); in TakeTextRect()
1005 rTextRect=aAnkRect; in TakeTextRect()
1019 void SdrTextObj::ImpSetCharStretching(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rec… in ImpSetCharStretching() argument
1065 long nIsWdt=rTextRect.Right()-rTextRect.Left(); in ImpSetCharStretching()
1069 long nIsHgt=rTextRect.Bottom()-rTextRect.Top(); in ImpSetCharStretching()
1407 Rectangle& rTextRect, in ImpSetupDrawOutlinerForPaint() argument
1424 TakeTextRect(rOutliner, rTextRect, sal_False, &rAnchorRect); in ImpSetupDrawOutlinerForPaint()
1425 rPaintRect = rTextRect; in ImpSetupDrawOutlinerForPaint()
1433 ImpSetCharStretching(rOutliner,rTextRect,rAnchorRect,rFitXKorreg); in ImpSetupDrawOutlinerForPaint()
H A Dsvdoashp.cxx2978 void SdrObjCustomShape::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEdi… in TakeTextRect() argument
3107 rTextRect=Rectangle(aTextPos,aTextSiz); in TakeTextRect()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx825 …rocessObj( SvStream& rSt, DffObjData& rObjData, void* pData, Rectangle& rTextRect, SdrObject* pOri… in ProcessObj() argument
1018 nMinFrameWidth = rTextRect.GetWidth() - ( nTextLeft + nTextRight ); in ProcessObj()
1074 nMinFrameHeight = rTextRect.GetHeight() - ( nTextTop + nTextBottom ); in ProcessObj()
1220 pTObj->SetSnapRect( rTextRect ); in ProcessObj()
1242 if ( rTextRect.GetHeight() < aTextSize.Height() ) in ProcessObj()
1253 if ( rTextRect.GetWidth() < aTextSize.Width() ) in ProcessObj()
1284 pTObj->Rotate( rTextRect.Center(), 18000, sin( a ), cos( a ) ); in ProcessObj()
H A Dmsdffimp.cxx5106 Rectangle& rTextRect, in ProcessObj() argument
5110 if( !rTextRect.IsEmpty() ) in ProcessObj()
5252 rTextRect.Right() = rTextRect.Left() + rTextRect.GetHeight(); in ProcessObj()
5253 rTextRect.Bottom() = rTextRect.Top() + nWidth; in ProcessObj()
5269 rTextRect.Right() = rTextRect.Left() + rTextRect.GetHeight(); in ProcessObj()
5270 rTextRect.Bottom() = rTextRect.Top() + nWidth; in ProcessObj()
5293 Rectangle aNewRect(rTextRect); in ProcessObj()
5432 long nMinWH = rTextRect.GetWidth() < rTextRect.GetHeight() ? in ProcessObj()
5433 rTextRect.GetWidth() : rTextRect.GetHeight(); in ProcessObj()
5435 Point aPivot(rTextRect.TopLeft()); in ProcessObj()
[all …]
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1461 void SdrTableObj::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText,… in TakeTextRect() argument
1464 TakeTextRect( mpImpl->maEditPos, rOutliner, rTextRect, bNoEditText, pAnchorRect, bLineWidth ); in TakeTextRect()
1469 void SdrTableObj::TakeTextRect( const CellPos& rPos, SdrOutliner& rOutliner, Rectangle& rTextRect, … in TakeTextRect() argument
1559 rTextRect=Rectangle(aTextPos,aTextSiz); in TakeTextRect()
/trunk/main/svx/inc/svx/
H A Dsvdomeas.hxx143 …virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText=sal_…
H A Dsvdotext.hxx262 Rectangle& rTextRect,
277 …void ImpSetCharStretching(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rectangle& rAn…
381 …virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText=sal_…
H A Dsvdoashp.hxx224 …virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText=sal_…
H A Dsvdotable.hxx202 …( const sdr::table::CellPos& rPos, SdrOutliner& rOutliner, ::Rectangle& rTextRect, FASTBOOL bNoEdi…
203 …virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText=sal_…
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2628 …rocessObj( SvStream& rSt, DffObjData& rObjData, void* pData, Rectangle& rTextRect, SdrObject* pRet… in ProcessObj() argument
2630 SdrObject* pObj = SdrPowerPointImport::ProcessObj( rSt, rObjData, pData, rTextRect, pRet ); in ProcessObj()
H A Dpptin.hxx74 …* ProcessObj( SvStream& rSt, DffObjData& rData, void* pData, Rectangle& rTextRect, SdrObject* pObj…
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx461 …virtual SdrObject* ProcessObj( SvStream& rSt, DffObjData& rData, void* pData, Rectangle& rTextRect
H A Dmsdffimp.hxx475 …virtual SdrObject* ProcessObj( SvStream& rSt, DffObjData& rData, void* pData, Rectangle& rTextRect
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx1761 const Rectangle& rTextRect, const Rectangle& rImageRect, in PaintEmphasis() argument
1774 pOut->DrawRect( rTextRect ); in PaintEmphasis()
1812 pOut->Erase( rTextRect ); in PaintEmphasis()
1822 pOut->DrawRect( rTextRect ); in PaintEmphasis()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx1030 Rectangle& rTextRect,

Completed in 187 milliseconds