Home
last modified time | relevance | path

Searched refs:xShapePropSet (Results 1 – 11 of 11) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java84 XPropertySet xShapePropSet; in main() local
102 xShapePropSet = ShapeHelper.createAndInsertShape( xDrawDoc, in main()
105 xShapePropSet.setPropertyValue("Effect", 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()
[all …]
H A DTextDemo.java80 XPropertySet xTextPropSet, xShapePropSet; in main() local
92 xShapePropSet = (XPropertySet) in main()
120 xShapePropSet = (XPropertySet) in main()
122 xShapePropSet.setPropertyValue( "TextFitToSize", in main()
124 xShapePropSet.setPropertyValue( "TextLeftDistance", new Integer(2500)); in main()
125 xShapePropSet.setPropertyValue( "TextRightDistance", new Integer(2500)); in main()
126 xShapePropSet.setPropertyValue( "TextUpperDistance", new Integer(2500)); in main()
127 xShapePropSet.setPropertyValue( "TextLowerDistance", new Integer(2500)); in main()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java93 XPropertySet xShapePropSet[] = new XPropertySet[23]; in testShapeAnimation() local
173 xShapePropSet[i] in testShapeAnimation()
178 xShapePropSet[1].setPropertyValue("DimHide", new Boolean(false)); 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()
[all …]
H A DTextAnimation.java92 XPropertySet xShapePropSet; in testTextAnimation() local
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java95 …XPropertySet xShapePropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xRectangl… in testParagraphPropertyShape() local
97 xShapePropSet.setPropertyValue("TextFitToSize", TextFitToSizeType.PROPORTIONAL); in testParagraphPropertyShape()
99 xShapePropSet.setPropertyValue("TextLeftDistance", new Integer(2500)); in testParagraphPropertyShape()
100 xShapePropSet.setPropertyValue("TextRightDistance", new Integer(2500)); in testParagraphPropertyShape()
101 xShapePropSet.setPropertyValue("TextUpperDistance", new Integer(2500)); in testParagraphPropertyShape()
102 xShapePropSet.setPropertyValue("TextLowerDistance", new Integer(2500)); in testParagraphPropertyShape()
108 …Assert.assertEquals("TextLeftDistance is 2500", 2500, xShapePropSet.getPropertyValue("TextLeftDist… in testParagraphPropertyShape()
109 …Assert.assertEquals("TextRightDistance is 2500", 2500, xShapePropSet.getPropertyValue("TextRightDi… in testParagraphPropertyShape()
110 …Assert.assertEquals("TextUpperDistance is 2500", 2500, xShapePropSet.getPropertyValue("TextUpperDi… in testParagraphPropertyShape()
111 …Assert.assertEquals("TextLowerDistance is 2500", 2500, xShapePropSet.getPropertyValue("TextLowerDi… in testParagraphPropertyShape()
H A DParagraphStyle.java96 …XPropertySet xShapePropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xRectangl… in ParaStyle() local
98 xShapePropSet.setPropertyValue("TextFitToSize", TextFitToSizeType.PROPORTIONAL); in ParaStyle()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx1006 xShapePropSet->setPropertyValue( in InsertControl()
1010 xShapePropSet->setPropertyValue( in InsertControl()
1037 xShapePropSet->setPropertyValue( in InsertControl()
1041 xShapePropSet->setPropertyValue( in InsertControl()
1238 xShapePropSet->setPropertyValue( in InsertControl()
1243 xShapePropSet->setPropertyValue( in InsertControl()
1249 xShapePropSet->setPropertyValue( in InsertControl()
1262 xShapePropSet->setPropertyValue( in InsertControl()
1269 xShapePropSet->setPropertyValue( in InsertControl()
1272 xShapePropSet->setPropertyValue( in InsertControl()
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx93 uno::Reference< beans::XPropertySet > xShapePropSet( rxShape, in ViewAppletShape() local
104 xShapePropSet->getPropertyValue( in ViewAppletShape()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx802 Reference< XPropertySet > xShapePropSet( rxShape, UNO_QUERY ); in implExportShape() local
805 if( xShapePropSet.is() ) in implExportShape()
812xShapePropSet->getPropertyValue( B2UCONST( "IsEmptyPresentationObject" ) ) >>= bHideObj; in implExportShape()
892 xShapePropSet->getPropertyValue( B2UCONST( "BoundRect" ) ) >>= aBoundRect; in implExportShape()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2702 uno::Reference< beans::XPropertySet > xShapePropSet( in InsertControl() local
2714 xShapePropSet->setPropertyValue(C2U("AnchorType"), aTmp ); in InsertControl()
2718 xShapePropSet->setPropertyValue(C2U("VertOrient"), aTmp ); in InsertControl()
2726 xShapePropSet->setPropertyValue(C2U("TextRange"), aTmp ); in InsertControl()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1654 uno::Reference< beans::XPropertySet > xShapePropSet( xShape, uno::UNO_QUERY ); in ImplPDFExportShapeInteraction() local
1655 if( xShapePropSet.is() ) in ImplPDFExportShapeInteraction()
1666 uno::Any aAny( xShapePropSet->getPropertyValue( sOnClick ) ); in ImplPDFExportShapeInteraction()
1713 xShapePropSet->getPropertyValue( sBookmark ) >>= aBookmark; in ImplPDFExportShapeInteraction()

Completed in 68 milliseconds