Lines Matching refs:aBoxItem

1719 						SvxBoxItem aBoxItem ( *(const SvxBoxItem*)pItem );  in ExecuteAttr()  local
1720 if ( aBoxItem.GetTop() && aBoxItem.GetTop()->GetOutWidth() == 0 ) in ExecuteAttr()
1721 aBoxItem.SetLine( pDefLine, BOX_LINE_TOP ); in ExecuteAttr()
1722 if ( aBoxItem.GetBottom() && aBoxItem.GetBottom()->GetOutWidth() == 0 ) in ExecuteAttr()
1723 aBoxItem.SetLine( pDefLine, BOX_LINE_BOTTOM ); in ExecuteAttr()
1724 if ( aBoxItem.GetLeft() && aBoxItem.GetLeft()->GetOutWidth() == 0 ) in ExecuteAttr()
1725 aBoxItem.SetLine( pDefLine, BOX_LINE_LEFT ); in ExecuteAttr()
1726 if ( aBoxItem.GetRight() && aBoxItem.GetRight()->GetOutWidth() == 0 ) in ExecuteAttr()
1727 aBoxItem.SetLine( pDefLine, BOX_LINE_RIGHT ); in ExecuteAttr()
1728 pNewSet->Put( aBoxItem ); in ExecuteAttr()
1729 rReq.AppendItem( aBoxItem ); in ExecuteAttr()
1892 SvxBoxItem aBoxItem(ATTR_BORDER); in GetAttrState() local
1895 pTabViewShell->GetSelectionFrame(aBoxItem, aInfoItem); in GetAttrState()
1897 if( aBoxItem.GetTop() ) in GetAttrState()
1900 aCol = aBoxItem.GetTop()->GetColor() ; in GetAttrState()
1902 aLine.SetOutWidth( aBoxItem.GetTop()->GetOutWidth()); in GetAttrState()
1903 aLine.SetInWidth( aBoxItem.GetTop()->GetInWidth()); in GetAttrState()
1904 aLine.SetDistance( aBoxItem.GetTop()->GetDistance()); in GetAttrState()
1907 if( aBoxItem.GetBottom() ) in GetAttrState()
1912 aCol = aBoxItem.GetBottom()->GetColor() ; in GetAttrState()
1914 aLine.SetOutWidth( aBoxItem.GetBottom()->GetOutWidth()); in GetAttrState()
1915 aLine.SetInWidth( aBoxItem.GetBottom()->GetInWidth()); in GetAttrState()
1916 aLine.SetDistance( aBoxItem.GetBottom()->GetDistance()); in GetAttrState()
1920 if(aCol != aBoxItem.GetBottom()->GetColor() ) in GetAttrState()
1922 if(!( aLine == *(aBoxItem.GetBottom())) ) in GetAttrState()
1927 if( aBoxItem.GetLeft() ) in GetAttrState()
1932 aCol = aBoxItem.GetLeft()->GetColor() ; in GetAttrState()
1934 aLine.SetOutWidth( aBoxItem.GetLeft()->GetOutWidth()); in GetAttrState()
1935 aLine.SetInWidth( aBoxItem.GetLeft()->GetInWidth()); in GetAttrState()
1936 aLine.SetDistance( aBoxItem.GetLeft()->GetDistance()); in GetAttrState()
1940 if(aCol != aBoxItem.GetLeft()->GetColor() ) in GetAttrState()
1942 if(!( aLine == *(aBoxItem.GetLeft())) ) in GetAttrState()
1947 if( aBoxItem.GetRight() ) in GetAttrState()
1952 aCol = aBoxItem.GetRight()->GetColor() ; in GetAttrState()
1954 aLine.SetOutWidth( aBoxItem.GetRight()->GetOutWidth()); in GetAttrState()
1955 aLine.SetInWidth( aBoxItem.GetRight()->GetInWidth()); in GetAttrState()
1956 aLine.SetDistance( aBoxItem.GetRight()->GetDistance()); in GetAttrState()
1960 if(aCol != aBoxItem.GetRight()->GetColor() ) in GetAttrState()
1962 if(!( aLine == *(aBoxItem.GetRight())) ) in GetAttrState()
2268 SvxBoxItem aBoxItem( ATTR_BORDER ); in GetBorderState() local
2271 pTabViewShell->GetSelectionFrame( aBoxItem, aInfoItem ); in GetBorderState()
2274 rSet.Put( aBoxItem ); in GetBorderState()