Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/unodraw/
H A Dgluepts.cxx230 drawing::GluePoint2 aUnoGlue; in insert() local
232 if( aElement >>= aUnoGlue ) in insert()
235 convert( aUnoGlue, aSdrGlue ); in insert()
395 drawing::GluePoint2 aUnoGlue; in insertByIndex() local
397 if( Element >>= aUnoGlue ) in insertByIndex()
399 convert( aUnoGlue, aSdrGlue ); in insertByIndex()
446 drawing::GluePoint2 aUnoGlue; in replaceByIndex() local
447 if(!(Element >>= aUnoGlue)) in replaceByIndex()
457 convert( aUnoGlue, rGlue ); in replaceByIndex()

Completed in 7 milliseconds