Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx175 XLineStartItem aStartMarker; in ImplInsertByName() local
176 aStartMarker.SetName( String( aName ) ); in ImplInsertByName()
177 aStartMarker.PutValue( aElement ); in ImplInsertByName()
179 mpInSet->Put( aStartMarker, XATTR_LINESTART ); in ImplInsertByName()
262 XLineStartItem aStartMarker; in replaceByName() local
263 aStartMarker.SetName( aSearchName ); in replaceByName()
264 aStartMarker.PutValue( aElement ); in replaceByName()
266 (*aIter)->Put( aStartMarker, XATTR_LINESTART ); in replaceByName()

Completed in 106 milliseconds