Home
last modified time | relevance | path

Searched refs:xLayerPropSet (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DLayerDemo.java112 XPropertySet xLayerPropSet; in main() local
116 xLayerPropSet = (XPropertySet) in main()
119 xLayerPropSet.setPropertyValue( "Name", "NotVisibleAndEditable" ); in main()
120 xLayerPropSet.setPropertyValue( "IsVisible", new Boolean( false ) ); in main()
121 xLayerPropSet.setPropertyValue( "IsLocked", new Boolean( true ) ); in main()
127 xLayerPropSet = (XPropertySet) in main()
130 xLayerPropSet.setPropertyValue( "Name", "NotEditable" ); in main()
131 xLayerPropSet.setPropertyValue( "IsVisible", new Boolean( true ) ); in main()
132 xLayerPropSet.setPropertyValue( "IsLocked", new Boolean( true ) ); in main()
/aoo4110/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1474 uno::Reference< beans::XPropertySet > xLayerPropSet(xDrawnInSlideshow, uno::UNO_QUERY); in registerUserPaintPolygons() local
1481 xLayerPropSet->setPropertyValue(rtl::OUString::createFromAscii("Name"), aPropLayer); in registerUserPaintPolygons()
1484 xLayerPropSet->setPropertyValue(rtl::OUString::createFromAscii("IsVisible"), aPropLayer); in registerUserPaintPolygons()
1487 xLayerPropSet->setPropertyValue(rtl::OUString::createFromAscii("IsLocked"), aPropLayer); in registerUserPaintPolygons()

Completed in 26 milliseconds