Home
last modified time | relevance | path

Searched refs:aLineEndList (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1637 XLineEndListSharedPtr aLineEndList = pModel->GetLineEndListFromSdrModel(); in SetFillAttribute() local
1639 if( !aLineEndList.get() ) in SetFillAttribute()
1642 long nPos = aLineEndList->GetIndex(aStrName); in SetFillAttribute()
1646 XLineEndEntry* pEntry = aLineEndList->GetLineEnd( nPos ); in SetFillAttribute()
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx594 XLineEndListSharedPtr aLineEndList = pDoc->GetLineEndListFromSdrModel(); in getPolygon() local
596 if( aLineEndList.get() ) in getPolygon()
599 long nCount = aLineEndList->Count(); in getPolygon()
603 XLineEndEntry* pEntry = aLineEndList->GetLineEnd(nIndex); in getPolygon()
H A Dfulinend.cxx115 XLineEndListSharedPtr aLineEndList = mpDoc->GetLineEndListFromSdrModel(); in DoExecute() local
116 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()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx117 XLineEndListSharedPtr aLineEndList = rModel.GetLineEndListFromSdrModel(); in getPolygon() local
118 if ( aLineEndList.get() ) in getPolygon()
121 long nCount = aLineEndList->Count(); in getPolygon()
124 XLineEndEntry* pEntry = aLineEndList->GetLineEnd( nIndex ); in getPolygon()

Completed in 41 milliseconds