Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java164 aDiaProp.getPropertyValue("LineStyle")); in testAreaBordersProperties()
166 aDiaProp.getPropertyValue("LineColor")); in testAreaBordersProperties()
189 aDiaProp.getPropertyValue("FillStyle")); in testAreaFillProperties()
239 aDiaProp.getPropertyValue("LineStyle")); in testLegendBorderProperties()
241 aDiaProp.getPropertyValue("LineColor")); in testLegendBorderProperties()
317 aDiaProp.getPropertyValue("CharColor")); in testLegendCharFontEffects()
347 aDiaProp.getPropertyValue("Alignment")); in testLegendposition()
374 aDiaProp.getPropertyValue("String")); in testTitleAndSubTitle()
402 aDiaProp.getPropertyValue("String")); in testTitleAndSubTitle()
460 aDiaProp.getPropertyValue("LineColor")); in testGridLine()
[all …]
H A DChartData.java143 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataSeries() local
146 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testDataSeries()
147 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testDataSeries()
151 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataSeries()
154 aDiaProp.getPropertyValue("FillColor")); in testDataSeries()
166 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataPoint() local
169 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testDataPoint()
170 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testDataPoint()
174 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataPoint()
179 0xffff00, aDiaProp.getPropertyValue("FillColor")); in testDataPoint()
H A DChartTypes.java168 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testInsertConeChart() local
170 aDiaProp.setPropertyValue("Dim3D", true); in testInsertConeChart()
171 aDiaProp.setPropertyValue("Deep", true); in testInsertConeChart()
173 aDiaProp.setPropertyValue("SolidType", new Integer( in testInsertConeChart()
178 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testInsertConeChart()
181 aDiaProp.getPropertyValue("SolidType")); in testInsertConeChart()
/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java211 … XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, maDiagram ); in testThreeD() local
214 aDiaProp.setPropertyValue( "Dim3D", aTrue ); in testThreeD()
215 aDiaProp.setPropertyValue( "Deep", aTrue ); in testThreeD()
217 aDiaProp.setPropertyValue( "SolidType", new Integer( ChartSolidType.CYLINDER )); in testThreeD()
271 aDiaProp.setPropertyValue( "D3DTransformMatrix", aMatrix ); in testThreeD()
277 aDiaProp.setPropertyValue( "D3DSceneLightColor1", new Integer( 0xff3333 )); in testThreeD()
286 aDiaProp.setPropertyValue( "D3DSceneLightDirection1", aDirection ); in testThreeD()
287 aDiaProp.setPropertyValue( "D3DSceneLightOn1", new Boolean( true )); in testThreeD()
H A DChartInCalc.java167 … XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, maDiagram ); in testDiagram() local
169 if( aDiaProp != null ) in testDiagram()
172 aDiaProp.setPropertyValue( "Lines", new Boolean( true )); in testDiagram()
176 aDiaProp.setPropertyValue( "LineWidth", new Integer( 50 )); in testDiagram()
/aoo4110/main/oox/source/drawingml/chart/
H A Dchartspaceconverter.cxx155 PropertySet aDiaProp( xDiagram ); in convertFromModel() local
156 aDiaProp.setProperty( PROP_MissingValueTreatment, nMissingValues ); in convertFromModel()
168 PropertySet aDiaProp( xChart1Doc->getDiagram() ); in convertFromModel() local
169 aDiaProp.setProperty( PROP_IncludeHiddenCells, !mrModel.mbPlotVisOnly ); in convertFromModel()
H A Dtypegroupconverter.cxx305 PropertySet aDiaProp( rxDiagram ); in convertFromModel() local
325 convertPieRotation( aDiaProp, mrModel.mnFirstAngle ); in convertFromModel()
432 aDiaProp.setProperty( PROP_ConnectBars, true ); in convertFromModel()
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx2328 ScfPropertySet aDiaProp( xDiagram ); in CreateChartType() local
2329 XclImpChRoot::ConvertPieRotation( aDiaProp, maData.mnRotation ); in CreateChartType()
2719 ScfPropertySet aDiaProp( xDiagram ); in CreateChartType() local
2720 aDiaProp.SetBoolProperty( EXC_CHPROP_CONNECTBARS, true ); in CreateChartType()
3623 ScfPropertySet aDiaProp( xDiagram ); in CreateCoordSystem() local
3624 xTypeGroup->ConvertChart3d( aDiaProp ); in CreateCoordSystem()
3878 ScfPropertySet aDiaProp( xDiagram1 ); in Convert() local
3880 aDiaProp.SetBoolProperty( EXC_CHPROP_INCLUDEHIDDENCELLS, !bShowVisCells ); in Convert()
4070 ScfPropertySet aDiaProp( xDiagram ); in CreateDiagram() local
4081 aDiaProp.SetProperty( EXC_CHPROP_MISSINGVALUETREATMENT, nMissingValues ); in CreateDiagram()
H A Dxechart.cxx2162 ScfPropertySet aDiaProp( xDiagram ); in Convert() local
2163 maData.mnRotation = XclExpChRoot::ConvertPieRotation( aDiaProp ); in Convert()
2435 ScfPropertySet aDiaProp( xDiagram ); in ConvertType() local
2436 mxChart3d->Convert( aDiaProp, Is3dWallChart() ); in ConvertType()
3117 ScfPropertySet aDiaProp( xDiagram ); in Convert() local
3118 bool bConnectBars = aDiaProp.GetBoolProperty( EXC_CHPROP_CONNECTBARS ); in Convert()
3347 ScfPropertySet aDiaProp( xDiagram ); in XclExpChChart() local
3349 if( aDiaProp.GetProperty( nMissingValues, EXC_CHPROP_MISSINGVALUETREATMENT ) ) in XclExpChChart()

Completed in 82 milliseconds