Lines Matching refs:m_pWrappedNumberFormatProperty
56 if( m_pWrappedLinkNumberFormatProperty->m_pWrappedNumberFormatProperty == this ) in ~WrappedNumberFormatProperty()
57 m_pWrappedLinkNumberFormatProperty->m_pWrappedNumberFormatProperty = 0; in ~WrappedNumberFormatProperty()
120 , m_pWrappedNumberFormatProperty( pWrappedNumberFormatProperty ) in WrappedLinkNumberFormatProperty()
122 if( m_pWrappedNumberFormatProperty ) in WrappedLinkNumberFormatProperty()
124 m_pWrappedNumberFormatProperty->m_pWrappedLinkNumberFormatProperty = this; in WrappedLinkNumberFormatProperty()
130 if( m_pWrappedNumberFormatProperty ) in ~WrappedLinkNumberFormatProperty()
132 if( m_pWrappedNumberFormatProperty->m_pWrappedLinkNumberFormatProperty == this ) in ~WrappedLinkNumberFormatProperty()
133 m_pWrappedNumberFormatProperty->m_pWrappedLinkNumberFormatProperty = 0; in ~WrappedLinkNumberFormatProperty()
152 if( m_pWrappedNumberFormatProperty ) in setPropertyValue()
154 …uno::Reference< chart2::XChartDocument > xChartDoc( m_pWrappedNumberFormatProperty->m_spChart2Mode… in setPropertyValue()
161 if( m_pWrappedNumberFormatProperty ) in setPropertyValue()
163 aValue = m_pWrappedNumberFormatProperty->getPropertyValue( xInnerPropertySet ); in setPropertyValue()