Searched refs:rPropVal (Results 1 – 7 of 7) sorted by relevance
61 beans::PropertyValue& rPropVal = aPropSeq[ i ]; in SdrCustomShapeGeometryItem() local62 aPropHashMap[ rPropVal.Name ] = i; in SdrCustomShapeGeometryItem()63 …if ( rPropVal.Value.getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans… in SdrCustomShapeGeometryItem()65 …s::PropertyValue >& rPropSeq = *( uno::Sequence< beans::PropertyValue >*)rPropVal.Value.getValue(); in SdrCustomShapeGeometryItem()69 aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = j; in SdrCustomShapeGeometryItem()104 …drCustomShapeGeometryItem::SetPropertyValue( const com::sun::star::beans::PropertyValue& rPropVal ) in SetPropertyValue() argument106 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rPropVal.Name ); in SetPropertyValue()116 …tyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rPropVal.Name, rSecSequenc… in SetPropertyValue()121 *pAny = rPropVal.Value; in SetPropertyValue()122 …if ( rPropVal.Value.getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans… in SetPropertyValue()[all …]
458 const com::sun::star::beans::PropertyValue& rPropVal = rHandleProperties[ i ]; in ConvertSequenceToEnhancedCustomShape2dHandle() local477 if ( rPropVal.Name.equals( sPosition ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()479 if ( rPropVal.Value >>= rDestinationHandle.aPosition ) in ConvertSequenceToEnhancedCustomShape2dHandle()482 else if ( rPropVal.Name.equals( sMirroredX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()485 if ( rPropVal.Value >>= bMirroredX ) in ConvertSequenceToEnhancedCustomShape2dHandle()491 else if ( rPropVal.Name.equals( sMirroredY ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()494 if ( rPropVal.Value >>= bMirroredY ) in ConvertSequenceToEnhancedCustomShape2dHandle()500 else if ( rPropVal.Name.equals( sSwitched ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()503 if ( rPropVal.Value >>= bSwitched ) in ConvertSequenceToEnhancedCustomShape2dHandle()509 else if ( rPropVal.Name.equals( sPolar ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()[all …]
2032 PropertyValue rPropVal; in _getDefaultAttributesImpl() local2033 rPropVal.Name = aPropIt->sName; in _getDefaultAttributesImpl()2034 rPropVal.Value = aVal; in _getDefaultAttributesImpl()2035 rPropVal.Handle = -1; in _getDefaultAttributesImpl()2036 rPropVal.State = beans::PropertyState_DEFAULT_VALUE; in _getDefaultAttributesImpl()2038 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()2052 PropertyValue rPropVal; in _getDefaultAttributesImpl() local2053 rPropVal.Name = sParaStyleName; in _getDefaultAttributesImpl()2055 rPropVal.Value = aVal; in _getDefaultAttributesImpl()2056 rPropVal.Handle = -1; in _getDefaultAttributesImpl()[all …]
194 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in ImpExportHandles() local195 switch( EASGet( rPropVal.Name ) ) in ImpExportHandles()200 if ( rPropVal.Value >>= aPosition ) in ImpExportHandles()213 if ( rPropVal.Value >>= bMirroredX ) in ImpExportHandles()221 if ( rPropVal.Value >>= bMirroredY ) in ImpExportHandles()229 if ( rPropVal.Value >>= bSwitched ) in ImpExportHandles()237 if ( rPropVal.Value >>= aPolar ) in ImpExportHandles()249 if ( rPropVal.Value >>= aRadiusRangeMinimum ) in ImpExportHandles()260 if ( rPropVal.Value >>= aRadiusRangeMaximum ) in ImpExportHandles()271 if ( rPropVal.Value >>= aXRangeMinimum ) in ImpExportHandles()[all …]
3631 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in CreateCustomShapeProperties() local3646 if ( rPropVal.Name.equals( sPosition ) ) in CreateCustomShapeProperties()3649 if ( rPropVal.Value >>= aPosition ) in CreateCustomShapeProperties()3655 else if ( rPropVal.Name.equals( sMirroredX ) ) in CreateCustomShapeProperties()3658 if ( rPropVal.Value >>= bMirroredX ) in CreateCustomShapeProperties()3664 else if ( rPropVal.Name.equals( sMirroredY ) ) in CreateCustomShapeProperties()3667 if ( rPropVal.Value >>= bMirroredY ) in CreateCustomShapeProperties()3673 else if ( rPropVal.Name.equals( sSwitched ) ) in CreateCustomShapeProperties()3676 if ( rPropVal.Value >>= bSwitched ) in CreateCustomShapeProperties()3682 else if ( rPropVal.Name.equals( sPolar ) ) in CreateCustomShapeProperties()[all …]
274 const PropertyValue &rPropVal = *rPropVals.GetObject(n); in SbPropertySetInfo() local275 rProp.Name = rPropVal.Name; in SbPropertySetInfo()276 rProp.Handle = rPropVal.Handle; in SbPropertySetInfo()
109 void SetPropertyValue( const com::sun::star::beans::PropertyValue& rPropVal );110 …yValue( const rtl::OUString& rSequenceName, const com::sun::star::beans::PropertyValue& rPropVal );