Home
last modified time | relevance | path

Searched refs:bWdt (Results 1 – 6 of 6) sorted by path

/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx123 Rectangle ImpCalculateTextFrame( const FASTBOOL bHgt, const FASTBOOL bWdt );
214 …AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True) const;
215 virtual FASTBOOL NbcAdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
216 virtual FASTBOOL AdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
H A Dsvdotable.hxx222 …AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True) const;
223 virtual FASTBOOL AdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
H A Dsvdotext.hxx336 …AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True) const;
337 virtual FASTBOOL NbcAdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
338 virtual FASTBOOL AdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2611 …SdrObjCustomShape::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bWdt) const in AdjustTextFrameWidthAndHeight()
2615 FASTBOOL bWdtGrow=bWdt && IsAutoGrowWidth(); in AdjustTextFrameWidthAndHeight()
2755 Rectangle SdrObjCustomShape::ImpCalculateTextFrame( const FASTBOOL bHgt, const FASTBOOL bWdt ) in ImpCalculateTextFrame() argument
2765 …if ( AdjustTextFrameWidthAndHeight( aAdjustedTextRect, bHgt, bWdt ) ) // that the new text rect… in ImpCalculateTextFrame()
2785 FASTBOOL SdrObjCustomShape::NbcAdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in NbcAdjustTextFrameWidthAndHeight() argument
2787 Rectangle aNewTextRect = ImpCalculateTextFrame( bHgt, bWdt ); in NbcAdjustTextFrameWidthAndHeight()
2815 FASTBOOL SdrObjCustomShape::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight() argument
2817 Rectangle aNewTextRect = ImpCalculateTextFrame( bHgt, bWdt ); in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx74 FASTBOOL SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bWdt) con… in AdjustTextFrameWidthAndHeight()
80 FASTBOOL bWdtGrow=bWdt && IsAutoGrowWidth(); in AdjustTextFrameWidthAndHeight()
209 FASTBOOL SdrTextObj::NbcAdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in NbcAdjustTextFrameWidthAndHeight() argument
211 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aRect,bHgt,bWdt); in NbcAdjustTextFrameWidthAndHeight()
224 FASTBOOL SdrTextObj::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight() argument
227 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aNeuRect,bHgt,bWdt); in AdjustTextFrameWidthAndHeight()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2213 FASTBOOL SdrTableObj::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight() argument
2216 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aNeuRect,bHgt,bWdt); in AdjustTextFrameWidthAndHeight()

Completed in 39 milliseconds