Searched refs:nLineObjectCount (Results 1 – 1 of 1) sorted by relevance
1917 void CorrectCalloutArrows( MSO_SPT eSpType, sal_uInt32 nLineObjectCount, std::vector< SdrPathObj* >… in CorrectCalloutArrows() argument1941 if ( nLine == nLineObjectCount ) in CorrectCalloutArrows()1967 …else if ( ( bAccent && ( nLine == nLineObjectCount - 1 ) ) || ( !bAccent && ( nLine == nLineObject… in CorrectCalloutArrows()2137 sal_Int32 nLineObjectCount = 0; in CreatePathObj() local2147 nLineObjectCount++; in CreatePathObj()2157 if ( nLineObjectCount ) in CreatePathObj()2158 CorrectCalloutArrows( eSpType, nLineObjectCount, vObjectList ); in CreatePathObj()
Completed in 15 milliseconds