Searched refs:nBorder1 (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 783 void XclImpCellBorder::FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ) in FillFromXF8() argument 785 mnLeftLine = ::extract_value< sal_uInt8 >( nBorder1, 0, 4 ); in FillFromXF8() 786 mnRightLine = ::extract_value< sal_uInt8 >( nBorder1, 4, 4 ); in FillFromXF8() 787 mnTopLine = ::extract_value< sal_uInt8 >( nBorder1, 8, 4 ); in FillFromXF8() 788 mnBottomLine = ::extract_value< sal_uInt8 >( nBorder1, 12, 4 ); in FillFromXF8() 789 mnLeftColor = ::extract_value< sal_uInt16 >( nBorder1, 16, 7 ); in FillFromXF8() 790 mnRightColor = ::extract_value< sal_uInt16 >( nBorder1, 23, 7 ); in FillFromXF8() 793 mbDiagTLtoBR = ::get_flag( nBorder1, EXC_XF_DIAGONAL_TL_TO_BR ); in FillFromXF8() 794 mbDiagBLtoTR = ::get_flag( nBorder1, EXC_XF_DIAGONAL_BL_TO_TR ); in FillFromXF8() 1085 sal_uInt32 nBorder1, nBorder2; in ReadXF8() local [all …]
|
H A D | xestyle.cxx | 2075 sal_uInt32 nBorder1 = 0, nBorder2 = 0; in WriteBody8() local 2083 maBorder.FillToXF8( nBorder1, nBorder2 ); in WriteBody8() 2086 …rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nMiscAttrib << nBorder1 << nBorder2 <<… in WriteBody8()
|
/aoo41x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1710 void Border::setBiff8Data( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ) in setBiff8Data() argument 1713 …maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder1, 0, 4 ), extractValue< sal_uInt16 >( nB… in setBiff8Data() 1714 …maRight.setBiffData( extractValue< sal_uInt8 >( nBorder1, 4, 4 ), extractValue< sal_uInt16 >( nB… in setBiff8Data() 1715 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder1, 8, 4 ), extractValue< sal_uInt… in setBiff8Data() 1716 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder1, 12, 4 ), extractValue< sal_uInt… in setBiff8Data() 1717 maModel.mbDiagTLtoBR = getFlag( nBorder1, BIFF_XF_DIAG_TLBR ); in setBiff8Data() 1718 maModel.mbDiagBLtoTR = getFlag( nBorder1, BIFF_XF_DIAG_BLTR ); in setBiff8Data() 2372 sal_uInt32 nBorder1, nBorder2; in importXf() local 2374 …rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nMiscAttrib >> nBorder1 >> nBorder2 >> nAr… in importXf() 2385 xBorder->setBiff8Data( nBorder1, nBorder2 ); in importXf()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 314 void FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 );
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 561 void setBiff8Data( sal_uInt32 nBorder1, sal_uInt32 nBorder2 );
|
Completed in 59 milliseconds