Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx224 class XclImpChLineFormat class
228 inline explicit XclImpChLineFormat() {} in XclImpChLineFormat() function in XclImpChLineFormat
230 … inline explicit XclImpChLineFormat( const XclChLineFormat& rLineFmt ) : maData( rLineFmt ) {} in XclImpChLineFormat() function in XclImpChLineFormat
253 typedef ScfRef< XclImpChLineFormat > XclImpChLineFormatRef;
1111 typedef ScfRefMap< sal_uInt16, XclImpChLineFormat > XclImpChLineFormatMap;
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx458 void XclImpChLineFormat::ReadChLineFormat( XclImpStream& rStrm ) in ReadChLineFormat()
468 void XclImpChLineFormat::Convert( const XclImpChRoot& rRoot, in Convert()
570 mxLineFmt.reset( new XclImpChLineFormat ); in XclImpChFrameBase()
579 mxLineFmt.reset( new XclImpChLineFormat( aLineFmt ) ); in XclImpChFrameBase()
599 mxLineFmt.reset( new XclImpChLineFormat ); in ReadSubRecord()
685 mxLineFmt.reset( new XclImpChLineFormat( aLineFmt ) ); in UpdateObjFrame()
1466 mxLineFmt.reset( new XclImpChLineFormat ); in UpdateSeriesFormat()
1507 mxLineFmt.reset( new XclImpChLineFormat ); in UpdateTrendLineFormat()
2763 XclImpChLineFormatRef xLineFmt( new XclImpChLineFormat ); in ReadChChartLine()
3212 mxAxisLine.reset( new XclImpChLineFormat( aLineFmt ) ); in Finalize()
[all …]

Completed in 61 milliseconds