Home
last modified time | relevance | path

Searched refs:seqSegments1 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1242 …r::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > seqSegments1, seqSegments2; in IsDefaultGeometry() local
1243 if ( *pAny >>= seqSegments1 ) in IsDefaultGeometry()
1362 if ( seqSegments1 == seqSegments2 ) in IsDefaultGeometry()
1369 if ( seqSegments1.getLength() == 4 ) in IsDefaultGeometry()
1371 if ( ( seqSegments1[ 0 ].Command == EnhancedCustomShapeSegmentCommand::MOVETO ) in IsDefaultGeometry()
1372 && ( seqSegments1[ 1 ].Command == EnhancedCustomShapeSegmentCommand::LINETO ) in IsDefaultGeometry()
1373 && ( seqSegments1[ 2 ].Command == EnhancedCustomShapeSegmentCommand::CLOSESUBPATH ) in IsDefaultGeometry()
1374 && ( seqSegments1[ 3 ].Command == EnhancedCustomShapeSegmentCommand::ENDSUBPATH ) ) in IsDefaultGeometry()

Completed in 30 milliseconds