Lines Matching refs:m_aProps

65 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext)  in DBG_NAME()
70m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in DBG_NAME()
79 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OShape()
85m_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)
167 REPORTCONTROLFORMAT_IMPL2(OShape,m_aProps.aFormatProperties)
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()
284 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
289 set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange); in setPrintWhenGroupChange()
295 return m_aProps.aConditionalPrintExpression; in getConditionalPrintExpression()
300 …set(PROPERTY_CONDITIONALPRINTEXPRESSION,_conditionalprintexpression,m_aProps.aConditionalPrintExpr… in setConditionalPrintExpression()
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()
358 m_aProps.addContainerListener(xListener); in addContainerListener()
363 m_aProps.removeContainerListener(xListener); in removeContainerListener()
374 return m_aProps.hasElements(); in hasElements()
380 m_aProps.insertByIndex(Index,Element); in insertByIndex()
385 m_aProps.removeByIndex(Index); in removeByIndex()
391 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
397 return m_aProps.getCount(); in getCount()
402 return m_aProps.getByIndex( Index ); in getByIndex()
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()
468m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_TRANSFORMATION,uno::makeAny(_transforma… in setTransformation()
475m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEENGINE) >>= m_CustomShapeEng… in getCustomShapeEngine()
482m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEENGINE,uno::makeAny(_customs… in setCustomShapeEngine()
489m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEDATA) >>= m_CustomShapeData; in getCustomShapeData()
495m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEDATA,uno::makeAny(_customsha… in setCustomShapeData()
502m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEGEOMETRY) >>= m_CustomShapeG… in getCustomShapeGeometry()
508m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEGEOMETRY,uno::makeAny(_custo… in setCustomShapeGeometry()