Lines Matching refs:xShapePropSet
84 XPropertySet xShapePropSet; in main() local
102 xShapePropSet = ShapeHelper.createAndInsertShape( xDrawDoc, in main()
105 xShapePropSet.setPropertyValue("Effect", in main()
111 xShapePropSet.setPropertyValue( "DimHide", new Boolean( false ) ); in main()
112 xShapePropSet.setPropertyValue( "DimPrevious", new Boolean( true ) ); in main()
113 xShapePropSet.setPropertyValue( "DimColor", new Integer( 0xff0000 ) ); in main()
126 xShapePropSet = ShapeHelper.createAndInsertShape( xDrawDoc, in main()
129 xShapePropSet.setPropertyValue( in main()
151 xShapePropSet = (XPropertySet) in main()
153 xShapePropSet.setPropertyValue("Effect", in main()
155 xShapePropSet.setPropertyValue( in main()
165 xShapePropSet = (XPropertySet) in main()
167 xShapePropSet.setPropertyValue("Effect", in main()
170 xShapePropSet.setPropertyValue( in main()
176 xShapePropSet.setPropertyValue( in main()