Lines Matching refs:m_aProps

63 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext)  in DBG_NAME()
67m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in DBG_NAME()
75 ,m_aProps(m_aMutex,static_cast< container::XContainer*>( this ),_xContext) in OFormattedField()
79m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in OFormattedField()
80 m_aProps.aComponent.m_xFactory = _xFactory; in OFormattedField()
83 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField()
104 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
147 REPORTCOMPONENT_IMPL(OFormattedField,m_aProps.aComponent)
148 REPORTCOMPONENT_IMPL2(OFormattedField,m_aProps.aComponent)
150 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
196 return m_aProps.aDataField; in getDataField()
201 set(PROPERTY_DATAFIELD,_datafield,m_aProps.aDataField); in setDataField()
207 return m_aProps.bPrintWhenGroupChange; in getPrintWhenGroupChange()
212 set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange); in setPrintWhenGroupChange()
218 return m_aProps.aConditionalPrintExpression; in getConditionalPrintExpression()
223 …set(PROPERTY_CONDITIONALPRINTEXPRESSION,_conditionalprintexpression,m_aProps.aConditionalPrintExpr… in setConditionalPrintExpression()
232 …uno::Reference< report::XFormattedField> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,S… in createClone()
236 …::std::vector< uno::Reference< report::XFormatCondition> >::iterator aIter = m_aProps.m_aFormatCon… in createClone()
237 …::std::vector< uno::Reference< report::XFormatCondition> >::iterator aEnd = m_aProps.m_aFormatCon… in createClone()
297 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
303 m_aProps.addContainerListener(xListener); in addContainerListener()
308 m_aProps.removeContainerListener(xListener); in removeContainerListener()
319 return m_aProps.hasElements(); in hasElements()
325 m_aProps.insertByIndex(Index,Element); in insertByIndex()
330 m_aProps.removeByIndex(Index); in removeByIndex()
336 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
342 return m_aProps.getCount(); in getCount()
347 return m_aProps.getByIndex( Index ); in getByIndex()