Home
last modified time | relevance | path

Searched refs:nBorder2 (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistyle.cxx895 void XclImpCellBorder::FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ) in FillFromXF8() argument
903 mnTopColor = ::extract_value< sal_uInt16 >( nBorder2, 0, 7 ); in FillFromXF8()
904 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder2, 7, 7 ); in FillFromXF8()
909 mnDiagLine = ::extract_value< sal_uInt8 >( nBorder2, 21, 4 ); in FillFromXF8()
910 mnDiagColor = ::extract_value< sal_uInt16 >( nBorder2, 14, 7 ); in FillFromXF8()
1046 void XclImpCellArea::FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea ) in FillFromXF8() argument
1048 mnPattern = ::extract_value< sal_uInt8 >( nBorder2, 26, 6 ); in FillFromXF8()
1207 sal_uInt32 nBorder1, nBorder2; in ReadXF8() local
1215 nBorder2 = rStrm.ReaduInt32( ); in ReadXF8()
1226 maBorder.FillFromXF8( nBorder1, nBorder2 ); in ReadXF8()
[all …]
H A Dxestyle.cxx2192 sal_uInt32 nBorder1 = 0, nBorder2 = 0; in WriteBody8() local
2200 maBorder.FillToXF8( nBorder1, nBorder2 ); in WriteBody8()
2201 maArea.FillToXF8( nBorder2, nArea ); in WriteBody8()
2203 …rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nMiscAttrib << nBorder1 << nBorder2 <<… in WriteBody8()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxistyle.cxx888 void XclImpCellBorder::FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 ) in FillFromXF8() argument
896 mnTopColor = ::extract_value< sal_uInt16 >( nBorder2, 0, 7 ); in FillFromXF8()
897 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder2, 7, 7 ); in FillFromXF8()
902 mnDiagLine = ::extract_value< sal_uInt8 >( nBorder2, 21, 4 ); in FillFromXF8()
903 mnDiagColor = ::extract_value< sal_uInt16 >( nBorder2, 14, 7 ); in FillFromXF8()
1039 void XclImpCellArea::FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea ) in FillFromXF8() argument
1041 mnPattern = ::extract_value< sal_uInt8 >( nBorder2, 26, 6 ); in FillFromXF8()
1200 sal_uInt32 nBorder1, nBorder2; in ReadXF8() local
1208 nBorder2 = rStrm.ReaduInt32( ); in ReadXF8()
1219 maBorder.FillFromXF8( nBorder1, nBorder2 ); in ReadXF8()
[all …]
H A Dxestyle.cxx2147 sal_uInt32 nBorder1 = 0, nBorder2 = 0; in WriteBody8() local
2155 maBorder.FillToXF8( nBorder1, nBorder2 ); in WriteBody8()
2156 maArea.FillToXF8( nBorder2, nArea ); in WriteBody8()
2158 …rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nMiscAttrib << nBorder1 << nBorder2 <<… in WriteBody8()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltabw.cxx586 sal_uInt16 nBorder2 = pRow->bBottomBorder ? pRow->nBottomBorder : USHRT_MAX; in Write() local
587 if( pNextRow->bTopBorder && pNextRow->nTopBorder < nBorder2 ) in Write()
588 nBorder2 = pNextRow->nTopBorder; in Write()
591 pRow->nBottomBorder = nBorder2; in Write()
594 pNextRow->nTopBorder = nBorder2; in Write()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltabw.cxx574 sal_uInt16 nBorder2 = pRow->bBottomBorder ? pRow->nBottomBorder : USHRT_MAX; in Write() local
575 if( pNextRow->bTopBorder && pNextRow->nTopBorder < nBorder2 ) in Write()
576 nBorder2 = pNextRow->nTopBorder; in Write()
579 pRow->nBottomBorder = nBorder2; in Write()
582 pNextRow->nTopBorder = nBorder2; in Write()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxistyle.hxx306 void FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 );
342 void FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxistyle.hxx307 void FillFromXF8( sal_uInt32 nBorder1, sal_uInt32 nBorder2 );
343 void FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea );