Lines Matching refs:pDefCustomShape

685 	const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType );  in MergeDefaultAttributes()  local
686 if ( pDefCustomShape ) in MergeDefaultAttributes()
687 pDefData = pDefCustomShape->pDefData; in MergeDefaultAttributes()
698 if ( pDefCustomShape && pDefData ) // now check if we have to default some adjustment values in MergeDefaultAttributes()
735 if ( pDefCustomShape ) in MergeDefaultAttributes()
739 aViewBox.Width = pDefCustomShape->nCoordWidth; in MergeDefaultAttributes()
740 aViewBox.Height= pDefCustomShape->nCoordHeight; in MergeDefaultAttributes()
754 if ( !pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in MergeDefaultAttributes()
758 sal_Int32 i, nCount = pDefCustomShape->nVertices; in MergeDefaultAttributes()
762 …Shape2d::SetEnhancedCustomShapeParameter( seqCoordinates[ i ].First, pDefCustomShape->pVertices[ i… in MergeDefaultAttributes()
763 …hape2d::SetEnhancedCustomShapeParameter( seqCoordinates[ i ].Second, pDefCustomShape->pVertices[ i… in MergeDefaultAttributes()
775 if ( !pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in MergeDefaultAttributes()
778 sal_Int32 i, nCount = pDefCustomShape->nGluePoints; in MergeDefaultAttributes()
782 …mShape2d::SetEnhancedCustomShapeParameter( seqGluePoints[ i ].First, pDefCustomShape->pGluePoints[… in MergeDefaultAttributes()
783 …Shape2d::SetEnhancedCustomShapeParameter( seqGluePoints[ i ].Second, pDefCustomShape->pGluePoints[… in MergeDefaultAttributes()
795 if ( !pAny && pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in MergeDefaultAttributes()
799 sal_Int32 i, nCount = pDefCustomShape->nElements; in MergeDefaultAttributes()
804 sal_uInt16 nSDat = pDefCustomShape->pElements[ i ]; in MergeDefaultAttributes()
922 if ( !pAny && pDefCustomShape ) in MergeDefaultAttributes()
924 sal_Int32 nXRef = pDefCustomShape->nXRef; in MergeDefaultAttributes()
938 if ( !pAny && pDefCustomShape ) in MergeDefaultAttributes()
940 sal_Int32 nYRef = pDefCustomShape->nYRef; in MergeDefaultAttributes()
954 if ( !pAny && pDefCustomShape && pDefCustomShape->nTextRect && pDefCustomShape->pTextRect ) in MergeDefaultAttributes()
958 sal_Int32 i, nCount = pDefCustomShape->nTextRect; in MergeDefaultAttributes()
960 const SvxMSDffTextRectangles* pRectangles = pDefCustomShape->pTextRect; in MergeDefaultAttributes()
978 if ( !pAny && pDefCustomShape && pDefCustomShape->nCalculation && pDefCustomShape->pCalculation ) in MergeDefaultAttributes()
982 sal_Int32 i, nCount = pDefCustomShape->nCalculation; in MergeDefaultAttributes()
984 const SvxMSDffCalculationData* pData = pDefCustomShape->pCalculation; in MergeDefaultAttributes()
997 if ( !pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in MergeDefaultAttributes()
1001 sal_Int32 i, n, nCount = pDefCustomShape->nHandles; in MergeDefaultAttributes()
1002 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in MergeDefaultAttributes()
1165 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in IsDefaultGeometry() local
1176 if ( ( aViewBox.Width == pDefCustomShape->nCoordWidth ) in IsDefaultGeometry()
1177 && ( aViewBox.Height == pDefCustomShape->nCoordHeight ) ) in IsDefaultGeometry()
1187 if ( pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in IsDefaultGeometry()
1192 sal_Int32 i, nCount = pDefCustomShape->nVertices; in IsDefaultGeometry()
1196 …hape2d::SetEnhancedCustomShapeParameter( seqCoordinates2[ i ].First, pDefCustomShape->pVertices[ i… in IsDefaultGeometry()
1197 …ape2d::SetEnhancedCustomShapeParameter( seqCoordinates2[ i ].Second, pDefCustomShape->pVertices[ i… in IsDefaultGeometry()
1203 …else if ( pDefCustomShape && ( ( pDefCustomShape->nVertices == 0 ) || ( pDefCustomShape->pVertices… in IsDefaultGeometry()
1212 if ( pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in IsDefaultGeometry()
1217 sal_Int32 i, nCount = pDefCustomShape->nGluePoints; in IsDefaultGeometry()
1221 …Shape2d::SetEnhancedCustomShapeParameter( seqGluePoints2[ i ].First, pDefCustomShape->pGluePoints[… in IsDefaultGeometry()
1222 …hape2d::SetEnhancedCustomShapeParameter( seqGluePoints2[ i ].Second, pDefCustomShape->pGluePoints[… in IsDefaultGeometry()
1228 else if ( pDefCustomShape && ( pDefCustomShape->nGluePoints == 0 ) ) in IsDefaultGeometry()
1245 if ( pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in IsDefaultGeometry()
1247 sal_Int32 i, nCount = pDefCustomShape->nElements; in IsDefaultGeometry()
1254 sal_uInt16 nSDat = pDefCustomShape->pElements[ i ]; in IsDefaultGeometry()
1380 …else if ( pDefCustomShape && ( ( pDefCustomShape->nElements == 0 ) || ( pDefCustomShape->pElements… in IsDefaultGeometry()
1389 if ( pAny && pDefCustomShape ) in IsDefaultGeometry()
1394 if ( pDefCustomShape->nXRef == nStretchX ) in IsDefaultGeometry()
1398 else if ( pDefCustomShape && ( pDefCustomShape->nXRef == DEFAULT_MINIMUM_SIGNED_COMPARE ) ) in IsDefaultGeometry()
1407 if ( pAny && pDefCustomShape ) in IsDefaultGeometry()
1412 if ( pDefCustomShape->nYRef == nStretchY ) in IsDefaultGeometry()
1416 else if ( pDefCustomShape && ( pDefCustomShape->nYRef == DEFAULT_MINIMUM_SIGNED_COMPARE ) ) in IsDefaultGeometry()
1425 if ( pAny && pDefCustomShape && pDefCustomShape->nCalculation && pDefCustomShape->pCalculation ) in IsDefaultGeometry()
1430 sal_Int32 i, nCount = pDefCustomShape->nCalculation; in IsDefaultGeometry()
1433 const SvxMSDffCalculationData* pData = pDefCustomShape->pCalculation; in IsDefaultGeometry()
1441 …else if ( pDefCustomShape && ( ( pDefCustomShape->nCalculation == 0 ) || ( pDefCustomShape->pCalcu… in IsDefaultGeometry()
1450 if ( pAny && pDefCustomShape && pDefCustomShape->nTextRect && pDefCustomShape->pTextRect ) in IsDefaultGeometry()
1455 sal_Int32 i, nCount = pDefCustomShape->nTextRect; in IsDefaultGeometry()
1457 const SvxMSDffTextRectangles* pRectangles = pDefCustomShape->pTextRect; in IsDefaultGeometry()
1469 …else if ( pDefCustomShape && ( ( pDefCustomShape->nTextRect == 0 ) || ( pDefCustomShape->pTextRect… in IsDefaultGeometry()
1478 if ( pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in IsDefaultGeometry()
1483 sal_Int32 i, n, nCount = pDefCustomShape->nHandles; in IsDefaultGeometry()
1484 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in IsDefaultGeometry()
1629 …else if ( pDefCustomShape && ( ( pDefCustomShape->nHandles == 0 ) || ( pDefCustomShape->pHandles =… in IsDefaultGeometry()