Searched refs:aShapeProp (Results 1 – 6 of 6) sorted by relevance
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | ChartUtil.java | 44 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in retrieveChartDocument() local 47 aShapeProp.setPropertyValue("CLSID", msChartClassID); in retrieveChartDocument() 50 XChartDocument.class, aShapeProp.getPropertyValue("Model")); in retrieveChartDocument() 66 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in retrieveChart2Document() local 69 aShapeProp.setPropertyValue("CLSID", msChartClassID); in retrieveChart2Document() 73 aShapeProp.getPropertyValue("Model")); in retrieveChart2Document() 129 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in getChartDocument() local 133 XChartDocument.class, aShapeProp.getPropertyValue("Model")); in getChartDocument() 147 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in getChart2Document() local 151 com.sun.star.chart2.XChartDocument.class, aShapeProp.getPropertyValue("Model")); in getChart2Document()
|
/aoo42x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | JavaSampleChartAddIn.java | 162 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh() local 165 aShapeProp.setPropertyValue( "LineColor", new Integer( 0xe01010 )); in refresh() 166 aShapeProp.setPropertyValue( "LineWidth", new Integer( 50 )); in refresh() 167 aShapeProp.setPropertyValue( "Name", "top" ); in refresh() 185 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh() local 189 aShapeProp.setPropertyValue( "LineWidth", new Integer( 50 )); in refresh() 190 aShapeProp.setPropertyValue( "Name", "bottom" ); in refresh() 251 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh() local 253 aShapeProp.setPropertyValue( "PolyPolygon", aMaxPtSeq ); in refresh() 255 aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in refresh() [all …]
|
H A D | ChartHelper.java | 212 XPropertySet aShapeProp = (XPropertySet) in insertOLEChartInDraw() local 214 if( aShapeProp != null ) in insertOLEChartInDraw() 217 aShapeProp.setPropertyValue( "CLSID", msChartClassID ); in insertOLEChartInDraw() 222 aShapeProp.getPropertyValue( "Model" )); in insertOLEChartInDraw()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 274 PropertySet aShapeProp( xShape ); in convertAndInsert() local 275 if( aShapeProp.hasProperty( PROP_Name ) ) in convertAndInsert() 276 aShapeProp.setProperty( PROP_Name, getShapeName() ); in convertAndInsert()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 594 PropertySet aShapeProp( mxShape ); in finalizeXShape() local 595 … aShapeProp.setProperty( PROP_CLSID, CREATE_OUSTRING( "12dcae26-281f-416f-a234-c3086127382e" ) ); in finalizeXShape() 599 aShapeProp.getProperty( xDocModel, PROP_Model ); in finalizeXShape()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 958 ScfPropertySet aShapeProp( xShape ); in XclExpChartObj() local 960 aShapeProp.GetProperty( xModel, CREATE_OUSTRING( "Model" ) ); in XclExpChartObj() 962 aShapeProp.GetProperty( aBoundRect, CREATE_OUSTRING( "BoundRect" ) ); in XclExpChartObj()
|
Completed in 46 milliseconds