Lines Matching refs:vObjectList

1917 …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()
2110 if(!vObjectList.empty()) in CreatePathObj()
2114 for(i = 0L; i < vObjectList.size(); i++) in CreatePathObj()
2116 SdrPathObj* pObj(vObjectList[i]); in CreatePathObj()
2127 vObjectList = vTempList; in CreatePathObj()
2130 if(1L == vObjectList.size()) in CreatePathObj()
2133 AdaptObjColor(*vObjectList[0L],rCustomShapeSet,nColorIndex,nColorCount); in CreatePathObj()
2141 for ( i = 0; i < vObjectList.size(); i++ ) in CreatePathObj()
2143 SdrPathObj* pObj( vObjectList[ i ] ); in CreatePathObj()
2158 CorrectCalloutArrows( eSpType, nLineObjectCount, vObjectList ); in CreatePathObj()
2166 for ( i = 0; i < vObjectList.size(); i++ ) in CreatePathObj()
2168 SdrPathObj* pObj( vObjectList[ i ] ); in CreatePathObj()
2176 for ( i = 0; i < vObjectList.size(); i++ ) in CreatePathObj()
2178 SdrPathObj* pObj( vObjectList[ i ] ); in CreatePathObj()
2186 vObjectList = vTempList; in CreatePathObj()
2192 if(!vObjectList.empty()) in CreatePathObj()
2195 if(vObjectList.size() > 1L) in CreatePathObj()
2199 for (i = 0L; i < vObjectList.size(); i++) in CreatePathObj()
2201 SdrObject* pObj(vObjectList[i]); in CreatePathObj()
2205 else if(1L == vObjectList.size()) in CreatePathObj()
2207 pRet = vObjectList[0L]; in CreatePathObj()