Searched refs:CELL_LEFT (Results 1 – 1 of 1) sorted by relevance
2046 const sal_uInt16 CELL_LEFT = 0x0002; variable2112 …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()2272 nCellFlags |= (nCol == aStart.mnCol) ? CELL_LEFT : 0; in ApplyBorderAttr()
Completed in 12 milliseconds