Home
last modified time | relevance | path

Searched refs:nRowFlags (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svx/source/table/
H A Dtablecontroller.cxx2254 sal_uInt16 nRowFlags = 0; in ApplyBorderAttr() local
2255 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()
/aoo42x/main/sc/source/filter/excel/
H A Dxetable.cxx1823 sal_uInt8 nRowFlags = GetDoc().GetRowFlags( nScRow, nScTab ); in XclExpRow() local
1824 bool bUserHeight = ::get_flag< sal_uInt8 >( nRowFlags, CR_MANUALSIZE ); in XclExpRow()

Completed in 40 milliseconds