Searched refs:seqSegments1 (Results 1 – 1 of 1) sorted by relevance
1242 …r::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > seqSegments1, seqSegments2; in IsDefaultGeometry() local1243 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 23 milliseconds