Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxlchart.cxx729 sal_Int32 nApiWidth = 0; in ReadLineProperties() local
735 rLineHlp >> eApiStyle >> nApiWidth >> rLineFmt.maColor >> nApiTrans >> aDashNameAny; in ReadLineProperties()
741 if( nApiWidth <= 0 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; in ReadLineProperties()
742 else if( nApiWidth <= 35 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_SINGLE; in ReadLineProperties()
743 else if( nApiWidth <= 70 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_DOUBLE; in ReadLineProperties()
989 sal_Int32 nApiWidth = 0; // 0 is the width of a hair line in WriteLineProperties() local
992 case EXC_CHLINEFORMAT_SINGLE: nApiWidth = 35; break; in WriteLineProperties()
993 case EXC_CHLINEFORMAT_DOUBLE: nApiWidth = 70; break; in WriteLineProperties()
994 case EXC_CHLINEFORMAT_TRIPLE: nApiWidth = 105; break; in WriteLineProperties()
1046 rLineHlp << eApiStyle << nApiWidth << nApiColor << nApiTrans << aDashNameAny; in WriteLineProperties()

Completed in 21 milliseconds