Lines Matching refs:PropertyName

466 void SAL_CALL SvxUnoTextRangeBase::setPropertyValue(const OUString& PropertyName, const uno::Any& a…  in setPropertyValue()  argument
469 _setPropertyValue( PropertyName, aValue, -1 ); in setPropertyValue()
472 void SAL_CALL SvxUnoTextRangeBase::_setPropertyValue( const OUString& PropertyName, const uno::Any&… in _setPropertyValue() argument
483 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName ); in _setPropertyValue()
632 uno::Any SAL_CALL SvxUnoTextRangeBase::getPropertyValue(const OUString& PropertyName) in getPropertyValue() argument
635 return _getPropertyValue( PropertyName, -1 ); in getPropertyValue()
638 uno::Any SAL_CALL SvxUnoTextRangeBase::_getPropertyValue(const OUString& PropertyName, sal_Int32 nP… in _getPropertyValue() argument
648 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName ); in _getPropertyValue()
976 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::getPropertyState( const OUString& PropertyName ) in getPropertyState() argument
979 return _getPropertyState( PropertyName, -1 ); in getPropertyState()
1077 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::_getPropertyState(const OUString& PropertyName, … in _getPropertyState() argument
1082 return _getPropertyState( mpPropSet->getPropertyMapEntry( PropertyName ), nPara); in _getPropertyState()
1091 …UnoTextRangeBase::_getPropertyStates(const uno::Sequence< OUString >& PropertyName, sal_Int32 nPar… in _getPropertyStates() argument
1094 const sal_Int32 nCount = PropertyName.getLength(); in _getPropertyStates()
1095 const OUString* pNames = PropertyName.getConstArray(); in _getPropertyStates()
1222 void SAL_CALL SvxUnoTextRangeBase::setPropertyToDefault( const OUString& PropertyName ) in setPropertyToDefault() argument
1225 _setPropertyToDefault( PropertyName, -1 ); in setPropertyToDefault()
1228 void SvxUnoTextRangeBase::_setPropertyToDefault(const OUString& PropertyName, sal_Int32 nPara /* = … in _setPropertyToDefault() argument
1237 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( PropertyName ); in _setPropertyToDefault()