Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx1395 AxisLabelProperties aComplexProps(m_aAxisLabelProperties); in createLabels() local
1400 aComplexProps.bLineBreakAllowed = true; in createLabels()
1401aComplexProps.bOverlapAllowed = !::rtl::math::approxEqual( aComplexProps.fRotationAngleDegree, 0.0… in createLabels()
1405 aComplexProps.bOverlapAllowed = true; in createLabels()
1406 aComplexProps.bRhythmIsFix = true; in createLabels()
1407 aComplexProps.nRhythm = 1; in createLabels()
1408 aComplexProps.fRotationAngleDegree = 0.0; in createLabels()
1411 …ies& rAxisLabelProperties = m_aAxisProperties.m_bComplexCategories ? aComplexProps : m_aAxisLabel… in createLabels()

Completed in 13 milliseconds