Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/table/
H A Dtablecontroller.cxx2083 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() local
2272 nCellFlags |= (nCol == aStart.mnCol) ? CELL_LEFT : 0; in ApplyBorderAttr()
[all …]

Completed in 27 milliseconds