Lines Matching refs:m_xAssociatedShape

257         Reference< XControlShape >                      m_xAssociatedShape;  member in pcr::FormGeometryHandler
293 m_xAssociatedShape.clear(); in onNewComponent()
309m_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()
361 aReturn <<= m_xAssociatedShape->getSize().Height; in getPropertyValue()
392 … ENSURE_OR_THROW2( m_xAssociatedShape.is(), "internal error: properties, but no shape!", *this ); in setPropertyValue()
405 AwtPoint aPos( m_xAssociatedShape->getPosition() ); in setPropertyValue()
410 m_xAssociatedShape->setPosition( aPos ); in setPropertyValue()
420 AwtSize aSize( m_xAssociatedShape->getSize() ); in setPropertyValue()
425 m_xAssociatedShape->setSize( aSize ); in setPropertyValue()
554 if ( !m_xAssociatedShape.is() ) in doDescribeSupportedProperties()
611 Reference< XServiceInfo > xSI( m_xAssociatedShape, UNO_QUERY_THROW ); in impl_haveSheetAnchorType_nothrow()
674 AwtPoint aPreservePosition( m_xAssociatedShape->getPosition() ); in impl_setSheetAnchorType_nothrow()
676 m_xAssociatedShape->setPosition( aPreservePosition ); in impl_setSheetAnchorType_nothrow()
690 AwtPoint aRelativePosition( m_xAssociatedShape->getPosition() ); in impl_setSheetAnchorType_nothrow()