Lines Matching refs:pAny

112 		Any* pAny = rGeometryItem.GetPropertyValueByName( sType );  in ImpGetCustomShapeType()  local
113 if ( pAny && ( *pAny >>= sShapeType ) ) in ImpGetCustomShapeType()
426 Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sTextPath ); in IsTextPath() local
427 if ( pAny ) in IsTextPath()
428 *pAny >>= bTextPathOn; in IsTextPath()
438 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in UseNoFillStyle() local
439 if ( pAny ) in UseNoFillStyle()
440 *pAny >>= sShapeType; in UseNoFillStyle()
451 com::sun::star::uno::Any* pAny = aGeometryItem.GetPropertyValueByName( sMirroredX ); in IsMirroredX() local
452 if ( pAny ) in IsMirroredX()
453 *pAny >>= bMirroredX; in IsMirroredX()
461 com::sun::star::uno::Any* pAny = aGeometryItem.GetPropertyValueByName( sMirroredY ); in IsMirroredY() local
462 if ( pAny ) in IsMirroredY()
463 *pAny >>= bMirroredY; in IsMirroredY()
496 const com::sun::star::uno::Any* pAny; in GetExtraTextRotation() local
499 pAny = rGeometryItem.GetPropertyValueByName( sTextRotateAngle ); in GetExtraTextRotation()
501 if ( pAny ) in GetExtraTextRotation()
502 *pAny >>= fExtraTextRotateAngle; in GetExtraTextRotation()
678 Any *pAny = aGeometryItem.GetPropertyValueByName( sType ); in MergeDefaultAttributes() local
679 if ( pAny ) in MergeDefaultAttributes()
680 *pAny >>= sShapeType; in MergeDefaultAttributes()
695 …const Any* pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sAdjustment… in MergeDefaultAttributes() local
696 if ( pAny ) in MergeDefaultAttributes()
697 *pAny >>= seqAdjustmentValues; in MergeDefaultAttributes()
753 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sCoordinates ); in MergeDefaultAttributes()
754 if ( !pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in MergeDefaultAttributes()
774 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sGluePoints ); in MergeDefaultAttributes()
775 if ( !pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in MergeDefaultAttributes()
794 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sSegments ); in MergeDefaultAttributes()
795 if ( !pAny && pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in MergeDefaultAttributes()
921 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sStretchX ); in MergeDefaultAttributes()
922 if ( !pAny && pDefCustomShape ) in MergeDefaultAttributes()
937 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sStretchY ); in MergeDefaultAttributes()
938 if ( !pAny && pDefCustomShape ) in MergeDefaultAttributes()
953 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sTextFrames ); in MergeDefaultAttributes()
954 if ( !pAny && pDefCustomShape && pDefCustomShape->nTextRect && pDefCustomShape->pTextRect ) in MergeDefaultAttributes()
977 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sEquations ); in MergeDefaultAttributes()
978 if ( !pAny && pDefCustomShape && pDefCustomShape->nCalculation && pDefCustomShape->pCalculation ) in MergeDefaultAttributes()
996 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sHandles ); in MergeDefaultAttributes()
997 if ( !pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in MergeDefaultAttributes()
1159 Any *pAny = aGeometryItem.GetPropertyValueByName( sType ); in IsDefaultGeometry() local
1160 if ( pAny ) in IsDefaultGeometry()
1161 *pAny >>= sShapeType; in IsDefaultGeometry()
1186pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sCoordinates ); in IsDefaultGeometry()
1187 if ( pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in IsDefaultGeometry()
1190 if ( *pAny >>= seqCoordinates1 ) in IsDefaultGeometry()
1211 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sGluePoints ); in IsDefaultGeometry()
1212 if ( pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in IsDefaultGeometry()
1215 if ( *pAny >>= seqGluePoints1 ) in IsDefaultGeometry()
1239 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sSegments ); in IsDefaultGeometry()
1240 if ( pAny ) in IsDefaultGeometry()
1243 if ( *pAny >>= seqSegments1 ) in IsDefaultGeometry()
1388 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sStretchX ); in IsDefaultGeometry()
1389 if ( pAny && pDefCustomShape ) in IsDefaultGeometry()
1392 if ( *pAny >>= nStretchX ) in IsDefaultGeometry()
1406 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sStretchY ); in IsDefaultGeometry()
1407 if ( pAny && pDefCustomShape ) in IsDefaultGeometry()
1410 if ( *pAny >>= nStretchY ) in IsDefaultGeometry()
1424 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sEquations ); in IsDefaultGeometry()
1425 if ( pAny && pDefCustomShape && pDefCustomShape->nCalculation && pDefCustomShape->pCalculation ) in IsDefaultGeometry()
1428 if ( *pAny >>= seqEquations1 ) in IsDefaultGeometry()
1449 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sPath, sTextFrames ); in IsDefaultGeometry()
1450 if ( pAny && pDefCustomShape && pDefCustomShape->nTextRect && pDefCustomShape->pTextRect ) in IsDefaultGeometry()
1453 if ( *pAny >>= seqTextFrames1 ) in IsDefaultGeometry()
1477 pAny = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sHandles ); in IsDefaultGeometry()
1478 if ( pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in IsDefaultGeometry()
1481 if ( *pAny >>= seqHandles1 ) in IsDefaultGeometry()
3236 …Any* pAny( ( (SdrCustomShapeGeometryItem&)GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ) ).GetPrope… in SaveGeoData() local
3237 if ( pAny ) in SaveGeoData()
3238 *pAny >>= rAGeo.aAdjustmentSeq; in SaveGeoData()
3550 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in GetCustomShapeName() local
3551 if ( pAny && ( *pAny >>= sShapeType ) ) in GetCustomShapeName()