Lines Matching refs:pCur
412 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in setPropertyValue() local
413 if (pCur) in setPropertyValue()
415 Any aOld( aConfig.GetProperty( pCur->nWID ) ); in setPropertyValue()
416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue()
419 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
438 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in getPropertyValue() local
439 if(pCur) in getPropertyValue()
441 aRet = aConfig.GetProperty( pCur->nWID ); in getPropertyValue()
462 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in addPropertyChangeListener() local
463 if(pCur) in addPropertyChangeListener()
464 aPropListeners.addInterface( pCur->nWID, rxListener ); in addPropertyChangeListener()
483 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in removePropertyChangeListener() local
484 if(pCur) in removePropertyChangeListener()
485 aPropListeners.removeInterface( pCur->nWID, rxListener ); in removePropertyChangeListener()