Home
last modified time | relevance | path

Searched refs:nApiWidth (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxlchart.cxx659 sal_Int32 nApiWidth = 0; in ReadLineProperties() local
665 rLineHlp >> eApiStyle >> nApiWidth >> rLineFmt.maColor >> nApiTrans >> aDashNameAny; in ReadLineProperties()
671 if( nApiWidth <= 0 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; in ReadLineProperties()
672 else if( nApiWidth <= 35 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_SINGLE; in ReadLineProperties()
673 else if( nApiWidth <= 70 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_DOUBLE; in ReadLineProperties()
910 sal_Int32 nApiWidth = 0; // 0 is the width of a hair line in WriteLineProperties() local
913 case EXC_CHLINEFORMAT_SINGLE: nApiWidth = 35; break; in WriteLineProperties()
914 case EXC_CHLINEFORMAT_DOUBLE: nApiWidth = 70; break; in WriteLineProperties()
915 case EXC_CHLINEFORMAT_TRIPLE: nApiWidth = 105; break; in WriteLineProperties()
967 rLineHlp << eApiStyle << nApiWidth << nApiColor << nApiTrans << aDashNameAny; in WriteLineProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxlchart.cxx657 sal_Int32 nApiWidth = 0; in ReadLineProperties() local
663 rLineHlp >> eApiStyle >> nApiWidth >> rLineFmt.maColor >> nApiTrans >> aDashNameAny; in ReadLineProperties()
669 if( nApiWidth <= 0 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; in ReadLineProperties()
670 else if( nApiWidth <= 35 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_SINGLE; in ReadLineProperties()
671 else if( nApiWidth <= 70 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_DOUBLE; in ReadLineProperties()
908 sal_Int32 nApiWidth = 0; // 0 is the width of a hair line in WriteLineProperties() local
911 case EXC_CHLINEFORMAT_SINGLE: nApiWidth = 35; break; in WriteLineProperties()
912 case EXC_CHLINEFORMAT_DOUBLE: nApiWidth = 70; break; in WriteLineProperties()
913 case EXC_CHLINEFORMAT_TRIPLE: nApiWidth = 105; break; in WriteLineProperties()
965 rLineHlp << eApiStyle << nApiWidth << nApiColor << nApiTrans << aDashNameAny; in WriteLineProperties()