Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx666 class XclImpChDataFormat : public XclImpChFrameBase, protected XclImpChRoot class
669 explicit XclImpChDataFormat( const XclImpChRoot& rRoot );
684 … UpdateSeriesFormat( const XclChExtTypeInfo& rTypeInfo, const XclImpChDataFormat* pGroupFmt );
686 … UpdatePointFormat( const XclChExtTypeInfo& rTypeInfo, const XclImpChDataFormat* pSeriesFmt …
712 void UpdateDataLabel( const XclImpChDataFormat* pParentFmt );
724 typedef ScfRef< XclImpChDataFormat > XclImpChDataFormatRef;
873 typedef ScfRefMap< sal_uInt16, XclImpChDataFormat > XclImpChDataFormatMap;
1429 typedef ScfRefMap< XclChDataPointPos, XclImpChDataFormat > XclImpChDataFormatMap;
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1385 XclImpChDataFormat::XclImpChDataFormat( const XclImpChRoot& rRoot ) : in XclImpChDataFormat() function in XclImpChDataFormat
1390 void XclImpChDataFormat::ReadHeaderRecord( XclImpStream& rStrm ) in ReadHeaderRecord()
1398 void XclImpChDataFormat::ReadSubRecord( XclImpStream& rStrm ) in ReadSubRecord()
1433 void XclImpChDataFormat::UpdateGroupFormat( const XclChExtTypeInfo& rTypeInfo ) in UpdateGroupFormat()
1439 void XclImpChDataFormat::UpdateSeriesFormat( const XclChExtTypeInfo& rTypeInfo, const XclImpChDataF… in UpdateSeriesFormat()
1478 void XclImpChDataFormat::UpdatePointFormat( const XclChExtTypeInfo& rTypeInfo, const XclImpChDataFo… in UpdatePointFormat()
1504 void XclImpChDataFormat::UpdateTrendLineFormat() in UpdateTrendLineFormat()
1579 void XclImpChDataFormat::UpdateDataLabel( const XclImpChDataFormat* pParentFmt ) in UpdateDataLabel()
2078 XclImpChDataFormatRef xDataFmt( new XclImpChDataFormat( GetChRoot() ) ); in CreateDataFormat()
2772 XclImpChDataFormatRef xDataFmt( new XclImpChDataFormat( GetChRoot() ) ); in ReadChDataFormat()
[all …]

Completed in 31 milliseconds