Searched refs:m_xAssociatedShape (Results 1 – 1 of 1) sorted by relevance
257 Reference< XControlShape > m_xAssociatedShape; member in pcr::FormGeometryHandler293 m_xAssociatedShape.clear(); in onNewComponent()309 … m_xAssociatedShape.set( xControlMap->get( makeAny( xControlModel ) ), UNO_QUERY_THROW ); in onNewComponent()310 m_xShapeProperties.set( m_xAssociatedShape, UNO_QUERY_THROW ); in onNewComponent()319 if ( m_xAssociatedShape.is() ) in onNewComponent()320 … m_xChangeNotifier = new ShapeGeometryChangeNotifier( *this, m_aMutex, m_xAssociatedShape.get() ); in onNewComponent()343 … ENSURE_OR_THROW2( m_xAssociatedShape.is(), "internal error: properties, but no shape!", *this ); in getPropertyValue()352 aReturn <<= m_xAssociatedShape->getPosition().X; in getPropertyValue()355 aReturn <<= m_xAssociatedShape->getPosition().Y; in getPropertyValue()358 aReturn <<= m_xAssociatedShape->getSize().Width; in getPropertyValue()[all …]