Lines Matching refs:FASTBOOL
74 FASTBOOL SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bWdt) con… in AdjustTextFrameWidthAndHeight()
79 FASTBOOL bFitToSize=(eFit==SDRTEXTFIT_PROPORTIONAL || eFit==SDRTEXTFIT_ALLLINES); in AdjustTextFrameWidthAndHeight()
80 FASTBOOL bWdtGrow=bWdt && IsAutoGrowWidth(); in AdjustTextFrameWidthAndHeight()
81 FASTBOOL bHgtGrow=bHgt && IsAutoGrowHeight(); in AdjustTextFrameWidthAndHeight()
84 …FASTBOOL bScroll=eAniKind==SDRTEXTANI_SCROLL || eAniKind==SDRTEXTANI_ALTERNATE || eAniKind==SDRTEX… in AdjustTextFrameWidthAndHeight()
85 FASTBOOL bHScroll=bScroll && (eAniDir==SDRTEXTANI_LEFT || eAniDir==SDRTEXTANI_RIGHT); in AdjustTextFrameWidthAndHeight()
86 FASTBOOL bVScroll=bScroll && (eAniDir==SDRTEXTANI_UP || eAniDir==SDRTEXTANI_DOWN); in AdjustTextFrameWidthAndHeight()
209 FASTBOOL SdrTextObj::NbcAdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in NbcAdjustTextFrameWidthAndHeight()
211 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aRect,bHgt,bWdt); in NbcAdjustTextFrameWidthAndHeight()
224 FASTBOOL SdrTextObj::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight()
227 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aNeuRect,bHgt,bWdt); in AdjustTextFrameWidthAndHeight()