Searched refs:aGeoPropSet (Results 1 – 3 of 3) sorted by relevance
127 uno::Any aGeoPropSet; in pushToPropSet() local140 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()
471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry() local474 if ( aGeoPropSet >>= aGeoPropSeq ) in ImpExportEnhancedGeometry()
2708 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties() local2710 if ( aGeoPropSet >>= aGeoPropSeq ) in CreateCustomShapeProperties()3871 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType() local3873 if ( aGeoPropSet >>= aGeoPropSeq ) in GetCustomShapeType()
Completed in 53 milliseconds