Searched refs:m_xAssociatedShape (Results 1 – 1 of 1) sorted by relevance
293 m_xAssociatedShape.clear(); in onNewComponent()319 if ( m_xAssociatedShape.is() ) in onNewComponent()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()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()[all …]
Completed in 15 milliseconds