Searched refs:aAxisProperties (Results 1 – 3 of 3) sorted by relevance
139 AxisProperties aAxisProperties(xAxis,this->getExplicitCategoriesProvider()); in createVAxisList() local140 aAxisProperties.m_nDimensionIndex = nDimensionIndex; in createVAxisList()141 aAxisProperties.m_bSwapXAndY = bSwapXAndY; in createVAxisList()142 aAxisProperties.m_bIsMainAxis = (nAxisIndex==0); in createVAxisList()147 …aAxisProperties.m_bCrossingAxisHasReverseDirection = (AxisOrientation_REVERSE==aCrossingScale.Orie… in createVAxisList()150 aAxisProperties.m_bCrossingAxisIsCategoryAxes = true; in createVAxisList()155 … aAxisProperties.m_xAxisTextProvider = new TextualDataProvider( m_aSeriesNamesForZAxis ); in createVAxisList()159 …aAxisProperties.initAxisPositioning( Reference< beans::XPropertySet >( xSisterAxis, uno::UNO_QUERY… in createVAxisList()161 aAxisProperties.init(true); in createVAxisList()162 if(aAxisProperties.m_bDisplayLabels) in createVAxisList()[all …]
97 AxisProperties aAxisProperties(xAxis,this->getExplicitCategoriesProvider()); in createVAxisList() local98 aAxisProperties.init(); in createVAxisList()99 if(aAxisProperties.m_bDisplayLabels) in createVAxisList()100 …aAxisProperties.m_nNumberFormatKey = this->getNumberFormatKeyForAxis( xAxis, xNumberFormatsSupplie… in createVAxisList()102 …::boost::shared_ptr< VAxisBase > apVAxis( VPolarAxis::createAxis( aAxisProperties,xNumberFormatsSu… in createVAxisList()
150 AxisProperties aAxisProperties(m_aAxisProperties); in createShapes() local164 … aAxisProperties.m_pfMainLinePositionAtOtherAxis = new double( pTickInfo->getUnscaledTickValue() ); in createShapes()165 aAxisProperties.m_bDisplayLabels=false; in createShapes()168 VCartesianAxis aAxis(aAxisProperties,m_xNumberFormatsSupplier in createShapes()
Completed in 29 milliseconds