Searched refs:maCellBorder (Results 1 – 1 of 1) sorted by relevance
5640 table::BorderLine maCellBorder; member5647 …sal_Int32 nLineWidth = pCellBorder->maCellBorder.OuterLineWidth + pCellBorder->maCellBorder.InnerL… in ImplCreateCellBorder()5661 sal_uInt32 nBorderColor = pCellBorder->maCellBorder.Color & 0xff00; // green in ImplCreateCellBorder()5662 nBorderColor |= static_cast< sal_uInt8 >( pCellBorder->maCellBorder.Color ) << 16; // red in ImplCreateCellBorder()5663 nBorderColor |= static_cast< sal_uInt8 >( pCellBorder->maCellBorder.Color >> 16 ); // blue in ImplCreateCellBorder()5900 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable()5926 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable()5957 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable()5979 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable()
Completed in 24 milliseconds