Home
last modified time | relevance | path

Searched refs:aNewSegment (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx999 EnhancedCustomShapeSegment aNewSegment; in ~Path2DContext() local
1002 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in ~Path2DContext()
1003 aNewSegment.Count = 0; in ~Path2DContext()
1004 mrSegments.push_back( aNewSegment ); in ~Path2DContext()
1006 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in ~Path2DContext()
1007 aNewSegment.Count = 0; in ~Path2DContext()
1008 mrSegments.push_back( aNewSegment ); in ~Path2DContext()
1019 EnhancedCustomShapeSegment aNewSegment; in createFastChildContext() local
1020 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in createFastChildContext()
1021 aNewSegment.Count = 0; in createFastChildContext()
[all …]