Lines Matching refs:pCur
892 const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in setPropertyValue() local
893 if (!pCur) in setPropertyValue()
895 else if (pCur->nFlags & PropertyAttribute::READONLY) in setPropertyValue()
900 const uno::Type* pType = pCur->pType; in setPropertyValue()
901 switch (pCur->nWID) in setPropertyValue()
1035 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
1049 const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in getPropertyValue() local
1050 if (!pCur) in getPropertyValue()
1054 switch (pCur->nWID) in getPropertyValue()
1103 … const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in addPropertyChangeListener() local
1104 if (pCur) in addPropertyChangeListener()
1105 aPropListeners.addInterface( pCur->nWID, rListener ); in addPropertyChangeListener()
1119 … const SfxItemPropertySimpleEntry* pCur = pPropSet->getPropertyMap()->getByName( rPropertyName ); in removePropertyChangeListener() local
1120 if (pCur) in removePropertyChangeListener()
1121 aPropListeners.removeInterface( pCur->nWID, rListener ); in removePropertyChangeListener()