Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxechart.cxx3076 XclExpChAxesSet::XclExpChAxesSet( const XclExpChRoot& rRoot, sal_uInt16 nAxesSetId ) : in XclExpChAxesSet() function in XclExpChAxesSet
3092 sal_uInt16 XclExpChAxesSet::Convert( Reference< XDiagram > xDiagram, sal_uInt16 nFirstGroupIdx ) in Convert()
3242 bool XclExpChAxesSet::Is3dChart() const in Is3dChart()
3248 void XclExpChAxesSet::WriteSubRecords( XclExpStream& rStrm ) in WriteSubRecords()
3265 XclExpChTypeGroupRef XclExpChAxesSet::GetFirstTypeGroup() const in GetFirstTypeGroup()
3270 XclExpChTypeGroupRef XclExpChAxesSet::GetLastTypeGroup() const in GetLastTypeGroup()
3275 void XclExpChAxesSet::ConvertAxis( in ConvertAxis()
3295 void XclExpChAxesSet::WriteBody( XclExpStream& rStrm ) in WriteBody()
3318 mxPrimAxesSet.reset( new XclExpChAxesSet( GetChRoot(), EXC_CHAXESSET_PRIMARY ) ); in XclExpChChart()
3319 mxSecnAxesSet.reset( new XclExpChAxesSet( GetChRoot(), EXC_CHAXESSET_SECONDARY ) ); in XclExpChChart()
/aoo41x/main/sc/source/filter/inc/
H A Dxechart.hxx1143 class XclExpChAxesSet : public XclExpChGroupBase class
1150 explicit XclExpChAxesSet( const XclExpChRoot& rRoot, sal_uInt16 nAxesSetId );
1197 typedef ScfRef< XclExpChAxesSet > XclExpChAxesSetRef;

Completed in 127 milliseconds