Lines Matching refs:aComponent

70 …m_aProps.aComponent.m_sName  = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ…  in DBG_NAME()
85 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in OShape()
86 m_aProps.aComponent.m_xFactory = _xFactory; in OShape()
95 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape()
117 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
164 REPORTCOMPONENT_IMPL(OShape,m_aProps.aComponent)
165 REPORTCOMPONENT_IMPL2(OShape,m_aProps.aComponent)
166 REPORTCOMPONENT_MASTERDETAIL(OShape,m_aProps.aComponent)
201 if ( m_aProps.aComponent.m_xProperty.is() ) in getInfoHelper()
202 aAggSeq = m_aProps.aComponent.m_xProperty->getPropertySetInfo()->getProperties(); in getInfoHelper()
213 m_aProps.aComponent.m_xProperty->setPropertyValue( aPropertyName,aValue); in setPropertyValue()
223 return m_aProps.aComponent.m_xProperty->getPropertyValue( PropertyName); in getPropertyValue()
234 m_aProps.aComponent.m_xProperty->addPropertyChangeListener( aPropertyName, xListener); in addPropertyChangeListener()
244 m_aProps.aComponent.m_xProperty->removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
254 m_aProps.aComponent.m_xProperty->addVetoableChangeListener( PropertyName, aListener ); in addVetoableChangeListener()
264 m_aProps.aComponent.m_xProperty->removeVetoableChangeListener( PropertyName, aListener ); in removeVetoableChangeListener()
343 m_aProps.aComponent.m_xParent = uno::Reference< container::XChild >(Parent,uno::UNO_QUERY); in setParent()
352 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
436 m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_ZORDER) >>= m_nZOrder; in getZOrder()
443 m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_ZORDER,uno::makeAny(_zorder)); in setZOrder()
462 m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_TRANSFORMATION) >>= m_Transformation; in getTransformation()
468 …m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_TRANSFORMATION,uno::makeAny(_transforma… in setTransformation()
475 …m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEENGINE) >>= m_CustomShapeEng… in getCustomShapeEngine()
482 …m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEENGINE,uno::makeAny(_customs… in setCustomShapeEngine()
489 … m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEDATA) >>= m_CustomShapeData; in getCustomShapeData()
495 …m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEDATA,uno::makeAny(_customsha… in setCustomShapeData()
502 …m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEGEOMETRY) >>= m_CustomShapeG… in getCustomShapeGeometry()
508 …m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEGEOMETRY,uno::makeAny(_custo… in setCustomShapeGeometry()