Lines Matching refs:xShapePropSet
93 XPropertySet xShapePropSet[] = new XPropertySet[23]; in testShapeAnimation() local
166 xShapePropSet[i] = ShapeUtil.createAndInsertShape(impressDocument, in testShapeAnimation()
173 xShapePropSet[i] in testShapeAnimation()
178 xShapePropSet[1].setPropertyValue("DimHide", new Boolean(false)); in testShapeAnimation()
180 xShapePropSet[1].setPropertyValue("DimPrevious", new Boolean(true)); in testShapeAnimation()
182 xShapePropSet[1].setPropertyValue("DimColor", new Integer(0xff0000)); in testShapeAnimation()
184 xShapePropSet[1].setPropertyValue("SoundOn", new Boolean(false)); in testShapeAnimation()
186 xShapePropSet[1].setPropertyValue("PlayFull", new Boolean(false)); in testShapeAnimation()
195 xShapePropSet[i].getPropertyValue("Effect")); in testShapeAnimation()
199 xShapePropSet[1].getPropertyValue("DimHide")); in testShapeAnimation()
202 Boolean.TRUE, xShapePropSet[1].getPropertyValue("DimPrevious")); in testShapeAnimation()
205 xShapePropSet[1].getPropertyValue("DimColor")); in testShapeAnimation()
209 xShapePropSet[1].getPropertyValue("SoundOn")); in testShapeAnimation()
213 xShapePropSet[1].getPropertyValue("PlayFull")); in testShapeAnimation()