Lines Matching refs:SetLine
1795 SetLine( rBox.GetTop(), BOX_LINE_TOP ); in operator =()
1796 SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in operator =()
1797 SetLine( rBox.GetLeft(), BOX_LINE_LEFT ); in operator =()
1798 SetLine( rBox.GetRight(), BOX_LINE_RIGHT ); in operator =()
1973 SetLine(bSet ? &aLine : 0, BOX_LINE_LEFT ); in PutValue()
1981 SetLine(bSet ? &aLine : 0, BOX_LINE_RIGHT ); in PutValue()
1989 SetLine(bSet ? &aLine : 0, BOX_LINE_BOTTOM ); in PutValue()
1997 SetLine(bSet ? &aLine : 0, BOX_LINE_TOP ); in PutValue()
2107 SetLine(bSet ? &aLine : 0, nLine); in PutValue()
2370 pAttr->SetLine( &aBorder, aLineMap[cLine] ); in Create()
2420 void SvxBoxItem::SetLine( const SvxBorderLine* pNew, sal_uInt16 nLine ) in SetLine() function in SvxBoxItem
2624 void SvxBoxInfoItem::SetLine( const SvxBorderLine* pNew, sal_uInt16 nLine ) in SetLine() function in SvxBoxInfoItem
2778 case 0: pAttr->SetLine( &aBorder, BOXINFO_LINE_HORI ); break; in Create()
2779 case 1: pAttr->SetLine( &aBorder, BOXINFO_LINE_VERT ); break; in Create()
2897 SetLine( &aLine, BOXINFO_LINE_HORI ); in PutValue()
2905 SetLine( &aLine, BOXINFO_LINE_VERT ); in PutValue()
2989 … SetLine( &aLine, nMemberId == MID_HORIZONTAL ? BOXINFO_LINE_HORI : BOXINFO_LINE_VERT ); in PutValue()
3258 SetLine( rLine.GetLine() ); in operator =()
3421 _pLine->SetLine( &aLine ); in Create()
3428 void SvxLineItem::SetLine( const SvxBorderLine* pNew ) in SetLine() function in SvxLineItem