Home
last modified time | relevance | path

Searched refs:mxPrimAxesSet (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3727 mxPrimAxesSet.reset( new XclImpChAxesSet( GetChRoot(), EXC_CHAXESSET_PRIMARY ) ); in XclImpChChart()
3804 XclImpChTypeGroupRef xTypeGroup = mxPrimAxesSet->GetTypeGroup( nGroupIdx ); in GetTypeGroup()
3806 if( !xTypeGroup ) xTypeGroup = mxPrimAxesSet->GetFirstTypeGroup(); in GetTypeGroup()
3861 mxPrimAxesSet->Convert( xDiagram ); in Convert()
3883 XclImpChFramePosRef xPlotAreaPos = mxPrimAxesSet->GetPlotAreaFramePos(); in Convert()
3892 const XclImpChTypeGroup* pFirstTypeGroup = mxPrimAxesSet->GetFirstTypeGroup().get(); in Convert()
3908 mxPrimAxesSet->ConvertTitlePositions(); in Convert()
3951 case EXC_CHAXESSET_PRIMARY: mxPrimAxesSet = xAxesSet; break; in ReadChAxesSet()
3980 mxLegend = mxPrimAxesSet->GetLegend(); in Finalize()
3986 mxPrimAxesSet->Finalize(); in Finalize()
[all …]
H A Dxechart.cxx3318 mxPrimAxesSet.reset( new XclExpChAxesSet( GetChRoot(), EXC_CHAXESSET_PRIMARY ) ); in XclExpChChart()
3342 sal_uInt16 nFreeGroupIdx = mxPrimAxesSet->Convert( xDiagram, 0 ); in XclExpChChart()
3343 if( !mxPrimAxesSet->Is3dChart() ) in XclExpChChart()
3412 mxPrimAxesSet->Save( rStrm ); in WriteSubRecords()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx1239 XclExpChAxesSetRef mxPrimAxesSet; /// Primary axes set (CHAXESSET group). member in XclExpChChart
H A Dxichart.hxx1438 XclImpChAxesSetRef mxPrimAxesSet; /// Primary axes set (CHAXESSET group). member in XclImpChChart

Completed in 51 milliseconds