Searched refs:aGeoPropSet (Results 1 – 3 of 3) sorted by relevance
126 uno::Any aGeoPropSet; in pushToPropSet() local139 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()
471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry() local474 if ( aGeoPropSet >>= aGeoPropSeq ) in ImpExportEnhancedGeometry()
2697 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties() local2699 if ( aGeoPropSet >>= aGeoPropSeq ) in CreateCustomShapeProperties()3860 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType() local3862 if ( aGeoPropSet >>= aGeoPropSeq ) in GetCustomShapeType()
Completed in 57 milliseconds