Lines Matching refs:pValues

102 …virtual void _setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) throw(Un…
446 …d SvUnoImageMapObject::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) in _setPropertyValues() argument
456 bOk = *pValues >>= maURL; in _setPropertyValues()
459 bOk = *pValues >>= maAltText; in _setPropertyValues()
462 bOk = *pValues >>= maDesc; in _setPropertyValues()
465 bOk = *pValues >>= maTarget; in _setPropertyValues()
468 bOk = *pValues >>= maName; in _setPropertyValues()
471 bOk = *pValues >>= mbIsActive; in _setPropertyValues()
474 bOk = *pValues >>= maBoundary; in _setPropertyValues()
477 bOk = *pValues >>= maCenter; in _setPropertyValues()
480 bOk = *pValues >>= mnRadius; in _setPropertyValues()
483 bOk = *pValues >>= maPolygon; in _setPropertyValues()
494 pValues++; in _setPropertyValues()
498 void SvUnoImageMapObject::_getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValues ) in _getPropertyValues() argument
506 *pValues <<= maURL; in _getPropertyValues()
509 *pValues <<= maAltText; in _getPropertyValues()
512 *pValues <<= maDesc; in _getPropertyValues()
515 *pValues <<= maTarget; in _getPropertyValues()
518 *pValues <<= maName; in _getPropertyValues()
521 *pValues <<= mbIsActive; in _getPropertyValues()
524 *pValues <<= maBoundary; in _getPropertyValues()
527 *pValues <<= maCenter; in _getPropertyValues()
530 *pValues <<= mnRadius; in _getPropertyValues()
533 *pValues <<= maPolygon; in _getPropertyValues()
541 pValues++; in _getPropertyValues()