Home
last modified time | relevance | path

Searched refs:sCustomShapeGeometry (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx124 const OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in pushToPropSet() local
139 aGeoPropSet = xPropSet->getPropertyValue(sCustomShapeGeometry); in pushToPropSet()
172 aGeoPropSet = xPropSet->getPropertyValue( sCustomShapeGeometry ); in pushToPropSet()
205 xPropSet->setPropertyValue( sCustomShapeGeometry, Any( aGeoPropSeq ) ); in pushToPropSet()
218 xPropSet->setPropertyValue(sCustomShapeGeometry, aGeoPropSet); in pushToPropSet()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx468 const rtl::OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in ImpExportEnhancedGeometry() local
469 if ( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName( sCustomShapeGeometry ) ) in ImpExportEnhancedGeometry()
471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry()
H A Dximpshap.cxx3883 const rtl::OUString sCustomShapeGeometry ( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in EndElement() local
3900 xPropSet->setPropertyValue( sCustomShapeGeometry, aAny ); in EndElement()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx2696 const rtl::OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in CreateCustomShapeProperties() local
2697 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties()
3859 const OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM ( "CustomShapeGeometry" ) ); in GetCustomShapeType() local
3860 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType()

Completed in 59 milliseconds