Lines Matching refs:aShapeProp
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
188 aShapeProp.setPropertyValue( "LineColor", new Integer( 0x10e010 )); in refresh()
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()
257 aShapeProp.setPropertyValue( "PolyPolygon", aMinPtSeq ); in refresh()