Lines Matching refs:eState
390 TriState eState; in FillItemSet() local
413 eState = aTsbStartInside.GetState(); in FillItemSet()
414 if( eState != aTsbStartInside.GetSavedValue() ) in FillItemSet()
416 rAttrs.Put( SdrTextAniStartInsideItem( (sal_Bool) STATE_CHECK == eState ) ); in FillItemSet()
421 eState = aTsbStopInside.GetState(); in FillItemSet()
422 if( eState != aTsbStopInside.GetSavedValue() ) in FillItemSet()
424 rAttrs.Put( SdrTextAniStopInsideItem( (sal_Bool) STATE_CHECK == eState ) ); in FillItemSet()
429 eState = aTsbEndless.GetState(); in FillItemSet()
431 if( eState != aTsbEndless.GetSavedValue() || in FillItemSet()
435 if( eState == STATE_CHECK /*#89844#*/ && aTsbEndless.IsEnabled()) in FillItemSet()
450 eState = aTsbAuto.GetState(); in FillItemSet()
452 if( eState != aTsbAuto.GetSavedValue() || in FillItemSet()
456 if( eState == STATE_CHECK ) in FillItemSet()
471 eState = aTsbPixel.GetState(); in FillItemSet()
473 if( eState != aTsbPixel.GetSavedValue() || in FillItemSet()
477 if( eState == STATE_CHECK ) in FillItemSet()
636 TriState eState = aTsbEndless.GetState(); in IMPL_LINK() local
637 if( eState != STATE_NOCHECK ) in IMPL_LINK()
659 TriState eState = aTsbAuto.GetState(); in IMPL_LINK() local
660 if( eState != STATE_NOCHECK ) in IMPL_LINK()
682 TriState eState = aTsbPixel.GetState(); in IMPL_LINK() local
683 if( eState == STATE_CHECK ) in IMPL_LINK()
699 else if( eState == STATE_NOCHECK ) in IMPL_LINK()