Searched refs:nCellFlags (Results 1 – 1 of 1) sorted by relevance
2075 static void ImplApplyBoxItem( sal_uInt16 nCellFlags, const SvxBoxItem* pBoxItem, const SvxBoxInfoIt… in ImplApplyBoxItem() argument2077 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()2083 if( nCellFlags & CELL_UPPER ) 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()2096 if( nCellFlags & CELL_BEFORE ) in ImplApplyBoxItem()2101 else if( nCellFlags & CELL_AFTER ) in ImplApplyBoxItem()2112 …if( (nCellFlags & CELL_LEFT) ? pBoxInfoItem->IsValid(VALID_LEFT) : pBoxInfoItem->IsValid(VALID_VER… in ImplApplyBoxItem()2113 …rNewFrame.SetLine( (nCellFlags & CELL_LEFT) ? pBoxItem->GetLeft() : pBoxInfoItem->GetVert(), BOX_L… in ImplApplyBoxItem()[all …]