Lines Matching refs:pRectangles
960 const SvxMSDffTextRectangles* pRectangles = pDefCustomShape->pTextRect; in MergeDefaultAttributes() local
961 for ( i = 0; i < nCount; i++, pRectangles++ ) in MergeDefaultAttributes()
963 …::SetEnhancedCustomShapeParameter( seqTextFrames[ i ].TopLeft.First, pRectangles->nPairA.nValA ); in MergeDefaultAttributes()
964 …:SetEnhancedCustomShapeParameter( seqTextFrames[ i ].TopLeft.Second, pRectangles->nPairA.nValB ); in MergeDefaultAttributes()
965 …etEnhancedCustomShapeParameter( seqTextFrames[ i ].BottomRight.First, pRectangles->nPairB.nValA ); in MergeDefaultAttributes()
966 …etEnhancedCustomShapeParameter( seqTextFrames[ i ].BottomRight.Second, pRectangles->nPairB.nValB ); in MergeDefaultAttributes()
1457 const SvxMSDffTextRectangles* pRectangles = pDefCustomShape->pTextRect; in IsDefaultGeometry() local
1458 for ( i = 0; i < nCount; i++, pRectangles++ ) in IsDefaultGeometry()
1460 …:SetEnhancedCustomShapeParameter( seqTextFrames2[ i ].TopLeft.First, pRectangles->nPairA.nValA ); in IsDefaultGeometry()
1461 …SetEnhancedCustomShapeParameter( seqTextFrames2[ i ].TopLeft.Second, pRectangles->nPairA.nValB ); in IsDefaultGeometry()
1462 …tEnhancedCustomShapeParameter( seqTextFrames2[ i ].BottomRight.First, pRectangles->nPairB.nValA ); in IsDefaultGeometry()
1463 …tEnhancedCustomShapeParameter( seqTextFrames2[ i ].BottomRight.Second, pRectangles->nPairB.nValB ); in IsDefaultGeometry()