Home
last modified time | relevance | path

Searched refs:m_xShapeProperties (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx258 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()
[all …]