Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVPolarRadiusAxis.cxx168 VCartesianAxis aAxis(aAxisProperties,m_xNumberFormatsSupplier in createShapes() local
170 aAxis.setExplicitScaleAndIncrement( m_aScale, m_aIncrement ); in createShapes()
171 aAxis.initPlotter(m_xLogicTarget,m_xFinalTarget,m_xShapeFactory, m_aCID ); in createShapes()
172aAxis.setTransformationSceneToScreen( B3DHomMatrixToHomogenMatrix( m_aMatrixScreenToScene ) ); in createShapes()
173 aAxis.setScales( m_pPosHelper->getScales(), false ); in createShapes()
174aAxis.initAxisLabelProperties(m_aAxisLabelProperties.m_aFontReferenceSize,m_aAxisLabelProperties.m… in createShapes()
175 aAxis.createShapes(); in createShapes()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java362 private int getAxisPosition( XShape aAxis, double fValue, boolean bVertical ) in getAxisPosition() argument
366 if( aAxis != null ) in getAxisPosition()
369 XPropertySet.class, aAxis ); in getAxisPosition()
383 nResult = aAxis.getPosition().Y + in getAxisPosition()
384 (int)((double)(aAxis.getSize().Height) * in getAxisPosition()
389 nResult = aAxis.getPosition().X + in getAxisPosition()
390 (int)((double)(aAxis.getSize().Width) * in getAxisPosition()
H A DChartInCalc.java323 XShape aAxis = (XShape) UnoRuntime.queryInterface( in testTitle() local
327 if( aAxis != null && in testTitle()
331 aPos.X = ( aAxis.getPosition() ).X; in testTitle()

Completed in 21 milliseconds