Searched refs:sCustomShapeGeometry (Results 1 – 4 of 4) sorted by relevance
125 const OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in pushToPropSet() local140 aGeoPropSet = xPropSet->getPropertyValue(sCustomShapeGeometry); in pushToPropSet()173 aGeoPropSet = xPropSet->getPropertyValue( sCustomShapeGeometry ); in pushToPropSet()214 xPropSet->setPropertyValue( sCustomShapeGeometry, Any( aGeoPropSeq ) ); in pushToPropSet()227 xPropSet->setPropertyValue(sCustomShapeGeometry, aGeoPropSet); in pushToPropSet()
468 const rtl::OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in ImpExportEnhancedGeometry() local469 if ( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName( sCustomShapeGeometry ) ) in ImpExportEnhancedGeometry()471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry()
3883 const rtl::OUString sCustomShapeGeometry ( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in EndElement() local3900 xPropSet->setPropertyValue( sCustomShapeGeometry, aAny ); in EndElement()
2707 const rtl::OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in CreateCustomShapeProperties() local2708 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties()3870 const OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM ( "CustomShapeGeometry" ) ); in GetCustomShapeType() local3871 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType()
Completed in 78 milliseconds