Home
last modified time | relevance | path

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

/AOO41X/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()
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()
[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()
/AOO41X/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java93 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()
[all …]
H A DTextAnimation.java92 XPropertySet xShapePropSet; in testTextAnimation() local
/AOO41X/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()
/AOO41X/main/sw/source/filter/html/
H A Dhtmlform.cxx979 uno::Reference< beans::XPropertySet > xShapePropSet( xCreate, UNO_QUERY ); in InsertControl() local
1006 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()
[all …]
/AOO41X/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx93 uno::Reference< beans::XPropertySet > xShapePropSet( rxShape, in ViewAppletShape() local
104 xShapePropSet->getPropertyValue( in ViewAppletShape()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1684 uno::Reference< beans::XPropertySet > xShapePropSet( xShape, uno::UNO_QUERY ); in ImplPDFExportShapeInteraction() local
1685 if( xShapePropSet.is() ) in ImplPDFExportShapeInteraction()
1696 uno::Any aAny( xShapePropSet->getPropertyValue( sOnClick ) ); in ImplPDFExportShapeInteraction()
1743 xShapePropSet->getPropertyValue( sBookmark ) >>= aBookmark; in ImplPDFExportShapeInteraction()