Lines Matching refs:m_xShapeProperties

258         Reference< XPropertySet >                       m_xShapeProperties;  member in pcr::FormGeometryHandler
294 m_xShapeProperties.clear(); in onNewComponent()
310 m_xShapeProperties.set( m_xAssociatedShape, UNO_QUERY_THROW ); in onNewComponent()
344 ENSURE_OR_THROW2( m_xShapeProperties.is(), "internal error: no shape properties!", *this ); in getPropertyValue()
364 aReturn = m_xShapeProperties->getPropertyValue( PROPERTY_ANCHOR_TYPE ); in getPropertyValue()
369 …Reference< XSpreadsheet > xAnchorSheet( m_xShapeProperties->getPropertyValue( PROPERTY_ANCHOR ), U… in getPropertyValue()
393 … ENSURE_OR_THROW2( m_xShapeProperties.is(), "internal error: properties, but no shape!", *this ); in setPropertyValue()
430 m_xShapeProperties->setPropertyValue( PROPERTY_ANCHOR_TYPE, _rValue ); in setPropertyValue()
588 ENSURE_OR_THROW( m_xShapeProperties.is(), "not to be called without shape properties" ); in impl_haveTextAnchorType_nothrow()
591 … Reference< XPropertySetInfo > xPSI( m_xShapeProperties->getPropertySetInfo(), UNO_SET_THROW ); in impl_haveTextAnchorType_nothrow()
605 ENSURE_OR_THROW( m_xShapeProperties.is(), "not to be called without shape properties" ); in impl_haveSheetAnchorType_nothrow()
608 … Reference< XPropertySetInfo > xPSI( m_xShapeProperties->getPropertySetInfo(), UNO_SET_THROW ); in impl_haveSheetAnchorType_nothrow()
659 … ENSURE_OR_THROW( m_xShapeProperties.is(), "illegal to be called without shape properties." ); in impl_setSheetAnchorType_nothrow()
675 m_xShapeProperties->setPropertyValue( PROPERTY_ANCHOR, makeAny( xSheet ) ); in impl_setSheetAnchorType_nothrow()
686 … OSL_VERIFY( m_xShapeProperties->getPropertyValue( PROPERTY_ANCHOR ) >>= xCurrentAnchor ); in impl_setSheetAnchorType_nothrow()
700 m_xShapeProperties->setPropertyValue( PROPERTY_ANCHOR, aNewAnchorCell ); in impl_setSheetAnchorType_nothrow()