Home
last modified time | relevance | path

Searched refs:rPropVal (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx61 beans::PropertyValue& rPropVal = aPropSeq[ i ]; in SdrCustomShapeGeometryItem() local
62 aPropHashMap[ rPropVal.Name ] = i; in SdrCustomShapeGeometryItem()
69 aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = j; in SdrCustomShapeGeometryItem()
106 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rPropVal.Name ); in SetPropertyValue()
121 *pAny = rPropVal.Value; in SetPropertyValue()
129 aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = i; in SetPropertyValue()
137 aPropSeq[ nIndex ] = rPropVal ; in SetPropertyValue()
139 aPropHashMap[ rPropVal.Name ] = nIndex; in SetPropertyValue()
147 *pAny = rPropVal.Value; in SetPropertyValue()
177 rSecSequence[ (*aHashIter).second ].Value = rPropVal.Value; in SetPropertyValue()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx477 if ( rPropVal.Name.equals( sPosition ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
482 else if ( rPropVal.Name.equals( sMirroredX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
485 if ( rPropVal.Value >>= bMirroredX ) 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()
528 else if ( rPropVal.Name.equals( sRefX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
533 else if ( rPropVal.Name.equals( sRefY ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
538 else if ( rPropVal.Name.equals( sRefAngle ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
[all …]
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2034 rPropVal.Value = aVal; in _getDefaultAttributesImpl()
2035 rPropVal.Handle = -1; in _getDefaultAttributesImpl()
2038 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2056 rPropVal.Handle = -1; in _getDefaultAttributesImpl()
2059 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2097 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2182 PropertyValue rPropVal; in getDefaultAttributes() local
2188 rPropVal.Handle = -1; in getDefaultAttributes()
2284 aRunAttrSeq[rPropVal.Name] = rPropVal; in _getRunAttributesImpl()
2388 rPropVal.Handle = -1; in _getSupplementalAttributesImpl()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx195 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()
271 if ( rPropVal.Value >>= aXRangeMinimum ) in ImpExportHandles()
282 if ( rPropVal.Value >>= aXRangeMaximum ) in ImpExportHandles()
293 if ( rPropVal.Value >>= aYRangeMinimum ) in ImpExportHandles()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3646 if ( rPropVal.Name.equals( sPosition ) ) in CreateCustomShapeProperties()
3649 if ( rPropVal.Value >>= aPosition ) in CreateCustomShapeProperties()
3658 if ( rPropVal.Value >>= bMirroredX ) in CreateCustomShapeProperties()
3667 if ( rPropVal.Value >>= bMirroredY ) in CreateCustomShapeProperties()
3676 if ( rPropVal.Value >>= bSwitched ) in CreateCustomShapeProperties()
3682 else if ( rPropVal.Name.equals( sPolar ) ) in CreateCustomShapeProperties()
3685 if ( rPropVal.Value >>= aPolar ) in CreateCustomShapeProperties()
3737 if ( rPropVal.Value >>= aXRangeMinimum ) in CreateCustomShapeProperties()
3747 if ( rPropVal.Value >>= aXRangeMaximum ) in CreateCustomShapeProperties()
3757 if ( rPropVal.Value >>= aYRangeMinimum ) in CreateCustomShapeProperties()
[all …]
/trunk/main/basic/source/classes/
H A Dpropacc.cxx274 const PropertyValue &rPropVal = *rPropVals.GetObject(n); in SbPropertySetInfo() local
275 rProp.Name = rPropVal.Name; in SbPropertySetInfo()
276 rProp.Handle = rPropVal.Handle; in SbPropertySetInfo()
/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx109 void SetPropertyValue( const com::sun::star::beans::PropertyValue& rPropVal );
110 …yValue( const rtl::OUString& rSequenceName, const com::sun::star::beans::PropertyValue& rPropVal );

Completed in 152 milliseconds