Searched refs:aLineEndList (Results 1 – 4 of 4) sorted by relevance
115 XLineEndListSharedPtr aLineEndList = mpDoc->GetLineEndListFromSdrModel(); in DoExecute() local116 long nCount = aLineEndList.get() ? aLineEndList->Count() : 0; in DoExecute()128 if( aName == aLineEndList->GetLineEnd( i )->GetName() ) in DoExecute()147 if( aName == aLineEndList->GetLineEnd( i )->GetName() ) in DoExecute()154 aLineEndList->Insert( pEntry, LIST_APPEND); in DoExecute()
594 XLineEndListSharedPtr aLineEndList = pDoc->GetLineEndListFromSdrModel(); in getPolygon() local596 if( aLineEndList.get() ) in getPolygon()599 long nCount = aLineEndList->Count(); in getPolygon()603 XLineEndEntry* pEntry = aLineEndList->GetLineEnd(nIndex); in getPolygon()
117 XLineEndListSharedPtr aLineEndList = rModel.GetLineEndListFromSdrModel(); in getPolygon() local118 if ( aLineEndList.get() ) in getPolygon()121 long nCount = aLineEndList->Count(); in getPolygon()124 XLineEndEntry* pEntry = aLineEndList->GetLineEnd( nIndex ); in getPolygon()
1637 XLineEndListSharedPtr aLineEndList = pModel->GetLineEndListFromSdrModel(); in SetFillAttribute() local1639 if( !aLineEndList.get() ) in SetFillAttribute()1642 long nPos = aLineEndList->GetIndex(aStrName); in SetFillAttribute()1646 XLineEndEntry* pEntry = aLineEndList->GetLineEnd( nPos ); in SetFillAttribute()
Completed in 54 milliseconds