Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1917 …loutArrows( MSO_SPT eSpType, sal_uInt32 nLineObjectCount, std::vector< SdrPathObj* >& vObjectList ) in CorrectCalloutArrows() argument
1935 for ( i = 0; i < vObjectList.size(); i++ ) in CorrectCalloutArrows()
1937 SdrPathObj* pObj( vObjectList[ i ] ); in CorrectCalloutArrows()
1959 for ( i = 0; i < vObjectList.size(); i++ ) in CorrectCalloutArrows()
1961 SdrPathObj* pObj( vObjectList[ i ] ); in CorrectCalloutArrows()
1986 for ( i = 0; i < vObjectList.size(); i++ ) in CorrectCalloutArrows()
1988 SdrPathObj* pObj( vObjectList[ i ] ); in CorrectCalloutArrows()
2091 std::vector< SdrPathObj* > vObjectList; in CreatePathObj() local
2096 …CreateSubPath( nSrcPt, nSegmentInd, vObjectList, bLineGeometryNeededOnly, bSortFilledObjectsToBack… in CreatePathObj()
2102 if ( !vObjectList.empty() ) in CreatePathObj()
[all …]