Searched refs:pCellBorder (Results 1 – 2 of 2) sorted by relevance
5645 sal_Bool PPTWriter::ImplCreateCellBorder( const CellBorder* pCellBorder, sal_Int32 nX1, sal_Int32 n… in ImplCreateCellBorder() argument5647 …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()
824 …sal_Bool ImplCreateCellBorder( const CellBorder* pCellBorder, sal_Int32 nX1, sal_Int32 nY1, sal_…
Completed in 51 milliseconds