Lines Matching refs:CELL_LOWER
2053 const sal_uInt16 CELL_LOWER = 0x0080; variable
2077 if( (nCellFlags & (CELL_BEFORE|CELL_AFTER|CELL_UPPER|CELL_LOWER)) != 0 ) in ImplApplyBoxItem()
2088 else if( nCellFlags & CELL_LOWER ) in ImplApplyBoxItem()
2094 else if( (nCellFlags & ( CELL_UPPER|CELL_LOWER)) == 0 ) // check if its not sw or se corner in ImplApplyBoxItem()
2150 if( (nCellFlags & (CELL_LOWER|CELL_BEFORE|CELL_AFTER)) == 0 ) in ImplApplyLineColorItem()
2156 if( (nCellFlags & (CELL_UPPER|CELL_LOWER|CELL_AFTER)) == 0 ) in ImplApplyLineColorItem()
2159 if( (nCellFlags & (CELL_UPPER|CELL_LOWER|CELL_BEFORE)) == 0 ) in ImplApplyLineColorItem()
2167 if( (nCellFlags & ( CELL_BEFORE|CELL_AFTER|CELL_UPPER|CELL_LOWER)) != 0 ) in ImplApplyBorderLineItem()
2176 else if( nCellFlags & CELL_LOWER ) in ImplApplyBorderLineItem()
2182 else if( (nCellFlags & ( CELL_UPPER|CELL_LOWER)) == 0 ) // check if its not sw or se corner in ImplApplyBorderLineItem()
2258 nRowFlags |= (nRow > aEnd.mnRow) ? CELL_LOWER : 0; in ApplyBorderAttr()