Searched refs:aSegments (Results 1 – 8 of 8) sorted by relevance
126 aSegments.push_back( NameSegment(i_sSeg) ); in Add_Segment()132 csv_assert( ! aSegments.empty() ); in Templatize_LastSegment()134 return aSegments.back().AddTemplate(); in Templatize_LastSegment()140 intt nResult = intt(aSegments.size()) - intt(i_rChain.aSegments.size()); in Compare()144 std::vector< NameSegment >::const_iterator it1 = aSegments.begin(); in Compare()145 std::vector< NameSegment >::const_iterator it1End = aSegments.end(); in Compare()146 std::vector< NameSegment >::const_iterator it2 = i_rChain.aSegments.begin(); in Compare()161 if ( ! aSegments.empty() ) in LastSegment()162 return aSegments.back().Name(); in LastSegment()172 std::vector< NameSegment >::const_iterator it = aSegments.begin(); in Get_Text()[all …]
101 const_iterator begin() const { return aSegments.begin(); } in begin()102 const_iterator end() const { return aSegments.end(); } in end()118 aSegments; member in ary::cpp::ut::NameChain
271 Sequence< EnhancedCustomShapeSegment > aSegments( maSegments.size() ); in pushToPropSet() local273 aSegments[ i ] = maSegments[ i ]; in pushToPropSet()274 aPath[ PROP_Segments ] <<= aSegments; in pushToPropSet()
288 EscherPropSortStruct aSegments; in Commit() local291 rProps.GetOpt( ESCHER_Prop_pSegmentInfo, aSegments ) ) in Commit()294 const sal_uInt8 *pSegmentIt = aSegments.pBuf; in Commit()
426 EscherPropSortStruct aSegments; in Commit() local429 rProps.GetOpt( ESCHER_Prop_pSegmentInfo, aSegments ) ) in Commit()432 const sal_uInt8 *pSegmentIt = aSegments.pBuf; in Commit()
456 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in ImpExportEnhancedGeometry() local946 rProp.Value >>= aSegments; in ImpExportEnhancedGeometry()1044 ImpExportEnhancedPath( rExport, aCoordinates, aSegments ); in ImpExportEnhancedGeometry()
663 … com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in SolveSolver() local667 if ( *pAny >>= aSegments ) in SolveSolver()669 for ( nPt = 0, k = 1; nC && ( k < (sal_uInt32)aSegments.getLength() ); k++ ) in SolveSolver()671 sal_Int16 j, nCnt2 = aSegments[ k ].Count; in SolveSolver()672 if ( aSegments[ k ].Command != EnhancedCustomShapeSegmentCommand::UNKNOWN ) in SolveSolver()676 switch( aSegments[ k ].Command ) in SolveSolver()2304 com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in ApplyCustomShapeGeometryAttributes() local2317 aSegments.realloc( nNumElemSeg ); in ApplyCustomShapeGeometryAttributes()2402 aSegments[ i ].Command = nCommand; in ApplyCustomShapeGeometryAttributes()2403 aSegments[ i ].Count = nCnt; in ApplyCustomShapeGeometryAttributes()[all …]
3224 … com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in CreateCustomShapeProperties() local3225 if ( rrProp.Value >>= aSegments ) in CreateCustomShapeProperties()3228 if ( (sal_uInt16)aSegments.getLength() ) in CreateCustomShapeProperties()3230 sal_uInt16 j, nElements = (sal_uInt16)aSegments.getLength(); in CreateCustomShapeProperties()3239 sal_uInt16 nVal = (sal_uInt16)aSegments[ j ].Count; in CreateCustomShapeProperties()3240 switch( aSegments[ j ].Command ) in CreateCustomShapeProperties()
Completed in 113 milliseconds