Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx243 sal_Int32 nNewAxisIndex = 0; in applyStyle() local
250 nNewAxisIndex = 1; in applyStyle()
255 xProp->setPropertyValue( C2U("AttachedAxisIndex"), uno::makeAny( nNewAxisIndex ) ); in applyStyle()
/aoo41x/main/chart2/source/tools/
H A DDiagramHelper.cxx615 sal_Int32 nNewAxisIndex = bAttachToMainAxis ? 0 : 1; in attachSeriesToAxis() local
619 if( nOldAxisIndex != nNewAxisIndex ) in attachSeriesToAxis()
623 xProp->setPropertyValue( C2U("AttachedAxisIndex"), uno::makeAny( nNewAxisIndex ) ); in attachSeriesToAxis()

Completed in 14 milliseconds