Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx125 const OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in pushToPropSet() local
140 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()
/trunk/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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2707 const rtl::OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) ); in CreateCustomShapeProperties() local
2708 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in CreateCustomShapeProperties()
3870 const OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM ( "CustomShapeGeometry" ) ); in GetCustomShapeType() local
3871 uno::Any aGeoPropSet = aXPropSet->getPropertyValue( sCustomShapeGeometry ); in GetCustomShapeType()

Completed in 78 milliseconds