Lines Matching refs:aBoxInfoItem
663 SvxBoxInfoItem aBoxInfoItem ( nBoxInfoWhich ); in FillItemSet() local
691 … aBoxInfoItem.SetLine( aFrameSel.GetFrameBorderStyle( eTypes2[j].first ), eTypes2[j].second ); in FillItemSet()
693 aBoxInfoItem.EnableHor( mbHorEnabled ); in FillItemSet()
694 aBoxInfoItem.EnableVer( mbVerEnabled ); in FillItemSet()
702 aBoxInfoItem.SetDist( sal_True ); in FillItemSet()
745 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_True ); in FillItemSet()
748 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_False ); in FillItemSet()
756 …aBoxInfoItem.SetValid( VALID_TOP, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_TOP ) != s… in FillItemSet()
757 …aBoxInfoItem.SetValid( VALID_BOTTOM, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_BOTTOM ) != s… in FillItemSet()
758 …aBoxInfoItem.SetValid( VALID_LEFT, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_LEFT ) != s… in FillItemSet()
759 …aBoxInfoItem.SetValid( VALID_RIGHT, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_RIGHT ) != s… in FillItemSet()
760 …aBoxInfoItem.SetValid( VALID_HORI, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_HOR ) != s… in FillItemSet()
761 …aBoxInfoItem.SetValid( VALID_VERT, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_VER ) != s… in FillItemSet()
777 aBoxInfoItem.SetMinDist( rOldBoxInfo.IsMinDist() ); in FillItemSet()
778 aBoxInfoItem.SetDefDist( rOldBoxInfo.GetDefDist() ); in FillItemSet()
779 bPut |= (aBoxInfoItem != rOldBoxInfo ); in FillItemSet()
791 if ( !pOld || !( *(const SvxBoxInfoItem*)pOld == aBoxInfoItem ) ) in FillItemSet()
793 rCoreAttrs.Put( aBoxInfoItem ); in FillItemSet()