Home
last modified time | relevance | path

Searched refs:aGeoPropSet (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry() local
474 if ( aGeoPropSet >>= aGeoPropSeq ) in ImpExportEnhancedGeometry()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx127 uno::Any aGeoPropSet; in pushToPropSet() local
140 aGeoPropSet = xPropSet->getPropertyValue(sCustomShapeGeometry); in pushToPropSet()
142 if(aGeoPropSet >>= aGeoPropSeq) in pushToPropSet()
173 aGeoPropSet = xPropSet->getPropertyValue( sCustomShapeGeometry ); in pushToPropSet()
174 aGeoPropSet >>= aGeoPropSeq; in pushToPropSet()
226 aGeoPropSet <<= aGeoPropSeq; in pushToPropSet()
227 xPropSet->setPropertyValue(sCustomShapeGeometry, aGeoPropSet); in pushToPropSet()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2708 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties() local
2710 if ( aGeoPropSet >>= aGeoPropSeq ) in CreateCustomShapeProperties()
3871 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType() local
3873 if ( aGeoPropSet >>= aGeoPropSeq ) in GetCustomShapeType()

Completed in 61 milliseconds