Searched refs:xPresPropSet (Results 1 – 4 of 4) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sd/slideshow/ |
H A D | SlideShow.java | 107 XPropertySet xPresPropSet = (XPropertySet) UnoRuntime.queryInterface( in testSlideShow() local 109 xPresPropSet.setPropertyValue("IsEndless", Boolean.FALSE); in testSlideShow() 110 xPresPropSet.setPropertyValue("IsFullScreen", Boolean.TRUE); in testSlideShow() 111 xPresPropSet.setPropertyValue("Pause", new Integer(0)); in testSlideShow() 116 xPresPropSet.getPropertyValue("IsEndless"), Boolean.FALSE); in testSlideShow() 118 xPresPropSet.getPropertyValue("IsFullScreen"), Boolean.TRUE); in testSlideShow() 120 xPresPropSet.getPropertyValue("Pause"), 0); in testSlideShow()
|
H A D | CustomShow.java | 153 XPropertySet xPresPropSet = (XPropertySet) UnoRuntime.queryInterface( in testCustomShow() local 155 xPresPropSet.setPropertyValue("CustomShow", "Part"); in testCustomShow() 160 …Assert.assertEquals("Set Part as CustomSHow", xPresPropSet.getPropertyValue("CustomShow"), "Part"); in testCustomShow()
|
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | PresentationDemo.java | 186 XPropertySet xPresPropSet = (XPropertySet) in main() local 188 xPresPropSet.setPropertyValue( "IsEndless", new Boolean( true ) ); in main() 189 xPresPropSet.setPropertyValue( "IsAlwaysOnTop", new Boolean( true ) ); in main() 190 xPresPropSet.setPropertyValue( "Pause", new Integer( 0 ) ); in main()
|
H A D | CustomShowDemo.java | 152 XPropertySet xPresPropSet = (XPropertySet) in main() local 154 xPresPropSet.setPropertyValue( "CustomShow", "ShortVersion" ); in main()
|
Completed in 32 milliseconds