Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/inc/
H A Dhyperlinkarea.hxx87 const double nPrioL( rLHS->getHyperlinkPriority() ); in operator ()() local
91 return nPrioL == nPrioR ? rLHS.get() < rRHS.get() : nPrioL < nPrioR; in operator ()()
H A Dshape.hxx242 const double nPrioL( pLHS->getPriority() ); in compare() local
246 return nPrioL == nPrioR ? pLHS < pRHS : nPrioL < nPrioR; in compare()
/trunk/main/canvas/inc/canvas/base/
H A Dsprite.hxx106 const double nPrioL( rLHS->getPriority() ); in operator ()() local
110 return nPrioL == nPrioR ? rLHS.get() < rRHS.get() : nPrioL < nPrioR; in operator ()()

Completed in 47 milliseconds