Lines Matching refs:bRepeat
116 sal_Bool bRepeat; member in ScDrawStringsVars
155 sal_Bool IsRepeat() const { return bRepeat; } in IsRepeat()
197 bRepeat ( sal_False ), in ScDrawStringsVars()
313 bRepeat = ( eAttrHorJust == SVX_HOR_JUSTIFY_REPEAT ); in SetPattern()
314 if ( bRepeat ) in SetPattern()
330 !bRepeat; in SetPattern()
1561 sal_Bool bRepeat = aVars.IsRepeat() && !bBreak; in DrawStrings() local
1562 sal_Bool bShrink = aVars.IsShrink() && !bBreak && !bRepeat; in DrawStrings()
1573 bCellIsValue || bRepeat || bShrink, bBreak, sal_False, in DrawStrings()
1617 if ( bRepeat && !aAreaParam.mbLeftClip && !aAreaParam.mbRightClip ) in DrawStrings()
2250 sal_Bool bRepeat = ( eHorJust == SVX_HOR_JUSTIFY_REPEAT && !bBreak ); in DrawEdit() local
2251 sal_Bool bShrink = !bBreak && !bRepeat && static_cast<const SfxBoolItem&> in DrawEdit()
2568 … bCellIsValue || bRepeat || bShrink, false, false, aAreaParam ); in DrawEdit()
2580 …if ( bRepeat && !aAreaParam.mbLeftClip && !aAreaParam.mbRightClip && pEngine->GetParagraphCount() … in DrawEdit()
3085 sal_Bool bRepeat = ( eHorJust == SVX_HOR_JUSTIFY_REPEAT && !bBreak ); in DrawRotated() local
3086 sal_Bool bShrink = !bBreak && !bRepeat && static_cast<const SfxBoolItem&> in DrawRotated()