Lines Matching refs:mpPropSet

244 : mpEditSource(NULL) , mpPropSet(_pSet)  in SvxUnoTextRangeBase()
252 : mpPropSet(_pSet) in SvxUnoTextRangeBase()
281 , mpPropSet(rRange.getPropertySet()) in SvxUnoTextRangeBase()
463 return mpPropSet->getPropertySetInfo(); in getPropertySetInfo()
483 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName ); in _setPropertyValue()
540 mpPropSet->setPropertyValue(pMap, rValue, rNewSet, false ); in setPropertyValue()
648 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName ); in _getPropertyValue()
711 rAny = mpPropSet->getPropertyValue(pMap, rSet, true, false ); in getPropertyValue()
832 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pPropertyNames ); in _setPropertyValues()
949 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pPropertyNames ); in _getPropertyValues()
1082 return _getPropertyState( mpPropSet->getPropertyMapEntry( PropertyName ), nPara); in _getPropertyState()
1118 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pNames++ ); in _getPropertyStates()
1237 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( PropertyName ); in _setPropertyToDefault()
1299 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( aPropertyName ); in getPropertyDefault()
1328 return mpPropSet->getPropertyValue(pMap, aSet, true, false ); in getPropertyDefault()
1346 PropertyEntryVector_t aEntries = mpPropSet->getPropertyMap()->getPropertyEntries(); in setAllPropertiesToDefault()