Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx722 XclChLineFormat& rLineFmt, XclChObjectTable& rDashTable, in ReadLineProperties() argument
738 ::set_flag( rLineFmt.mnFlags, EXC_CHLINEFORMAT_AUTO, false ); in ReadLineProperties()
741 if( nApiWidth <= 0 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; in ReadLineProperties()
750 rLineFmt.mnPattern = EXC_CHLINEFORMAT_NONE; in ReadLineProperties()
763 rLineFmt.mnPattern = EXC_CHLINEFORMAT_SOLID; in ReadLineProperties()
781 rLineFmt.mnPattern = (aApiDash.Dots == 1) ? in ReadLineProperties()
785 rLineFmt.mnPattern = (aApiDash.DashLen < 250) ? in ReadLineProperties()
792 rLineFmt.mnPattern = EXC_CHLINEFORMAT_SOLID; in ReadLineProperties()
984 const XclChLineFormat& rLineFmt, XclChPropertyMode ePropMode ) in WriteLineProperties() argument
990 switch( rLineFmt.mnWeight ) in WriteLineProperties()
[all …]
H A Dxechart.cxx384 void XclExpChRoot::ConvertLineFormat( XclChLineFormat& rLineFmt, in ConvertLineFormat() argument
388 rLineFmt, *mxChData->mxLineDashTable, rPropSet, ePropMode ); in ConvertLineFormat()
H A Dxichart.cxx359 const XclChLineFormat& rLineFmt, XclChPropertyMode ePropMode ) const in ConvertLineFormat() argument
362 rPropSet, *mxChData->mxLineDashTable, rLineFmt, ePropMode ); in ConvertLineFormat()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx146 const XclChLineFormat& rLineFmt,
230 … inline explicit XclImpChLineFormat( const XclChLineFormat& rLineFmt ) : maData( rLineFmt ) {} in XclImpChLineFormat() argument
H A Dxlchart.hxx1387 XclChLineFormat& rLineFmt,
1420 const XclChLineFormat& rLineFmt,
H A Dxechart.hxx128 XclChLineFormat& rLineFmt,

Completed in 134 milliseconds