Searched refs:xShapeProperties (Results 1 – 4 of 4) sorted by relevance
155 Reference< XPropertySet > xShapeProperties(xRadioShape, UNO_QUERY); in doLayout() local158 implAnchorShape(xShapeProperties); in doLayout()167 if (xShapeProperties.is()) in doLayout()168 …xShapeProperties->setPropertyValue(::rtl::OUString::createFromAscii("Name"), makeAny(sElementsName… in doLayout()
281 XPropertySet xShapeProperties = (XPropertySet) in Demo_PolyPolygonBezier() local337 xShapeProperties.setPropertyValue( "PolyPolygonBezier", aCoords ); in Demo_PolyPolygonBezier()340 xShapeProperties.setPropertyValue( "ZOrder", new Integer( 1 ) ); in Demo_PolyPolygonBezier()
790 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_init_nothrow() local791 xShapeProperties->addPropertyChangeListener( ::rtl::OUString(), this ); in impl_init_nothrow()805 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_dispose_nothrow() local806 xShapeProperties->removePropertyChangeListener( ::rtl::OUString(), this ); in impl_dispose_nothrow()
2305 … uno::Reference<beans::XPropertySet> xShapeProperties( pDrawObj->getUnoShape(), uno::UNO_QUERY ); in _ExportAutoStyles() local2306 if (xShapeProperties.is()) in _ExportAutoStyles()2310 … std::vector<XMLPropertyState> xPropStates(xShapeMapper->Filter(xShapeProperties)); in _ExportAutoStyles()2319 … GetTextParagraphExport()->GetParagraphPropertyMapper()->Filter(xShapeProperties)); in _ExportAutoStyles()
Completed in 85 milliseconds