Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedNumberFormatProperty.cxx115 …perty::WrappedLinkNumberFormatProperty( WrappedNumberFormatProperty* pWrappedNumberFormatProperty ) in WrappedLinkNumberFormatProperty() argument
117 , m_pWrappedNumberFormatProperty( pWrappedNumberFormatProperty ) in WrappedLinkNumberFormatProperty()
H A DAxisWrapper.cxx646 …WrappedNumberFormatProperty* pWrappedNumberFormatProperty = new WrappedNumberFormatProperty( m_spC… in createWrappedProperties() local
647 aWrappedProperties.push_back( pWrappedNumberFormatProperty ); in createWrappedProperties()
648 … aWrappedProperties.push_back( new WrappedLinkNumberFormatProperty(pWrappedNumberFormatProperty) ); in createWrappedProperties()
H A DDataSeriesPointWrapper.cxx709 …WrappedNumberFormatProperty* pWrappedNumberFormatProperty = new WrappedNumberFormatProperty( m_spC… in createWrappedProperties() local
710 aWrappedProperties.push_back( pWrappedNumberFormatProperty ); in createWrappedProperties()
711 … aWrappedProperties.push_back( new WrappedLinkNumberFormatProperty(pWrappedNumberFormatProperty) ); in createWrappedProperties()
H A DWrappedNumberFormatProperty.hxx62 WrappedLinkNumberFormatProperty( WrappedNumberFormatProperty* pWrappedNumberFormatProperty );