Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablecontroller.cxx2053 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()
[all …]

Completed in 23 milliseconds