Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx582 XclExpChLineFormatRef xLineFmt( new XclExpChLineFormat( rRoot ) ); in lclCreateLineFormat() local
583 xLineFmt->Convert( rRoot, rPropSet, eObjType ); in lclCreateLineFormat()
585 if( rFmtInfo.mbDeleteDefFrame && xLineFmt->IsDefault( rFmtInfo.meDefFrameType ) ) in lclCreateLineFormat()
586 xLineFmt.reset(); in lclCreateLineFormat()
587 return xLineFmt; in lclCreateLineFormat()
2568 XclExpChLineFormatRef xLineFmt( new XclExpChLineFormat( GetChRoot() ) ); in CreateAllStockSeries() local
2569 xLineFmt->Convert( GetChRoot(), aSeriesProp, EXC_CHOBJTYPE_HILOLINE ); in CreateAllStockSeries()
2570 maChartLines[ EXC_CHCHARTLINE_HILO ] = xLineFmt; in CreateAllStockSeries()
H A Dxichart.cxx2763 XclImpChLineFormatRef xLineFmt( new XclImpChLineFormat ); in ReadChChartLine() local
2764 xLineFmt->ReadChLineFormat( rStrm ); in ReadChChartLine()
2765 maChartLines[ nLineId ] = xLineFmt; in ReadChChartLine()

Completed in 113 milliseconds