Home
last modified time | relevance | path

Searched refs:pWrappedProperty (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/chart2/source/tools/
H A DWrappedPropertySet.cxx73 const WrappedProperty* pWrappedProperty = (*aIt).second; in clearWrappedPropertySet() local
74 DELETEZ(pWrappedProperty); in clearWrappedPropertySet()
115 if( pWrappedProperty ) in setPropertyValue()
164 if( pWrappedProperty ) in getPropertyValue()
205 if( pWrappedProperty ) in addPropertyChangeListener()
219 if( pWrappedProperty ) in removePropertyChangeListener()
232 if( pWrappedProperty ) in addVetoableChangeListener()
245 if( pWrappedProperty ) in removeVetoableChangeListener()
330 if( pWrappedProperty ) in getPropertyState()
375 if( pWrappedProperty ) in setPropertyToDefault()
[all …]
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx333 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getFastCharacterPropertyValue() local
334 if( pWrappedProperty ) in getFastCharacterPropertyValue()
336 rValue = pWrappedProperty->getPropertyValue( xProp ); in getFastCharacterPropertyValue()
356 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setFastCharacterPropertyValue() local
363 if( pWrappedProperty ) in setFastCharacterPropertyValue()
364 pWrappedProperty->setPropertyValue( rValue, xPropSet ); in setFastCharacterPropertyValue()
409 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyState() local
410 if( pWrappedProperty ) in getPropertyState()
411 aState = pWrappedProperty->getPropertyState( xPropState ); in getPropertyState()
445 if( pWrappedProperty ) in getPropertyDefault()
[all …]
H A DDataSeriesPointWrapper.cxx691 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() local
692 if( pWrappedProperty ) in getPropertyDefault()
693 aRet = pWrappedProperty->getPropertyValue(xInnerPropertySet); in getPropertyDefault()

Completed in 32 milliseconds