Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/unodraw/
H A Dunoshap2.cxx2123 boost::scoped_ptr< SdrGluePointList > pListCopy; in setPropertyValue() local
2128 pListCopy.reset( new SdrGluePointList(*pList) ); in setPropertyValue()
2150 if( pListCopy ) in setPropertyValue()
2154 *pNewList = *pListCopy; in setPropertyValue()