Lines Matching refs:m_aProps

64 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext)  in DBG_NAME()
69m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in DBG_NAME()
78 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OShape()
84m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in OShape()
85 m_aProps.aComponent.m_xFactory = _xFactory; in OShape()
94 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape()
116 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
163 REPORTCOMPONENT_IMPL(OShape,m_aProps.aComponent)
164 REPORTCOMPONENT_IMPL2(OShape,m_aProps.aComponent)
165 REPORTCOMPONENT_MASTERDETAIL(OShape,m_aProps.aComponent)
166 REPORTCONTROLFORMAT_IMPL2(OShape,m_aProps.aFormatProperties)
200 if ( m_aProps.aComponent.m_xProperty.is() ) in getInfoHelper()
201 aAggSeq = m_aProps.aComponent.m_xProperty->getPropertySetInfo()->getProperties(); in getInfoHelper()
212 m_aProps.aComponent.m_xProperty->setPropertyValue( aPropertyName,aValue); in setPropertyValue()
222 return m_aProps.aComponent.m_xProperty->getPropertyValue( PropertyName); in getPropertyValue()
233 m_aProps.aComponent.m_xProperty->addPropertyChangeListener( aPropertyName, xListener); in addPropertyChangeListener()
243 m_aProps.aComponent.m_xProperty->removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
253 m_aProps.aComponent.m_xProperty->addVetoableChangeListener( PropertyName, aListener ); in addVetoableChangeListener()
263 m_aProps.aComponent.m_xProperty->removeVetoableChangeListener( PropertyName, aListener ); in removeVetoableChangeListener()
283 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
288 set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange); in setPrintWhenGroupChange()
294 return m_aProps.aConditionalPrintExpression; in getConditionalPrintExpression()
299 …set(PROPERTY_CONDITIONALPRINTEXPRESSION,_conditionalprintexpression,m_aProps.aConditionalPrintExpr… in setConditionalPrintExpression()
342 m_aProps.aComponent.m_xParent = uno::Reference< container::XChild >(Parent,uno::UNO_QUERY); in setParent()
351 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
357 m_aProps.addContainerListener(xListener); in addContainerListener()
362 m_aProps.removeContainerListener(xListener); in removeContainerListener()
373 return m_aProps.hasElements(); in hasElements()
379 m_aProps.insertByIndex(Index,Element); in insertByIndex()
384 m_aProps.removeByIndex(Index); in removeByIndex()
390 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
396 return m_aProps.getCount(); in getCount()
401 return m_aProps.getByIndex( Index ); in getByIndex()
435 m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_ZORDER) >>= m_nZOrder; in getZOrder()
442 m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_ZORDER,uno::makeAny(_zorder)); in setZOrder()
461 m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_TRANSFORMATION) >>= m_Transformation; in getTransformation()
467m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_TRANSFORMATION,uno::makeAny(_transforma… in setTransformation()
474m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEENGINE) >>= m_CustomShapeEng… in getCustomShapeEngine()
481m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEENGINE,uno::makeAny(_customs… in setCustomShapeEngine()
488m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEDATA) >>= m_CustomShapeData; in getCustomShapeData()
494m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEDATA,uno::makeAny(_customsha… in setCustomShapeData()
501m_aProps.aComponent.m_xProperty->getPropertyValue(PROPERTY_CUSTOMSHAPEGEOMETRY) >>= m_CustomShapeG… in getCustomShapeGeometry()
507m_aProps.aComponent.m_xProperty->setPropertyValue(PROPERTY_CUSTOMSHAPEGEOMETRY,uno::makeAny(_custo… in setCustomShapeGeometry()