Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2086 boost::scoped_ptr< SdrGluePointList > pListCopy; in setPropertyValue() local
2091 pListCopy.reset( new SdrGluePointList(*pList) ); in setPropertyValue()
2113 if( pListCopy ) in setPropertyValue()
2117 *pNewList = *pListCopy; in setPropertyValue()