Home
last modified time | relevance | path

Searched refs:xShapeProperties (Results 1 – 4 of 4) sorted by relevance

/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx155 Reference< XPropertySet > xShapeProperties(xRadioShape, UNO_QUERY); in doLayout() local
158 implAnchorShape(xShapeProperties); in doLayout()
167 if (xShapeProperties.is()) in doLayout()
168xShapeProperties->setPropertyValue(::rtl::OUString::createFromAscii("Name"), makeAny(sElementsName… in doLayout()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java281 XPropertySet xShapeProperties = (XPropertySet) in Demo_PolyPolygonBezier() local
337 xShapeProperties.setPropertyValue( "PolyPolygonBezier", aCoords ); in Demo_PolyPolygonBezier()
340 xShapeProperties.setPropertyValue( "ZOrder", new Integer( 1 ) ); in Demo_PolyPolygonBezier()
/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx790 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_init_nothrow() local
791 xShapeProperties->addPropertyChangeListener( ::rtl::OUString(), this ); in impl_init_nothrow()
805 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_dispose_nothrow() local
806 xShapeProperties->removePropertyChangeListener( ::rtl::OUString(), this ); in impl_dispose_nothrow()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2305 … uno::Reference<beans::XPropertySet> xShapeProperties( pDrawObj->getUnoShape(), uno::UNO_QUERY ); in _ExportAutoStyles() local
2306 if (xShapeProperties.is()) in _ExportAutoStyles()
2310 … std::vector<XMLPropertyState> xPropStates(xShapeMapper->Filter(xShapeProperties)); in _ExportAutoStyles()
2319 … GetTextParagraphExport()->GetParagraphPropertyMapper()->Filter(xShapeProperties)); in _ExportAutoStyles()

Completed in 48 milliseconds