Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx663 … com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in SolveSolver() local
667 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() local
2317 aSegments.realloc( nNumElemSeg ); in ApplyCustomShapeGeometryAttributes()
2402 aSegments[ i ].Command = nCommand; in ApplyCustomShapeGeometryAttributes()
2403 aSegments[ i ].Count = nCnt; in ApplyCustomShapeGeometryAttributes()
[all …]
H A Descherex.cxx3224 … com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in CreateCustomShapeProperties() local
3225 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()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx288 EscherPropSortStruct aSegments; in Commit() local
291 rProps.GetOpt( ESCHER_Prop_pSegmentInfo, aSegments ) ) in Commit()
294 const sal_uInt8 *pSegmentIt = aSegments.pBuf; in Commit()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx456 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments; in ImpExportEnhancedGeometry() local
946 rProp.Value >>= aSegments; in ImpExportEnhancedGeometry()
1044 ImpExportEnhancedPath( rExport, aCoordinates, aSegments ); in ImpExportEnhancedGeometry()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx426 EscherPropSortStruct aSegments; in Commit() local
429 rProps.GetOpt( ESCHER_Prop_pSegmentInfo, aSegments ) ) in Commit()
432 const sal_uInt8 *pSegmentIt = aSegments.pBuf; in Commit()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx271 Sequence< EnhancedCustomShapeSegment > aSegments( maSegments.size() ); in pushToPropSet() local
273 aSegments[ i ] = maSegments[ i ]; in pushToPropSet()
274 aPath[ PROP_Segments ] <<= aSegments; in pushToPropSet()
/trunk/main/autodoc/source/ary/cpp/
H A Dnamechain.cxx126 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 …]
/trunk/main/autodoc/inc/ary/cpp/
H A Dnamechain.hxx101 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

Completed in 95 milliseconds