Lines Matching refs:nLine

352 	void SetBorderLine( sal_uInt16 nLine, SvxBoxItem &rBoxItem ) const;
355 void SvxCSS1BorderInfo::SetBorderLine( sal_uInt16 nLine, SvxBoxItem &rBoxItem ) const in SetBorderLine() argument
360 rBoxItem.SetLine( 0, nLine ); in SetBorderLine()
383 rBoxItem.SetLine( &aBorderLine, nLine ); in SetBorderLine()
555 SvxCSS1BorderInfo *SvxCSS1PropertyInfo::GetBorderInfo( sal_uInt16 nLine, sal_Bool bCreate ) in GetBorderInfo() argument
558 switch( nLine ) in GetBorderInfo()
645 sal_uInt16 nLine = BOX_LINE_TOP, nDist = 0; in SetBoxItem() local
648 case 0: nLine = BOX_LINE_TOP; in SetBoxItem()
652 case 1: nLine = BOX_LINE_BOTTOM; in SetBoxItem()
656 case 2: nLine = BOX_LINE_LEFT; in SetBoxItem()
660 case 3: nLine = BOX_LINE_RIGHT; in SetBoxItem()
666 if( aBoxItem.GetLine( nLine ) ) in SetBoxItem()
669 nDist = aBoxItem.GetDistance( nLine ); in SetBoxItem()
677 nDist = aBoxItem.GetDistance( nLine ); in SetBoxItem()
685 aBoxItem.SetDistance( nDist, nLine ); in SetBoxItem()
2570 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_padding() local
2572 nLine ) ) in ParseCSS1_padding()
2664 sal_uInt16 nLine = 0; in ParseCSS1_border_xxx() local
2667 case 0: nLine = BOX_LINE_TOP; break; in ParseCSS1_border_xxx()
2668 case 1: nLine = BOX_LINE_BOTTOM; break; in ParseCSS1_border_xxx()
2669 case 2: nLine = BOX_LINE_LEFT; break; in ParseCSS1_border_xxx()
2670 case 3: nLine = BOX_LINE_RIGHT; break; in ParseCSS1_border_xxx()
2673 if( bAll || nLine == nWhichLine ) in ParseCSS1_border_xxx()
2675 SvxCSS1BorderInfo *pInfo = rPropInfo.GetBorderInfo( nLine ); in ParseCSS1_border_xxx()
2775 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_width() local
2776 ParseCSS1_border_xxx_width( pExpr, rItemSet, rPropInfo, rParser, nLine ); in ParseCSS1_border_width()
2792 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_color() local
2800 rPropInfo.GetBorderInfo( nLine )->aColor = aColor; in ParseCSS1_border_color()
2820 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_style() local
2826 rPropInfo.GetBorderInfo( nLine )->eStyle = (CSS1BorderStyle)nValue; in ParseCSS1_border_style()