Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx205 bool bAttachToMainAxis = nItemValue == CHART_AXIS_PRIMARY_Y; in ApplySpecialItem() local
206 if( bAttachToMainAxis != m_bAttachToMainAxis ) in ApplySpecialItem()
209 …bChanged = DiagramHelper::attachSeriesToAxis( bAttachToMainAxis, uno::Reference< XDataSeries >::qu… in ApplySpecialItem()
213 m_bAttachToMainAxis = bAttachToMainAxis; in ApplySpecialItem()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx603 bool DiagramHelper::attachSeriesToAxis( bool bAttachToMainAxis in attachSeriesToAxis() argument
616 sal_Int32 nNewAxisIndex = bAttachToMainAxis ? 0 : 1; in attachSeriesToAxis()
635 uno::Reference< XAxis > xAxis( AxisHelper::getAxis( 1, bAttachToMainAxis, xDiagram ) ); in attachSeriesToAxis()
637 xAxis = AxisHelper::createAxis( 1, bAttachToMainAxis, xDiagram, xContext ); in attachSeriesToAxis()