Searched refs:XclExpChAxesSet (Results 1 – 2 of 2) sorted by relevance
3076 XclExpChAxesSet::XclExpChAxesSet( const XclExpChRoot& rRoot, sal_uInt16 nAxesSetId ) : in XclExpChAxesSet() function in XclExpChAxesSet3092 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()
1143 class XclExpChAxesSet : public XclExpChGroupBase class1150 explicit XclExpChAxesSet( const XclExpChRoot& rRoot, sal_uInt16 nAxesSetId );1197 typedef ScfRef< XclExpChAxesSet > XclExpChAxesSetRef;
Completed in 37 milliseconds