Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/inc/
H A Dxechart.hxx231 class XclExpChLineFormat : public XclExpRecord class
234 explicit XclExpChLineFormat( const XclExpChRoot& rRoot );
262 typedef ScfRef< XclExpChLineFormat > XclExpChLineFormatRef;
993 typedef ScfRefMap< sal_uInt16, XclExpChLineFormat > XclExpChLineFormatMap;
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx511 XclExpChLineFormat::XclExpChLineFormat( const XclExpChRoot& rRoot ) : in XclExpChLineFormat() function in XclExpChLineFormat
517 void XclExpChLineFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault()
533 void XclExpChLineFormat::Convert( const XclExpChRoot& rRoot, in Convert()
562 bool XclExpChLineFormat::IsDefault( XclChFrameType eDefFrameType ) const in IsDefault()
569 void XclExpChLineFormat::WriteBody( XclExpStream& rStrm ) in WriteBody()
582 XclExpChLineFormatRef xLineFmt( new XclExpChLineFormat( rRoot ) ); in lclCreateLineFormat()
760 mxLineFmt.reset( new XclExpChLineFormat( rRoot ) ); in ConvertFrameBase()
783 mxLineFmt.reset( new XclExpChLineFormat( rRoot ) ); in SetDefaultFrameBase()
2479 … maChartLines[ EXC_CHCHARTLINE_CONNECT ].reset( new XclExpChLineFormat( GetChRoot() ) ); in ConvertSeries()
2568 XclExpChLineFormatRef xLineFmt( new XclExpChLineFormat( GetChRoot() ) ); in CreateAllStockSeries()
[all …]

Completed in 43 milliseconds