Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx268 uno::Sequence< beans::PropertyValue > aZoomFactors(4); in setPosSize() local
269 aZoomFactors[0].Name = C2U("ScaleXNumerator"); in setPosSize()
270 aZoomFactors[0].Value = uno::makeAny( nScaleXNumerator ); in setPosSize()
271 aZoomFactors[1].Name = C2U("ScaleXDenominator"); in setPosSize()
272 aZoomFactors[1].Value = uno::makeAny( nScaleXDenominator ); in setPosSize()
273 aZoomFactors[2].Name = C2U("ScaleYNumerator"); in setPosSize()
274 aZoomFactors[2].Value = uno::makeAny( nScaleYNumerator ); in setPosSize()
275 aZoomFactors[3].Name = C2U("ScaleYDenominator"); in setPosSize()
276 aZoomFactors[3].Value = uno::makeAny( nScaleYDenominator ); in setPosSize()
277 xProp->setPropertyValue( C2U("ZoomFactors"), uno::makeAny( aZoomFactors )); in setPosSize()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx2946 uno::Sequence< beans::PropertyValue > aZoomFactors; in setPropertyValue() local
2947 if( ! (rValue >>= aZoomFactors) ) in setPropertyValue()
2950 sal_Int32 nFilterArgs = aZoomFactors.getLength(); in setPropertyValue()
2951 beans::PropertyValue* pDataValues = aZoomFactors.getArray(); in setPropertyValue()

Completed in 36 milliseconds