Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx366 const TypeGroupModel::AxisIdVector& rAxisIds = xTypeGroup->maAxisIds; in convertFromModel() local
367 if( rAxisIds.size() >= 1 ) in convertFromModel()
368 pAxesSet->maAxes[ API_X_AXIS ] = aAxisMap.get( rAxisIds[ 0 ] ); in convertFromModel()
369 if( rAxisIds.size() >= 2 ) in convertFromModel()
370 pAxesSet->maAxes[ API_Y_AXIS ] = aAxisMap.get( rAxisIds[ 1 ] ); in convertFromModel()
371 if( rAxisIds.size() >= 3 ) in convertFromModel()
372 pAxesSet->maAxes[ API_Z_AXIS ] = aAxisMap.get( rAxisIds[ 2 ] ); in convertFromModel()

Completed in 30 milliseconds