Home
last modified time | relevance | path

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

/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx2030 rPropVal.Value = aVal; in _getDefaultAttributesImpl()
2031 rPropVal.Handle = -1; in _getDefaultAttributesImpl()
2034 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2052 rPropVal.Handle = -1; in _getDefaultAttributesImpl()
2055 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2093 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2178 PropertyValue rPropVal; in getDefaultAttributes() local
2184 rPropVal.Handle = -1; in getDefaultAttributes()
2280 aRunAttrSeq[rPropVal.Name] = rPropVal; in _getRunAttributesImpl()
2384 rPropVal.Handle = -1; in _getSupplementalAttributesImpl()
[all …]
/aoo4110/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 …]
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx3635 if ( rPropVal.Name.equals( sPosition ) ) in CreateCustomShapeProperties()
3638 if ( rPropVal.Value >>= aPosition ) in CreateCustomShapeProperties()
3647 if ( rPropVal.Value >>= bMirroredX ) in CreateCustomShapeProperties()
3656 if ( rPropVal.Value >>= bMirroredY ) in CreateCustomShapeProperties()
3665 if ( rPropVal.Value >>= bSwitched ) in CreateCustomShapeProperties()
3671 else if ( rPropVal.Name.equals( sPolar ) ) in CreateCustomShapeProperties()
3674 if ( rPropVal.Value >>= aPolar ) in CreateCustomShapeProperties()
3726 if ( rPropVal.Value >>= aXRangeMinimum ) in CreateCustomShapeProperties()
3736 if ( rPropVal.Value >>= aXRangeMaximum ) in CreateCustomShapeProperties()
3746 if ( rPropVal.Value >>= aYRangeMinimum ) in CreateCustomShapeProperties()
[all …]
/aoo4110/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()
/aoo4110/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 107 milliseconds