Home
last modified time | relevance | path

Searched refs:XDiagramRef (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/filter/inc/
H A Dxechart.hxx750 …::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclExpChSeries
760 XDiagramRef xDiagram, XDataSeriesRef xDataSeries,
819 typedef ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclExpChType
826 void Convert( XDiagramRef xDiagram, XChartTypeRef xChartType,
939 …::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclExpChTypeGroup
948 void ConvertType( XDiagramRef xDiagram, XChartTypeRef xChartType,
951 void ConvertSeries( XDiagramRef xDiagram, XChartTypeRef xChartType,
980 void CreateDataSeries( XDiagramRef xDiagram,
1091 typedef ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclExpChAxis
1107 void ConvertWall( XDiagramRef xDiagram );
[all …]
H A Dxichart.hxx900 …ypedef ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclImpChType
926 XChartTypeRef CreateChartType( XDiagramRef xDiagram, bool b3dChart ) const;
1025 …::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclImpChTypeGroup
1083 XChartTypeRef CreateChartType( XDiagramRef xDiagram, sal_Int32 nApiAxesSetIdx ) const;
1283 …ypedef ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclImpChAxesSet
1316 void Convert( XDiagramRef xDiagram ) const;
1334 XCoordSystemRef CreateCoordSystem( XDiagramRef xDiagram ) const;
1341 void ConvertBackground( XDiagramRef xDiagram ) const;
1372 …ypedef ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > XDiagramRef; typedef in XclImpChChart
1425 XDiagramRef CreateDiagram() const;
/AOO42X/main/sc/source/filter/excel/
H A Dxechart.cxx3033 void XclExpChAxis::ConvertWall( XDiagramRef xDiagram ) in ConvertWall()