Searched refs:nRowFlags (Results 1 – 2 of 2) sorted by relevance
2254 sal_uInt16 nRowFlags = 0; in ApplyBorderAttr() local2255 nRowFlags |= (nRow == aStart.mnRow) ? CELL_TOP : 0; in ApplyBorderAttr()2256 nRowFlags |= (nRow == aEnd.mnRow) ? CELL_BOTTOM : 0; in ApplyBorderAttr()2257 nRowFlags |= (nRow < aStart.mnRow) ? CELL_UPPER : 0; in ApplyBorderAttr()2258 nRowFlags |= (nRow > aEnd.mnRow) ? CELL_LOWER : 0; in ApplyBorderAttr()2271 sal_uInt16 nCellFlags = nRowFlags; in ApplyBorderAttr()
1823 sal_uInt8 nRowFlags = GetDoc().GetRowFlags( nScRow, nScTab ); in XclExpRow() local1824 bool bUserHeight = ::get_flag< sal_uInt8 >( nRowFlags, CR_MANUALSIZE ); in XclExpRow()
Completed in 48 milliseconds