Searched refs:m_xShapeProperties (Results 1 – 1 of 1) sorted by relevance
258 Reference< XPropertySet > m_xShapeProperties; member in pcr::FormGeometryHandler294 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()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()605 ENSURE_OR_THROW( m_xShapeProperties.is(), "not to be called without shape properties" ); 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()[all …]
Completed in 12 milliseconds