Searched refs:nCellFlags (Results 1 – 1 of 1) sorted by relevance
2083 if( nCellFlags & CELL_UPPER ) in ImplApplyBoxItem()2088 else if( nCellFlags & CELL_LOWER ) in ImplApplyBoxItem()2096 if( nCellFlags & CELL_BEFORE ) in ImplApplyBoxItem()2101 else if( nCellFlags & CELL_AFTER ) in ImplApplyBoxItem()2171 if( nCellFlags & CELL_UPPER ) in ImplApplyBorderLineItem()2176 else if( nCellFlags & CELL_LOWER ) in ImplApplyBorderLineItem()2184 if( nCellFlags & CELL_BEFORE ) in ImplApplyBorderLineItem()2189 else if( nCellFlags & CELL_AFTER ) in ImplApplyBorderLineItem()2271 sal_uInt16 nCellFlags = nRowFlags; in ApplyBorderAttr() local2272 nCellFlags |= (nCol == aStart.mnCol) ? CELL_LEFT : 0; in ApplyBorderAttr()[all …]
Completed in 23 milliseconds