Lines Matching refs:n

242 #define SBORDER_ENTRY( n ) \  argument
243 DEF_LINE_WIDTH_##n, DEF_LINE_WIDTH_##n, 0, 0
245 #define DBORDER_ENTRY( n ) \ argument
246 DEF_DOUBLE_LINE##n##_OUT + DEF_DOUBLE_LINE##n##_IN + \
247 DEF_DOUBLE_LINE##n##_DIST, \
248 DEF_DOUBLE_LINE##n##_OUT, \
249 DEF_DOUBLE_LINE##n##_IN, \
250 DEF_DOUBLE_LINE##n##_DIST
252 #define TDBORDER_ENTRY( n ) \ argument
253 DEF_DOUBLE_LINE##n##_OUT, \
254 DEF_DOUBLE_LINE##n##_OUT, \
255 DEF_DOUBLE_LINE##n##_IN, \
256 DEF_DOUBLE_LINE##n##_DIST
2567 sal_uInt16 n=0; in ParseCSS1_padding() local
2568 while( n<4 && pExpr && !pExpr->GetOp() ) in ParseCSS1_padding()
2570 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_padding()
2574 if( n==0 ) in ParseCSS1_padding()
2579 if( n <= 1 ) in ParseCSS1_padding()
2584 n++; in ParseCSS1_padding()
2772 sal_uInt16 n=0; in ParseCSS1_border_width() local
2773 while( n<4 && pExpr && !pExpr->GetOp() ) in ParseCSS1_border_width()
2775 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_width()
2777 rPropInfo.CopyBorderInfo( n, SVX_CSS1_BORDERINFO_WIDTH ); in ParseCSS1_border_width()
2780 n++; in ParseCSS1_border_width()
2789 sal_uInt16 n=0; in ParseCSS1_border_color() local
2790 while( n<4 && pExpr && !pExpr->GetOp() ) in ParseCSS1_border_color()
2792 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_color()
2805 rPropInfo.CopyBorderInfo( n, SVX_CSS1_BORDERINFO_COLOR ); in ParseCSS1_border_color()
2808 n++; in ParseCSS1_border_color()
2817 sal_uInt16 n=0; in ParseCSS1_border_style() local
2818 while( n<4 && pExpr && !pExpr->GetOp() ) in ParseCSS1_border_style()
2820 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_style()
2828 rPropInfo.CopyBorderInfo( n, SVX_CSS1_BORDERINFO_STYLE ); in ParseCSS1_border_style()
2831 n++; in ParseCSS1_border_style()
2999 sal_uInt16 n=0; in ParseCSS1_size() local
3000 while( n<2 && pExpr && !pExpr->GetOp() ) in ParseCSS1_size()
3017 if( n==0 ) in ParseCSS1_size()
3025 long nPWidth = n==0 ? nPHeight : 0; in ParseCSS1_size()
3028 if( n==0 ) in ParseCSS1_size()
3039 n++; in ParseCSS1_size()