Home
last modified time | relevance | path

Searched refs:aGeoPropSet (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx126 uno::Any aGeoPropSet; in pushToPropSet() local
139 aGeoPropSet = xPropSet->getPropertyValue(sCustomShapeGeometry); in pushToPropSet()
141 if(aGeoPropSet >>= aGeoPropSeq) in pushToPropSet()
172 aGeoPropSet = xPropSet->getPropertyValue( sCustomShapeGeometry ); in pushToPropSet()
173 aGeoPropSet >>= aGeoPropSeq; in pushToPropSet()
217 aGeoPropSet <<= aGeoPropSeq; in pushToPropSet()
218 xPropSet->setPropertyValue(sCustomShapeGeometry, aGeoPropSet); in pushToPropSet()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry() local
474 if ( aGeoPropSet >>= aGeoPropSeq ) in ImpExportEnhancedGeometry()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx2697 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties() local
2699 if ( aGeoPropSet >>= aGeoPropSeq ) in CreateCustomShapeProperties()
3860 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType() local
3862 if ( aGeoPropSet >>= aGeoPropSeq ) in GetCustomShapeType()

Completed in 91 milliseconds