Searched refs:nBorder2 (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 783 void XclImpCellBorder::FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ) in FillFromXF8() argument 791 mnTopColor = ::extract_value< sal_uInt16 >( nBorder2, 0, 7 ); in FillFromXF8() 792 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder2, 7, 7 ); in FillFromXF8() 797 mnDiagLine = ::extract_value< sal_uInt8 >( nBorder2, 21, 4 ); in FillFromXF8() 798 mnDiagColor = ::extract_value< sal_uInt16 >( nBorder2, 14, 7 ); in FillFromXF8() 936 void XclImpCellArea::FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea ) in FillFromXF8() argument 938 mnPattern = ::extract_value< sal_uInt8 >( nBorder2, 26, 6 ); in FillFromXF8() 1085 sal_uInt32 nBorder1, nBorder2; in ReadXF8() local 1087 …rStrm >> mnXclFont >> mnXclNumFmt >> nTypeProt >> nAlign >> nMiscAttrib >> nBorder1 >> nBorder2 >>… in ReadXF8() 1097 maBorder.FillFromXF8( nBorder1, nBorder2 ); in ReadXF8() [all …]
|
H A D | xestyle.cxx | 2075 sal_uInt32 nBorder1 = 0, nBorder2 = 0; in WriteBody8() local 2083 maBorder.FillToXF8( nBorder1, nBorder2 ); in WriteBody8() 2084 maArea.FillToXF8( nBorder2, nArea ); in WriteBody8() 2086 …rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nMiscAttrib << nBorder1 << nBorder2 <<… in WriteBody8()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 596 sal_uInt16 nBorder2 = pRow->bBottomBorder ? pRow->nBottomBorder : USHRT_MAX; in Write() local 597 if( pNextRow->bTopBorder && pNextRow->nTopBorder < nBorder2 ) in Write() 598 nBorder2 = pNextRow->nTopBorder; in Write() 601 pRow->nBottomBorder = nBorder2; in Write() 604 pNextRow->nTopBorder = nBorder2; in Write()
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1710 void Border::setBiff8Data( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ) in setBiff8Data() argument 1715 …( extractValue< sal_uInt8 >( nBorder1, 8, 4 ), extractValue< sal_uInt16 >( nBorder2, 0, 7 ) ); in setBiff8Data() 1716 …ata( extractValue< sal_uInt8 >( nBorder1, 12, 4 ), extractValue< sal_uInt16 >( nBorder2, 7, 7 ) ); in setBiff8Data() 1720 …Diagonal.setBiffData( extractValue< sal_uInt8 >( nBorder2, 21, 4 ), extractValue< sal_uInt16 >( nB… in setBiff8Data() 2070 void Fill::setBiff8Data( sal_uInt32 nBorder2, sal_uInt16 nArea ) in setBiff8Data() argument 2077 extractValue< sal_uInt8 >( nBorder2, 26, 6 ) ); in setBiff8Data() 2372 sal_uInt32 nBorder1, nBorder2; in importXf() local 2374 …trm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nMiscAttrib >> nBorder1 >> nBorder2 >> nArea; in importXf() 2385 xBorder->setBiff8Data( nBorder1, nBorder2 ); in importXf() 2386 xFill->setBiff8Data( nBorder2, nArea ); in importXf()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 314 void FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ); 352 void FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea );
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 561 void setBiff8Data( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ); 689 void setBiff8Data( sal_uInt32 nBorder2, sal_uInt16 nArea );
|
Completed in 75 milliseconds