Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/table/
H A Dtablecontroller.cxx2048 const sal_uInt16 CELL_AFTER = 0x0008; variable
2077 if( (nCellFlags & (CELL_BEFORE|CELL_AFTER|CELL_UPPER|CELL_LOWER)) != 0 ) in ImplApplyBoxItem()
2081 if( (nCellFlags & ( CELL_BEFORE|CELL_AFTER)) == 0 ) // check if its not nw or ne corner in ImplApplyBoxItem()
2101 else if( nCellFlags & CELL_AFTER ) in ImplApplyBoxItem()
2150 if( (nCellFlags & (CELL_LOWER|CELL_BEFORE|CELL_AFTER)) == 0 ) in ImplApplyLineColorItem()
2153 if( (nCellFlags & (CELL_UPPER|CELL_BEFORE|CELL_AFTER)) == 0 ) in ImplApplyLineColorItem()
2156 if( (nCellFlags & (CELL_UPPER|CELL_LOWER|CELL_AFTER)) == 0 ) in ImplApplyLineColorItem()
2167 if( (nCellFlags & ( CELL_BEFORE|CELL_AFTER|CELL_UPPER|CELL_LOWER)) != 0 ) in ImplApplyBorderLineItem()
2169 if( (nCellFlags & ( CELL_BEFORE|CELL_AFTER)) == 0 ) // check if its not nw or ne corner in ImplApplyBorderLineItem()
2189 else if( nCellFlags & CELL_AFTER ) in ImplApplyBorderLineItem()
[all …]

Completed in 29 milliseconds